There are times when you want all groups to start printing on an odd page number.  Usually this comes up when you are printing on both the front and back of the paper.  You always want a new group to start on the front side.  The solution is to split the Group Footer into two sections (A and B).  You put the normal "New Page After" on B.  You don't check "New Page After" on A but instead you give the "New Page After" a formula condition:


   Remainder (PageNumber,2) = 1


This way, when the group ends on an odd page, the report will put in an extra blank page so that the group ends on the even, and the new group starts on the odd.


In the attached document are more detailed instructions with screenshots.