D
Dana F. Brewer
I have a database that I will be merging new records into from time to time.
I want to only append records where data matching address+address2 (highly
unlikely that I will have same address+address2 in different cities) from the
source database (new data to be imported) does not exist in the existing
database.
SourceDB:
Name
Address
Address2
City
I can have a resultant combined field in the SourceDB (i.e., FullAddress or
something) but I do not want to add any fields to the ExistingDB if at all
possible.
ExistingDB:
Name
Address
Address2
City
Thanks!
I want to only append records where data matching address+address2 (highly
unlikely that I will have same address+address2 in different cities) from the
source database (new data to be imported) does not exist in the existing
database.
SourceDB:
Name
Address
Address2
City
I can have a resultant combined field in the SourceDB (i.e., FullAddress or
something) but I do not want to add any fields to the ExistingDB if at all
possible.
ExistingDB:
Name
Address
Address2
City
Thanks!