I need to create a report that shows me a list of completed and not completed skills for each employee. I created a table of the skills that are required
(tblReqdSkills) to be completed by each employee on a yearly basis (skillID, SkillName). I then created another table (tblSkillsInfo) to enter data about each employee’s skills when they have completed them and a completion date (EmployeeID, SkillName, CompletedDate, etc). If each required skill is not entered into the skills info table for each employee, I won’t know if every skill for each employee was completed. Is there a way to compare the 2 tables for each employee and determine if any of the necessary skills have not been done?
-
Display info about data not in the database
- This topic has 6 replies, 3 voices, and was last updated 24 years, 2 months ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads