I am looking for help with a training database I am working on for work. I have a table with training requirements and another table with training records. What I have been trying to figure out is how to pull out the training deficiencies.
For example:
Joe is required to be trained on 1, 2, and 3 according to the training requirement table. There are training records in the table for 1 and 2 but not 3 in the training record table.
So how can I search the training record table to find the missing training requirement?
Thank you in advance!
For example:
Joe is required to be trained on 1, 2, and 3 according to the training requirement table. There are training records in the table for 1 and 2 but not 3 in the training record table.
So how can I search the training record table to find the missing training requirement?
Thank you in advance!