Linking tables in the Data Model Designer
In Lesson 1 you created a referential integrity relationship, also referred to as a link, between the Account and the Stock Orders tables. If you are using the sample files, a link already exists between the Account and the Stock Orders tables. However, even though the link exists in the tables, you must re-create it in the Data Model Designer for it to appear in the data model. Click here to view the finished data model.
To create a link in the Data Model Designer
- Click Edit menu
Links.
- Click New.
- Choose Account.db from the Parent table list box.
- Choose Stock orders.db from the Child tables list box.
- Choose AccountNumber from the Parent fields list.
- Click the Right arrow button.
- Choose AccountNumber from the Child fields list.
- Click the Left arrow button.
- Click OK.
To close the Links dialog box
Continue