Jenny has attended:
Access Intermediate course
Access Advanced course
Access VBA course
Keys
In a table can you combine two foreign key attributes to make a primary key without causes problems in the table. How do you do this
RE: Keys
You can make a primary key out of two fields.
Simply select BOTH fields in the design view and then click the Primary Key button.
This may or may not cause problems in your database, depending on how it is setup and layed out. Suggest backing up your database and testing it out first.