I have tblFaculty, jtblFaculty_CourseSched, tblCourseSched
Up to this point I have had only 1 instructor per course. I now have a case where there are 2 instructors teaching one course. I have the following fields in tblCourseSched: FacultyID, CoursesID, DaysID,Time, LocationsID, RoomID,SemesterID.
I have just added FacultyID2 to the table to list the second instructor.
I am trying to add FacultyID2 to the entry form that feeds the table, but keep getting error msgs. I have a control labeled FacName1 for first faculty and I tried to create a duplicate control for FacName2. I am breaking some kind of rules bc I keep getting errors no matter how I try to set it up. How can I list the 2nd instructor? Was adding another FacultyID field to my table the right way to go about this or am I missing another solution?
How should I/can I add it to the form?
Up to this point I have had only 1 instructor per course. I now have a case where there are 2 instructors teaching one course. I have the following fields in tblCourseSched: FacultyID, CoursesID, DaysID,Time, LocationsID, RoomID,SemesterID.
I have just added FacultyID2 to the table to list the second instructor.
I am trying to add FacultyID2 to the entry form that feeds the table, but keep getting error msgs. I have a control labeled FacName1 for first faculty and I tried to create a duplicate control for FacName2. I am breaking some kind of rules bc I keep getting errors no matter how I try to set it up. How can I list the 2nd instructor? Was adding another FacultyID field to my table the right way to go about this or am I missing another solution?
How should I/can I add it to the form?