N
neetkleat
I am trying to set up a staff training database that will help figure out
what trainings they still need to take for their positions.
Here are the mock tables and fields I have set up.
Table 1:
Position Name
Required Training 1
Required Training 2
Required Training 3
Required Training 4
Table 2:
Staff Name
Staff Position Name
Training Taken 1
Training Taken 2
Training Taken 3
Training Taken 4
Next, I want to set up a query that will show what Trainings they have not
taken for Their Position.
Basically when for when Staff Position Name = Position Name, show if
Training Taken 1 is not equal to Required Training 1, etc.
How do I do that? I know it's an exclusion query, but I can't figure out how
to do it. I'm missing something.
what trainings they still need to take for their positions.
Here are the mock tables and fields I have set up.
Table 1:
Position Name
Required Training 1
Required Training 2
Required Training 3
Required Training 4
Table 2:
Staff Name
Staff Position Name
Training Taken 1
Training Taken 2
Training Taken 3
Training Taken 4
Next, I want to set up a query that will show what Trainings they have not
taken for Their Position.
Basically when for when Staff Position Name = Position Name, show if
Training Taken 1 is not equal to Required Training 1, etc.
How do I do that? I know it's an exclusion query, but I can't figure out how
to do it. I'm missing something.