Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Copy

Status
Not open for further replies.

Mipana

IS-IT--Management
Jun 7, 2002
12
DO
I want to print a purchase orden when sent to printer i want to print in the firt page a label that say "ORGINAL" and the other page say "COPY".


 
Hi
Create this formula,

If PageNumber=1
then 'Original'
else'Copy'
then insert in the page footer (or header, if that is where you want it)

Should be what you are looking for.

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top