View Full Version : Query Criteria From Table


chathag
09-15-2009, 04:43 AM
I have two tables, table 1 contains 3000 staff records and table 2 contains 300 staff id's.

I need to configure my query so that when it runs the staff records are returned not including the 300 staff id's in table 2.
I thought this would be as straight forward as pointing the criteria to the staff if column in table 2 and using the <> operators. I've tried this but it does not work.

A point in the right direction would be appreciated.

namliam
09-15-2009, 05:28 AM
Running the default "unmatched" wizard should do the trick for you.

chathag
09-15-2009, 06:46 AM
Thank you, I cannee believe it was so simple!:o

namliam
09-15-2009, 07:10 AM
well something are just... that simple :)