select * from table1 where the entry is not in table2

Access9001

Registered User.
Local time
Today, 01:41
Joined
Feb 18, 2010
Messages
268
How do I do this?
 
Select * from <table1> where <table1>.<code> not in (select <table2>.<code> from <table2>)
 

Users who are viewing this thread

Back
Top Bottom