I am having trouble making a query.
I want the resulting rows to only appear if the phone number on the row does not appear in another table.
Table Main contains all kinds of info including name and phone number.
Table Used contains a list of phone numbers.
To reiterate:
I want the rows from the "Main" table to appear in the query only if the phone number of that row does not appear in the "Used" table.
I have Access 2000 for Dummies, a pocket Guide to access and a few internet sites that I have been looking at. For some reason my brain is not figuring this out. The DCount and DLookup functions seem promising but I am not understanding the syntax.
I want the resulting rows to only appear if the phone number on the row does not appear in another table.
Table Main contains all kinds of info including name and phone number.
Table Used contains a list of phone numbers.
To reiterate:
I want the rows from the "Main" table to appear in the query only if the phone number of that row does not appear in the "Used" table.
I have Access 2000 for Dummies, a pocket Guide to access and a few internet sites that I have been looking at. For some reason my brain is not figuring this out. The DCount and DLookup functions seem promising but I am not understanding the syntax.
Comment