unnamedplayer
New member
- Local time
- Today, 10:31
- Joined
- Mar 17, 2009
- Messages
- 6
Hi all,
I need some help. Let's say I have a table that contains employees and another that contains trainings they should have completed.
The trainings table has columns: TrainingID, EmpID, Title, DateCompleted
I need to find all employees who have not completed a specific training. For example, if there is a training titled "Ethics" I would want to be able to find all those employees who have not yet completed the training.
I feel like I should be able to accomplish something like this using a join but nothing I have tried has worked. Any ideas?
Thanks!
I need some help. Let's say I have a table that contains employees and another that contains trainings they should have completed.
The trainings table has columns: TrainingID, EmpID, Title, DateCompleted
I need to find all employees who have not completed a specific training. For example, if there is a training titled "Ethics" I would want to be able to find all those employees who have not yet completed the training.
I feel like I should be able to accomplish something like this using a join but nothing I have tried has worked. Any ideas?
Thanks!