Existent data:
Table one: ORGID ---- auto number ----- primary key
ORGName ---- text ----- user input (roughly 650 records)
Table two : ORGName --- text ---- same as the names in table one but many repeats (roughly 310000 records) all user input.
ORGID ---- not populated as of yet. ------ number
Problem How do I auto-populate ORGID in the second table to insure ref integrity between the tables and use it as a relational variable?
Access 2010 on a 64 bit windows 7 machine