Hello to all,
I tryed everything I know but cannot solve this problem:
I'm making a report where I want to sort by school name then display the teacher name and for each teacher a list of students.
The report look like this
Header
school name
adress
and an introductory text
subsummary by school ID (empty only for sort purposes)
subsummary by date to come (empty like above)
subsummary by teacher (name of the teacher and the date)
John Smith Date to come xx-xx-xxxx
body with the list of the students that belong to a particular teacher.
student 1
student 2
.
.
.
student n
So far it work perfectly and the sort order is school ID, date, teacher, and student name.There is a break for each different school and the different teachers (and students) are consecutive. However when the body of a particular teacher is too long (too many students) it goes to next page and keep printing the list. The question is: there is a way to repeat the subheader of the teacher on the next page so don't look so weird (like something is missing)?
Thanks in advance for any help I can receive
Best regards
Nem30151