compare one field to another

T

Trina

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

peregenem

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.
 
R

Rick B

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