I have two tables, Salespeople and WorkingData. Both have a SPCode field. I want a query to tell me the records in WorkingData that are not in Salespeople. So the result from the data belwo would be JE, SW
Salespeople.SPCode
AB
DK
WorkingData.SPCode
AB
DK
JE
SW
I was thinking of doing a Dlookup on every record and then testing the result, but I am 98% sure there is a MUCH better way?
Salespeople.SPCode
AB
DK
WorkingData.SPCode
AB
DK
JE
SW
I was thinking of doing a Dlookup on every record and then testing the result, but I am 98% sure there is a MUCH better way?