Printing Groups

J

Jim Jones

I have a report in which each new group is printed on a new page and I have a
macro which uses the setvalue function to return the page number to 1 for the
first page of each new group. However, since the final report will be duplex
printed, I need each new group to start on a odd numbered page so the groups
can be separated after printing.

So, how can I insert a blank page if a group ends on an odd numbered page?

Any help would be appreciated.

Jim Jones
 
J

Jeff Boyce

Jim

One approach would be to use the Mod function in your code behind the report
to test for even/odd.

Regards

Jeff Boyce
<Access MVP>
 
Top