In the file attached is a relationships report for my db. I have two questions on it. The first is as you can see on some tables the primary key is never referenced.
The table tblPropertyPass, tblAttendence have this characteristic. Is this okay or is this a sign of bad db design?
Also, in tblPersonnel, I want to put in the field ysnMeetingID.
It is a primary key in tblMeetings, and a foreign key in tblAttendence. But in tblPersonnel it is just there,
the need for it is clear in the SQL UPDATE code sequence, but it is neither a primary or foreign key in tblPersonnel.
Is the sign of a bad db design or is it acceptable?
Any help appreciated. Thanks in advance.
Respectfully,
Lou Reed