How to Print in correct order [message #284586] |
Fri, 30 November 2007 04:02 |
petis
Messages: 9 Registered: November 2007
|
Junior Member |
|
|
Hi
New to using Report Builder.
I have made a report with 2 pages.
I Need to make multiple copies of these two pages.
On some of them I need the second page printed on the back of the first page.
So I need to get the printer order to :
P1,P2,P1,P2,P1,P2 and so on
I've used the REPORT_COPIES.COPY_NO <= 4
and have one field that changes on the first page according to which copy it is, problem is that it is printing out
P1,P1,P1,P1,P2,P2,P2,P2,P2
How can I change this to output them correctly?
|
|
|
|