On the change of Student ID (Group 3), I want Crystal to do two things; Firstly, if the page number is odd I want Crystal to create a new page and secondly, reset page number after evey Student ID. I can do each of these but not in conjunction with one another.
I am printing the reports double sided. If a student's report is an odd number of pages I want to force another page so the next student's information doesn't print on the back of the first student.
In Group Footer 3, I checked New Page After and entered this formula...
WhilePrintingRecords;
Remainder(pagenumber, 2) <> 0;
And I also checked Reset Page Number After.
The result is Page 1 of 1 for all students with one page. Crystal did not force a second page.
How do I conditionally force another page and Reset Page Number at the same time?
Thanks,
Hillary
I am printing the reports double sided. If a student's report is an odd number of pages I want to force another page so the next student's information doesn't print on the back of the first student.
In Group Footer 3, I checked New Page After and entered this formula...
WhilePrintingRecords;
Remainder(pagenumber, 2) <> 0;
And I also checked Reset Page Number After.
The result is Page 1 of 1 for all students with one page. Crystal did not force a second page.
How do I conditionally force another page and Reset Page Number at the same time?
Thanks,
Hillary