I have two tables from different databases with exactly the same fields. (My database ended up being distributed a little too early and users began to add records before it was ready. Unfortunately the powers that be put it in two different spots on the network.)
Some of the records in the two databases are going to be identical (primary key = EmployeeId).
How would I go about creating a query to merge the two tables into one without creating any dupes?
Some of the records in the two databases are going to be identical (primary key = EmployeeId).
How would I go about creating a query to merge the two tables into one without creating any dupes?