expublish
Registered User.
- Local time
- Today, 22:17
- Joined
- Feb 22, 2002
- Messages
- 121
I have a big problem with part of my staff DB.
Basically, I need to have a form where you can select an employees name from a combo and details of all training courses that they have completed is displayed below and you can also select another training course to add to their reputoire (sp?). So, for each employee there will be multiple training courses they have completed.
How do i do this?
I have a table called Employees that has employee data (ie, name) and a table called Training that has fields for details about the training course.
Bearing in mind each training course details will be entered independantly of any employees, from a separate form.
So, to summarise ...
There is a table called Employees (holds all employee data) and a table called Training (holds all training course details).
I have a simple form that has all fields for the training course, so the courses we run can be viewed and edited here.
I now need a form where I select an employee from the combo and all courses they have done shows. You can then select a course to add to their records be selecting the course name from a combo. The other details of the course do not need to be on this form, literally just a list of course titles.
I was thinking sub form, but tried it and got in a mess.
Anyone got any ideas or any samples or this kinda thing?
Thanks in advance
Scott.
Basically, I need to have a form where you can select an employees name from a combo and details of all training courses that they have completed is displayed below and you can also select another training course to add to their reputoire (sp?). So, for each employee there will be multiple training courses they have completed.
How do i do this?
I have a table called Employees that has employee data (ie, name) and a table called Training that has fields for details about the training course.
Bearing in mind each training course details will be entered independantly of any employees, from a separate form.
So, to summarise ...
There is a table called Employees (holds all employee data) and a table called Training (holds all training course details).
I have a simple form that has all fields for the training course, so the courses we run can be viewed and edited here.
I now need a form where I select an employee from the combo and all courses they have done shows. You can then select a course to add to their records be selecting the course name from a combo. The other details of the course do not need to be on this form, literally just a list of course titles.
I was thinking sub form, but tried it and got in a mess.
Anyone got any ideas or any samples or this kinda thing?
Thanks in advance
Scott.