G Guest Jul 26, 2005 #1 I have a table of employees and I need to pull the ones who have not taken certain required training. thanks!!
I have a table of employees and I need to pull the ones who have not taken certain required training. thanks!!
P peregenem Jul 26, 2005 #2 Trina said: I have a table of employees and I need to pull the ones who have not taken certain required training. Click to expand... Outer join to the training table and filter for null values in the key column.
Trina said: I have a table of employees and I need to pull the ones who have not taken certain required training. Click to expand... Outer join to the training table and filter for null values in the key column.
R Rick B Jul 26, 2005 #3 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.
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.