update query needed?

G

Guest

Hello

I inherited a large db that tracks contacts, among other things. There are
two tables with related fields, and I need to update one field based on the
data in the other (this field has never been updated apparently -- the db is
still new). The fields OrgAffil# = OrgID, and Employer = Organization.

tblCONTACTS tblORGANIZATIONS
OrgAffil# OrgID
Employer Organization

I need to fill in the OrgAffil# with the OrgID number, based on their
Employer given in the CONTACTS table (contains 2400 records). Is an update
query the best way to do this? Still pretty new to Access!

Thanks in advance!
 
G

Guest

I forgot to mention. OrgID is the PK in the Organization table, and OrgAffil#
is linked as an FK.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top