I have a master table that has 1800 records. I have queried the table for duplicate records (qryDups).
I want to be able to select records from the master table that do not match the empno in the qryDups.
I know that I have to do a where <> but I can't get it to work.
Can someone help.
Thanks in advance.
Trice
I want to be able to select records from the master table that do not match the empno in the qryDups.
I know that I have to do a where <> but I can't get it to work.
Can someone help.
Thanks in advance.
Trice