F
Frank Timmons Jr
I have a report that is based on 6 different separate queries. If each query returns multiple records, how can I ensure that ALL of the data from Query #1 is printed one after the other, then, all of the data from Query #2 is printed directly following the last record from Query #1.
Right now my report looks like this:
Query 1 Title
First record
Query 2 Title
First record
Query 1 Title
Second Record
Query 2 Title
Second Record
etc...
I want it to look like this:
Query 1 Title
First Record
Second Record
etc...
Query 2 Title
First record
Second record
etc...
Is that even possible? Given the fact that I have 6 different queries that I want to include on the same report?
Right now my report looks like this:
Query 1 Title
First record
Query 2 Title
First record
Query 1 Title
Second Record
Query 2 Title
Second Record
etc...
I want it to look like this:
Query 1 Title
First Record
Second Record
etc...
Query 2 Title
First record
Second record
etc...
Is that even possible? Given the fact that I have 6 different queries that I want to include on the same report?