G
Guest
I have created a db to track employees' requests for training and the priority they want that training.
Table:
tblCompanies
tblCourses
tblEmployees
The end goal is to have a web page where the employees can select their name from a combo box, then underneath have 5 spots for selecting different courses. The courses would be selected based on the priority the employee wants to take the course.
I think I need a fourth table to hold the results, something like tblEmployeePreferences or whatever, but I am unsure how to field it so that it is useful. I mean, I obviously have a lookup field for employee, then one for the course, and I'm assuming one for preference with values of 1-5. I am just unsure if this is the best way, and if so what would the recommendation be for creating a web page based off of that?
Thank you.
Table:
tblCompanies
tblCourses
tblEmployees
The end goal is to have a web page where the employees can select their name from a combo box, then underneath have 5 spots for selecting different courses. The courses would be selected based on the priority the employee wants to take the course.
I think I need a fourth table to hold the results, something like tblEmployeePreferences or whatever, but I am unsure how to field it so that it is useful. I mean, I obviously have a lookup field for employee, then one for the course, and I'm assuming one for preference with values of 1-5. I am just unsure if this is the best way, and if so what would the recommendation be for creating a web page based off of that?
Thank you.