I am printing student reports double sided. I don't want one student's report to begin on the back of another therefore if the last page in the student record is odd I want to skip a page, and start printing on the new page.
In Section Expert in Group Header 1 I have checked New Page Before and entered the formula WhilePrintingRecords;
Remainder(PageNumber, 2) <> 0
I did the same in Group Footer 1 for New Page After
I don't know if this matters but Group Footer 1 does not contain records for all students and it is a subreport.
The report is still printing the next student on the back of the previous students record. What am I doing wrong?
Thanks,
Hillary
In Section Expert in Group Header 1 I have checked New Page Before and entered the formula WhilePrintingRecords;
Remainder(PageNumber, 2) <> 0
I did the same in Group Footer 1 for New Page After
I don't know if this matters but Group Footer 1 does not contain records for all students and it is a subreport.
The report is still printing the next student on the back of the previous students record. What am I doing wrong?
Thanks,
Hillary