I am using CR XI, Access 2000
What is the equivalent of "NOT EXISTS" in the record selection formula ?
I have a queryas follows:
SELECT *
FROM TableA where TableA.custid = 100002 and not exists (Select * from TableB, TableA where TableB.custid =TableA.custid)
I would like to do this using record selection formu
Any Help will be appreciated.
What is the equivalent of "NOT EXISTS" in the record selection formula ?
I have a queryas follows:
SELECT *
FROM TableA where TableA.custid = 100002 and not exists (Select * from TableB, TableA where TableB.custid =TableA.custid)
I would like to do this using record selection formu
Any Help will be appreciated.