compare one field to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table of employees and I need to pull the ones who have not taken
certain required training.
thanks!!
 
Trina said:
I have a table of employees and I need to pull the ones who have not taken
certain required training.

Outer join to the training table and filter for null values in the key
column.
 
Ok. Then build a query.

If you want a more detailed answer, you'd have to tell us a little something
about the structure of your data. We can't see your screen.
 

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

Back
Top