Things You'll Need:
-
Step 1
If you haven't already, assign a Primary Key as a unique identifier in a field in each table.
-
Step 2
Close down all tables, then press the F11 key to open the database window. Click the Relationships icon on the toolbar. If your database has existing relationships defined, a visual display of these relationships will appear.
-
Step 3
If your two tables do not appear, click the Show Table icon on the toolbar. The Add Tables/Queries box will appear.
-
Step 4
From the Add Tables/Queries box, double-click on the two tables that you want to relate.
-
Step 5
Close the Add Tables/Queries dialog box.
-
Step 6
This can be the tricky part. Drag the field that you want to relate from one table to the related field in the other table. This field is usually the Primary Key field in one table. The Primary Key field in the other table is called the Foreign Key.
-
Step 7
When the Relationships dialog box appears, check to be sure that everything is as you want it, then click Create. The relationship is established. You will now see your two tables displayed with a line joining them to indicate that they are related.







