G
Guest
What would be the best way to update these data: I have a table of Contacts
with the fields:
Name
Employer
Employer ID (a unique id, and PK in the employers table; FK here)
I need to update the employers' id's in the Contacts table. Of course, each
Name in the Contacts table is unique, but there are multiple entries of any
given employer. How do I get the id# to each instance of that employer in the
Contacts table? Would an append query work?
Thanks for any help!
Christine
with the fields:
Name
Employer
Employer ID (a unique id, and PK in the employers table; FK here)
I need to update the employers' id's in the Contacts table. Of course, each
Name in the Contacts table is unique, but there are multiple entries of any
given employer. How do I get the id# to each instance of that employer in the
Contacts table? Would an append query work?
Thanks for any help!
Christine