Summary: I'm having trouble getting a report to list/print ALL the student records of a teacher who has more students than can fit on one page.
The query includes the following:
Teacher name
Student name
Student's performance date
Student's performance order (number from 1 to 6 or so)
I want the report to list each teacher's students by grouped by performance date, sorted by performance time and then sorted by performance order, followed by a page break to begin another teacher.
I have it grouping by teacher, with a header and a page break in the teacher group footer. Then sorted by date, and finally sorted by performance order number. I've also tried grouping by day but that doesn't seem to help.
It works fine, as long as a teacher doesn't have more students that what would fit on a page. It's not printing the second page. So, if a teacher has say, 50 students performing on 6/1/2016 the report will list one page's worth (about 30 records) and then
start a new page with a new performance day (leaving off the remainder of the records for 6/1/2016).
I've tried grouping and sorting in just about every combination possible, but I haven't hit on the one that works. Any help would be appreciated.
Thanks in advance.
Jerry