Is it possible to use a form similar to the attached snapshot with combo boxes? Currently these fields are simple text boxes.
Can the fields under Instructor, TA, TA2, and Reader be turned into drop down menus that display all faculty members listed in tblPeople?
I have the following tables:
tblPeople
tblRoles
tblCourses
tblCoursePeopleRoles (junction table for the many-to-many relationship).
Or would the design of the form have to change to accommodate the use of combo boxes?
Would would be the best way to set this up?
I basically need a form that will allow me to designate which faculty be holding which role for each course.
Thank you.