J
jpowell
So I am working with some people who are trying to merge multiple
databases and the potential for duplicates is pretty absurd.
I've narrowed it down to two different tables. The first just has
names and addresses (I'll call it tblLimited). The second has the same
fields as tblLimited plus a great deal more (I'll call it tblExtended).
I want to import the records from tblLimited into tblExtended without
creating any duplicates. What is the way to go about this?
Hope that's enough info to go off of!
Joshua Powell
databases and the potential for duplicates is pretty absurd.
I've narrowed it down to two different tables. The first just has
names and addresses (I'll call it tblLimited). The second has the same
fields as tblLimited plus a great deal more (I'll call it tblExtended).
I want to import the records from tblLimited into tblExtended without
creating any duplicates. What is the way to go about this?
Hope that's enough info to go off of!
Joshua Powell