Hello.
I'm working with a access v.2 database.
This are 2 tables from where I need to collect some data:
Table Account
|ID|Name
|1 |James
|2 |Stewart
|3 |Bill
|4 |Bob
Table AccountTMP
|ID|
|1 |
|4 |
The fields ID are PK on both tables.
How do I select the data not existing on the AccountTMP table (ID=2, ID=3), based on the Account fields?
Thank you.


Reply With Quote
