mike60smart
Registered User.
- Local time
- Today, 11:05
- Joined
- Aug 6, 2017
- Messages
- 2,241
HiHi, just one question if I may: I'm going through the ZYX laboratories example, and I'm trying to create the attribute grid, but I'm having trouble assigning primary keys as in the example. Am I supposed to be working in database view or design view? Because it seems that the primary key can only be assigned in design view. But then it's impossible for the attribute grid to look like this (database view):
View attachment 98588
design view:
View attachment 98587
I don't understand how to make the SS# the primary key???
In the example shown of table "Fields"
The first column shows the fields for tblEmployees and it is recommended that you use EmployeeID as the PK
The Second Column shows the fields for tblJobHistory and it is recommended that you have JobHistoryID as the PK - You then need to add an additional field "EmployeeID" which will be a LongInteger - Number and will be the FK linked to tblEmployees - PK
the 3rd Column shows the fields for tblCertifications and it is recommended that you have CertificationID as the PK - You then need to add an additional field "EmployeeID" which will be a LongInteger - Number and will be the FK linked to tblEmployees - PK