B
BlakeD
I have two tables (tblClients and tblEmployees). Field [Counselor] in
tblClient uses the PK of tblEmployee as a lookup. Currently, the PK is
a text field containing the person's name.
I want to add a ReplicationID field, and make that the PK. I then need
to change the Counselor field in tblClient to store the ReplicationID
but show the Name, and not lose any data in the process.
Can anyone provide some help on how to do this, please? Boss wants
this project done by week's end, and this is my biggest stumbling block.
tblClient uses the PK of tblEmployee as a lookup. Currently, the PK is
a text field containing the person's name.
I want to add a ReplicationID field, and make that the PK. I then need
to change the Counselor field in tblClient to store the ReplicationID
but show the Name, and not lose any data in the process.
Can anyone provide some help on how to do this, please? Boss wants
this project done by week's end, and this is my biggest stumbling block.