Hi All,
I have been tasked with creating an employee database, that reflects their experience, their certifications, if they have taken suggested training and any other skills they may have. I have created four many to many relationships around the main table of Active Employees. I have attached a copy of what the relationships look like.
The management wants to be able to go in and click on a button for each criteria (experience, certification, training, other) to see the employees that have that specific criteria. I seem to have accomplished this, based on the relationships I have set so far, through a navigation pane with buttons that pull from the correct queries.
My problem is management wants a simple form for the employees to each individually go in and check off the criteria they have. I provided them a combo box form, but they didn't like it. They only want a list of all of the criteria (or rather each criteria on its own separate page) with a checkbox next to each that will update the underlying employee tables.
I have racked my brains over this one and I can't seem to find the solution. Can someone please point me in the right direction?
Thanks,
DPat