Getting Help with Screen Elements
If you wonder about the function of a particular button or tool on the Access screen,
Tip
Take Advantage of ScreenTips
Another Help feature provided by Access is the ScreenTip. All the
In this lesson you learned how to use the Access Help feature. In the
|
| Team-Fly |
| Top |
| |||||||||||||||
Understanding Table Relationships
You've already learned in Lesson 2, "Working in Access," that the best way to design a database is to create tables that hold discrete types of information. For example, one table can contain customer information, and another table can hold order information. By creating relationships between tables, you enable forms, queries, and
Suppose that you have two tables in your database. One table, Customers, contains
The secret to creating relationships revolves around the primary keys for your tables. For example, in a Customers table, the primary key is the Customer ID. It uniquely identifies each customer record. Then, when you design an Orders table, you make sure that you include the Customer ID field. In the Orders table, the Customer ID is not the primary key (it is actually called the foreign key); a field such as Order Number would be the primary key field. You include the Customer ID field in the Orders table so that order information can be linked to customer information in the Customers table.
Plain English
Foreign Key
A primary key field in a table that is
|
| Team-Fly |
| Top |