Comparing records in tables

P

Phil Hood

Hi,

How do you compare two tables to identify records that
are in one but not the other?

For example, how would I compare tblEmployee with
tblAssets to identify any employees who do not have
assets? (Both tables contain the field employeeID)

In case it is important, one employee can have many
assets (e.g. phone, laptop, PDA etc.)

Any help gratefully received.

Thanks Phil.
 
D

Douglas J. Steele

Try the Find Unmatched Query Wizard. Create a new query, select that option
from the choices you're given and follow the instructions.
 
G

Graham R Seach

Phil,

There's a wizard to do just that.

Select the Queries tab on the Database Window. Then select [Find Unmatched
Query Wizard] and click OK. Follow the prompts the realise your goal.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top