Z
zz12
Hello. Would anyone know of an easy method in trying to find unmatching
records in 2 different tables that have the same table structure? A user
had been updating a different copy of the same .mdb file and now have to try
to find which records and how to merge the data in keeping the integrity
since I notice the data have same ID fields but different text. For example
an Employee table that have EmployeeID and EmployeeName as fields in where
table A could have EmployeeID=100 and EmployeeName=Albert and table B will
have EmployeeID=100 and EmployeeName=Bob.
I was thinking of concatenating all of the fields in a query as 1 large
column and doing a unmatching query based on this 1 super column but this
doesn't seem doable if the table contains numerous fields. Would anyone
know the best way to approach this in merging the 2 tables in keeping the
data integrity?
Thanks in advance.
records in 2 different tables that have the same table structure? A user
had been updating a different copy of the same .mdb file and now have to try
to find which records and how to merge the data in keeping the integrity
since I notice the data have same ID fields but different text. For example
an Employee table that have EmployeeID and EmployeeName as fields in where
table A could have EmployeeID=100 and EmployeeName=Albert and table B will
have EmployeeID=100 and EmployeeName=Bob.
I was thinking of concatenating all of the fields in a query as 1 large
column and doing a unmatching query based on this 1 super column but this
doesn't seem doable if the table contains numerous fields. Would anyone
know the best way to approach this in merging the 2 tables in keeping the
data integrity?
Thanks in advance.