Kathrynlewis
Technical User
I am trying to build an expression in an update query that will give me the info, of unmatched data. For instance I have the following two tables and corresponding fields:
TABLE1:
field1= country -record1 = Netherlands
field2= country Code-record1= NLROT
TABLE2:
field1=country -record 1 = Netherlands
field2=country CODE-recode1 = NLROT
field1=country-record 2 =SPAIN
field2=counrty CODE-record 2= ESALC
I want the update query to find all country and country Codes from Table 2 that are not present in Table1, and update them to Table one.What expression can i build to find all records that do NOT match between the two tables. Thanks for any help.
TABLE1:
field1= country -record1 = Netherlands
field2= country Code-record1= NLROT
TABLE2:
field1=country -record 1 = Netherlands
field2=country CODE-recode1 = NLROT
field1=country-record 2 =SPAIN
field2=counrty CODE-record 2= ESALC
I want the update query to find all country and country Codes from Table 2 that are not present in Table1, and update them to Table one.What expression can i build to find all records that do NOT match between the two tables. Thanks for any help.