G
Guest
Hi, I am very new to Access and am having some trouble.
I have two tables in my DB, one called Data that contains approx 14,000
names and another table called Returned that has approx 1000 names. I want to
create a query to remove the Returned names from the list of names in the
Data table so that the resulting query only gives me the remaining 13,000
names that were NOT in the returned table.
I tried creating a query with a Criteria in the name filed of "[data]![Name]
Not Like [Returned]![Name]". This results in a total of 1000 names in the
query instead of the 13,000 I would expect to get. I guess it is being
limited to the number of names in the Returned table.
How can I achieve the results I am looking for, which is a list of names
from the data table that do not include the names in the Returned table?
Your help is greatly appreciated.
Thanks
Robert
I have two tables in my DB, one called Data that contains approx 14,000
names and another table called Returned that has approx 1000 names. I want to
create a query to remove the Returned names from the list of names in the
Data table so that the resulting query only gives me the remaining 13,000
names that were NOT in the returned table.
I tried creating a query with a Criteria in the name filed of "[data]![Name]
Not Like [Returned]![Name]". This results in a total of 1000 names in the
query instead of the 13,000 I would expect to get. I guess it is being
limited to the number of names in the Returned table.
How can I achieve the results I am looking for, which is a list of names
from the data table that do not include the names in the Returned table?
Your help is greatly appreciated.
Thanks
Robert