How to establish primary key foreign key relationship between tables in access???
Primary key foreign key
Collapse
X
-
Have a look at this tutorial.Originally posted by mcluelessHow to establish primary key foreign key relationship between tables in access???
Database Normalization and Table structures -
if you already have the PK and FK then look for the 'Relationship' icon (it is the one that has 3 little tables connected with lines) baring that it is under Database Tools.
Then left mouse your PK and drag and drop it over to your FK in the other table. This will setup the relationship. You will then have other options to enforce referential entegrity.
And also read the tutorial as Msquared suggested.
Originally posted by mcluelessHow to establish primary key foreign key relationship between tables in access???Comment
Comment