Hi,
I'm at the end of a work project and the final report has got me stumped.
I have a table of employees, a table of modules and a link table of modules and employees and whether or not the employee has passed that module.
There are 21 modules.
I am trying to generate a report which shows each technician if and only if they have "passed" (yes/no field) all 21 modules.
They would then be considered "qualified" . Conversely i want to be able to generate a report if and only if a technician has failed any amount of modules - this would show employees who need further training.
The modules will be further expanded, and i will only be interested in a subset (say all modules beggining with B).
Essentially, I want to show all techs that have passed all modules that begin with B.
Any ideas?
I'm at the end of a work project and the final report has got me stumped.
I have a table of employees, a table of modules and a link table of modules and employees and whether or not the employee has passed that module.
There are 21 modules.
I am trying to generate a report which shows each technician if and only if they have "passed" (yes/no field) all 21 modules.
They would then be considered "qualified" . Conversely i want to be able to generate a report if and only if a technician has failed any amount of modules - this would show employees who need further training.
The modules will be further expanded, and i will only be interested in a subset (say all modules beggining with B).
Essentially, I want to show all techs that have passed all modules that begin with B.
Any ideas?
Comment