L
Lee Stafford via AccessMonster.com
I have a table TBL_Tech that has its PK as the TechID. This is the FK for
two other tables. I just found out that after a tech is terminated, the
supervisor will then assign his "old TechID" to the next "new hire" that
comes along. Now that ID is no longer unique. In the tables that have the
TechID as its FK, there is no other field that relates to the TBL_Tech. My
question:
If I add the status field to the PK in the TBL_Tech, then how do I relate
this to the other tables? I also have the option to use the "PayrollID"
(which is unique to each employee regardless if they are active or not) but
this is not known by all the users of the db. Does anyone have a
suggestion as to what I should use?
Thanks in advance,
Lee
two other tables. I just found out that after a tech is terminated, the
supervisor will then assign his "old TechID" to the next "new hire" that
comes along. Now that ID is no longer unique. In the tables that have the
TechID as its FK, there is no other field that relates to the TBL_Tech. My
question:
If I add the status field to the PK in the TBL_Tech, then how do I relate
this to the other tables? I also have the option to use the "PayrollID"
(which is unique to each employee regardless if they are active or not) but
this is not known by all the users of the db. Does anyone have a
suggestion as to what I should use?
Thanks in advance,
Lee