Hello,
Some Background: I have a Company and a Job title that have Competencies (Takes initiative, etc). The competencies table has companyID and JobtitleID (as well as competencyID and competencyName) that works fine. I can add competencies based on the company and jobtitle. I have an employee table that has a competencyID field, as well as a companyID and jobtitleID (and understood is the empID)
The question: When I add an employee, I want the competencies to be associated with that employee based on his/her company and jobtitle without having to assign each competency manually to the employee record. Is this possible?