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.
 
Back
Top