I'm am so confused!
I had to adjust my db to accommodate situations where 2 instructors teach the same course at the same time.
I have course names as one table.
I have another table that takes the course names, day, time, room, and teacher and makes this a unique coursesched.
I have had to adjust to allow for a 2nd instructor for courseched.
The problem I am having is that I create an observation report based on my observations of 1 teacher. For the class that has 2 teachers I will be doing 2 separate observations on 2 separate occassions, generating 1 report for each teacher (2 total).
Currently my report rptObservationResults shows the name of the faculty(s) that is associated with the unique coursesched. I have adjusted my other tables, forms, reports to show both faculty if there are 2 teaching the course. However on this report I do not want it to show both faculty as they are each getting their own separate report.
I am thinking there must be a way to check a box on my form frmObservationResults that feeds the report to indicate whether the report applies to FacultyID1 or FacultyID2. Basically on my form I want to check the box if the results are for FacultyID2 and uncheck if it's FacultyID1, then I would like that to somehow make my report show either FacultyID1 or FacultyID2 but not both.
Does this sound like a reasonable way to go about this? And if so how do I do it?
If it works I would like to make some of my other reports refer to one or the other instructor as well.
I had to adjust my db to accommodate situations where 2 instructors teach the same course at the same time.
I have course names as one table.
I have another table that takes the course names, day, time, room, and teacher and makes this a unique coursesched.
I have had to adjust to allow for a 2nd instructor for courseched.
The problem I am having is that I create an observation report based on my observations of 1 teacher. For the class that has 2 teachers I will be doing 2 separate observations on 2 separate occassions, generating 1 report for each teacher (2 total).
Currently my report rptObservationResults shows the name of the faculty(s) that is associated with the unique coursesched. I have adjusted my other tables, forms, reports to show both faculty if there are 2 teaching the course. However on this report I do not want it to show both faculty as they are each getting their own separate report.
I am thinking there must be a way to check a box on my form frmObservationResults that feeds the report to indicate whether the report applies to FacultyID1 or FacultyID2. Basically on my form I want to check the box if the results are for FacultyID2 and uncheck if it's FacultyID1, then I would like that to somehow make my report show either FacultyID1 or FacultyID2 but not both.
Does this sound like a reasonable way to go about this? And if so how do I do it?
