I have a report that show what students are in what classes. the student data and the class records are in separate tables. the query for the report looks like this:
SELECT Classes.[Class Name], Classes.[School Year], Classes.[Teacher Name], Classes.Period, Classes.Days, Classes.[Room...