Hi Chris,
Sorry for the late reply, but we have a duplex printer too, so I thought
this would be a nice way to save some $$$.
right-mouse clicking on the groups and choose Insert Section Below - in this
case, it's the group with the materials for the Asm. Right-mouse click again
and open the Section Expert.
Click on this new group and check the box "New Page Before". Click on the
formula button to the right of "Suppress (No Drill Down) and enter this
formula: (PageNumber mod 2) = 0.
This is make this section hidden on even numbered pages and displayed on odd
number pages. That will cause the New Page before to fire.
In the actual report, you can enter the text "Intentionally Blank" if you
want that displayed to let users know that this page is just a place holder.
HTH,
Mark W.
Sorry for the late reply, but we have a duplex printer too, so I thought
this would be a nice way to save some $$$.
> I have a Job Traveller with three assembly sequences.....
>
> The problem is, I need to print the traveller and print it on duplex
> printer .....
> I need it to print like this ....Try this: Create a new section in the Group Footer for the assembly by
>
> Page 1 Asm Seq 1
> Page 2 Asm Seq 1
> Page 3 Asm Seq 1
> Page 4 Intentionally Blank
> Page 5 Asm Seq 2
> Page 6 Asm Seq 2
> Page 7 Asm Seq 3
> Page 8 Asm Seq 3
>
> In other words if the last page of an Asm Seq is ODD I need a blank page
> inserting (making a blank even page) then begin to print on the next odd
> page.
right-mouse clicking on the groups and choose Insert Section Below - in this
case, it's the group with the materials for the Asm. Right-mouse click again
and open the Section Expert.
Click on this new group and check the box "New Page Before". Click on the
formula button to the right of "Suppress (No Drill Down) and enter this
formula: (PageNumber mod 2) = 0.
This is make this section hidden on even numbered pages and displayed on odd
number pages. That will cause the New Page before to fire.
In the actual report, you can enter the text "Intentionally Blank" if you
want that displayed to let users know that this page is just a place holder.
HTH,
Mark W.