Leventcos21
Technical User
Hello,
I have run into a slight design problem. I am creating a Training database. I have two types of trainings SOP and WI. Each training is a M:M with the employees. Each training has its own Skill Sets and each employee can be assigned M:M skill sets.
Lets say I go into the database and I see that I have SOP training, once it is completed I click the box that it has been completed. However, with my design, it wouldn't let me make any changes, I guess due to my query.
tblEmp --->tblSKillDetail<------tblSkillSet
tblEmp --->tblSOPDetail<-----tblSOP
tblEmp --->tblWIDetail<-----tblWI
tblSkillSet---->SOPSKILL<-----tblSOP
tblSkillSet---->WISKILL<-----tblWI
I have run into a slight design problem. I am creating a Training database. I have two types of trainings SOP and WI. Each training is a M:M with the employees. Each training has its own Skill Sets and each employee can be assigned M:M skill sets.
Lets say I go into the database and I see that I have SOP training, once it is completed I click the box that it has been completed. However, with my design, it wouldn't let me make any changes, I guess due to my query.
tblEmp --->tblSKillDetail<------tblSkillSet
tblEmp --->tblSOPDetail<-----tblSOP
tblEmp --->tblWIDetail<-----tblWI
tblSkillSet---->SOPSKILL<-----tblSOP
tblSkillSet---->WISKILL<-----tblWI