3-6 CHAPTER 3 • CREATING, POPULATING, AND DISPLAYING TABLES
Exercise 3.13: Designating Two Columns as a Table’s Composite Primary Key. This
exercise demonstrates how to set two columns, simultaneously and together, as the table’s
primary key. Simply drag through both columns’ row selectors in Design view and click the
Primary Key command (Figure 3.16).
Examining and Setting Table Properties
• Tables, like their columns, have properties you can set.
Exercise 3.14: Setting Table Properties. This exercise demonstrates how to set the property
that determines the default display for a table when it is opened. Display the table in Design
view, click the Properties command, and set the Order By property and the Order By On Load
binary indicator (Figures 3.17 and 3.18).
Saving the Table Design
Printing Table Structure Information
• Printing a table’s design is a good way to document the table.
• A Try It exercise illustrates exactly how to print the tblMyEmployees table design.
Populating a Table
• Populating a table means entering data into its rows—often through the table’s Datasheet
view.
• Data validation rules spring into action as data is entered into any columns protected by
validation rules.
Exercise 3.15: Entering Data into a Record. This exercise demonstrates how to enter data
Exercise 3.16: Deleting a Table and Automatically Deleting its Relationships. This exercise
demonstrates how easy it is to delete a table. Be cautious, as this causes any relationships
between the about-to–be-deleted table and others to come into question. Access prompts for
Yes/No responses to deleting any relationships affected by deleting the table.
Modifying a Table’s Datasheet
Resizing and Rearranging Columns
Exercise 3.17: Resizing and Rearranging Table Columns in Datasheet View. This exercise
demonstrates how easy it is to reorganize columns and widen or narrow them.