I have a report which I think I want based on a query. This report displays different classes taught be different instructors. The format of the report that I want is the following:
Instructor1
Classinformation1
Classinformation2
Classinformation3
Instructor2
Classinformation4
Classinformation5
Instructor3
Classinformation6
Classinformation7
Classinformation8
Classinformation9
As you can see there are different numbers of classes for each instructor. I have written a simple select query which provides the information I want, I'm just having trouble getting the report to look the way that I want. When I place the query in the report this is the format that I get:
Instructor1 Classinformation1
Instructor1 Classinformation2
Instructor1 Classinformation3
Instructor2 Classinformation4
Instructor2 Classinformation5
...and so on.
I thought of using another query to list just the instructors but I don't know how to put two queries in one report except as subreports and I don't think that will allow the format that I want. I have a feeling this is an easy fix, but, any suggestions? Thanks in advance.
Instructor1
Classinformation1
Classinformation2
Classinformation3
Instructor2
Classinformation4
Classinformation5
Instructor3
Classinformation6
Classinformation7
Classinformation8
Classinformation9
As you can see there are different numbers of classes for each instructor. I have written a simple select query which provides the information I want, I'm just having trouble getting the report to look the way that I want. When I place the query in the report this is the format that I get:
Instructor1 Classinformation1
Instructor1 Classinformation2
Instructor1 Classinformation3
Instructor2 Classinformation4
Instructor2 Classinformation5
...and so on.
I thought of using another query to list just the instructors but I don't know how to put two queries in one report except as subreports and I don't think that will allow the format that I want. I have a feeling this is an easy fix, but, any suggestions? Thanks in advance.