A
Amit
Hi,
I have a table called "Project Partner" with the following
fields: ProjectID and PartnerID.
PartnerID can be either "StaffID" from table "Staff",
or "IndividualID" from table "Individual Partner".
I'm using 2 append queries to get the StaffID and
IndividualID and store it in a lookup table, which will be
the source for PartnerID in "Project Partner" table.
Is there a better/efficient/correct way to implement this?
I added some new staff members, and when I ran the append
query, it appended all the staff IDs. I'd like to append
only the NEW Staff IDs or Individual IDs to the existing
ones in the lookup table.
Thanks for suggestions/help.
-Amit
I have a table called "Project Partner" with the following
fields: ProjectID and PartnerID.
PartnerID can be either "StaffID" from table "Staff",
or "IndividualID" from table "Individual Partner".
I'm using 2 append queries to get the StaffID and
IndividualID and store it in a lookup table, which will be
the source for PartnerID in "Project Partner" table.
Is there a better/efficient/correct way to implement this?
I added some new staff members, and when I ran the append
query, it appended all the staff IDs. I'd like to append
only the NEW Staff IDs or Individual IDs to the existing
ones in the lookup table.
Thanks for suggestions/help.
-Amit