I have set my database up as follows, and would just like some adive before I proceed with it.
tblEmployee
Employee ID
Surname
Forename
Grade
tblQualification
ID
Qualification
Now I want a form that shows the Employee Details, but I then want to be able to select (multpiple) qualifications that an employee has. I tried doing a subform but the user had to manualy enter each qualification into th subform, I was hoping for a lookup box so the user could just select the qualification.
If anyone has any suggestions on how I could do this (maybe theirs an easier way than subforms?) Please help me. Thanks.
tblEmployee
Employee ID
Surname
Forename
Grade
tblQualification
ID
Qualification
Now I want a form that shows the Employee Details, but I then want to be able to select (multpiple) qualifications that an employee has. I tried doing a subform but the user had to manualy enter each qualification into th subform, I was hoping for a lookup box so the user could just select the qualification.
If anyone has any suggestions on how I could do this (maybe theirs an easier way than subforms?) Please help me. Thanks.