B
BRENNON
I have a printer/copier that will print documents on both
sides of paper. I would like reports to print so that
each section starts on the front side of a page (all
sections will fit on 2 pages max). Is ther a way to make
each page start on an odd page? I.E. Section one is one
page long, so it inserts a blank page behind it (i.e. the
back side of the paper), then section 2 starts on the
front of the next page, spills over to the baack side and
section 3 would start on the front of the 3rd piece of
paper.
I have placed a page break at the end of the group footer
and i am using the following code on the group footer "on
format" section:
If Me.Page Mod2 <> 0 Then
Me.myPageBreak.visible=True
End If
However when it gets to a sectoin that starts on an odd
numberpage and ends on an even number page, it still
inserts a blank page which causes the next section to
start on an even number, throwing everythign off.
CAN ANYONE HELP ME?
THANKS!
sides of paper. I would like reports to print so that
each section starts on the front side of a page (all
sections will fit on 2 pages max). Is ther a way to make
each page start on an odd page? I.E. Section one is one
page long, so it inserts a blank page behind it (i.e. the
back side of the paper), then section 2 starts on the
front of the next page, spills over to the baack side and
section 3 would start on the front of the 3rd piece of
paper.
I have placed a page break at the end of the group footer
and i am using the following code on the group footer "on
format" section:
If Me.Page Mod2 <> 0 Then
Me.myPageBreak.visible=True
End If
However when it gets to a sectoin that starts on an odd
numberpage and ends on an even number page, it still
inserts a blank page which causes the next section to
start on an even number, throwing everythign off.
CAN ANYONE HELP ME?
THANKS!