Create table in Design view
The most common way to create a table is to use Design view. Design view allows you to define all the fields of your table before entering data. In the top pane of Design view you can enter the following information:
In the bottom pane of Design view you can enter the following information about the field:
You will also need to designate a Primary Key field to serve as a unique identifier for each record. For example, in a student record database you can designate the student ID number as the Primary Key as each student has a unique number. If your database does not contain unique identifiers and you are therefore unable to identify a Primary Key field, Access will create an ID field and automatically populate it with unique AutoNumbers. You can choose to suppress the display of this field if you wish.
You can create an index to allow Access to sort records more rapidly. Choose a field that is commonly searched and changed the Indexed property to Yes (Duplicates OK) or Yes (No Duplicates).
Field Validation Rules allow you to specify requirements for the data entered into the worksheet. Click the <...> button at the end of the Validation Rule box to write the rule. For example, use the validation rule ??? to allow only three-character data strings.
Input Masks set the specific format of a field and cause the format to be displayed on the datasheet before the data is entered. For example, you can use an Input Mask to force the entry of telephone number data separated with dashes as xxx-xxx-xxxx. Wizard
Go To Page: 1 2