We were having a clear out of replicated data from a table and had users using a duplicate table. I'm now trying to run an update query that will update any changes made from the temp table into the original, but it does not update, and I get no errors.
Original table is called database, the temp one is called database1, there is only three fields I need to update, Next Contact, Account Manager and Contact History.
I have a auto-number primary key, so cut and paste didn't work, it only added them as new records.
Original table is called database, the temp one is called database1, there is only three fields I need to update, Next Contact, Account Manager and Contact History.
I have a auto-number primary key, so cut and paste didn't work, it only added them as new records.