P
Penstar
I have 2 tables, with the same number of records. I want to move the data
from 4 fields from table1 to matching fields in table2. The primary key on
each table is different, so I cant join the tables and do an update query.
How can I get this data across?
from 4 fields from table1 to matching fields in table2. The primary key on
each table is different, so I cant join the tables and do an update query.
How can I get this data across?