In an Access database, I have a linked table that includes fields Dept, Class, and Vendor, plus other fields. This would be my source table
That Access database also has an Access table that includes Dept, Class, and Vendor. This would be my destination table
In the course of business, some Vendors moved to different Departments, for example Vendor 12, used to be in Dept. 22, now it is in Dept 32. The source linked table is accurate, the destination Access table is not.
How does one take a known good table and update a second table so that the two are in sync? Somehow I need to take the source database, see what departments the vendors belong to, and also what their class number is for those vendors, then update the Access table so it is in sync and so that vendors belong to the same department and have the same class number as the source table.
I tried an update query, it changed data in the destination table, but it did not update correctly. Thanks in advance for any ideas on this.