I'm also unclear what kind of printer / paper you mean. At one client I print 4 copies of the same report, with a variable vPageType located in the page footer:
SET VAR vPageType text = 'Office Copy' PRINT reportname SET VAR vPageType text = 'Customer Copy' PRINT reportname .... Karen > What's a "paper feed printer"? > If the 4 parts are different colors you could print a code: > White copy -- Original -- Not Negotiable > Blue copy -- Shipping Order > etc. > > Bernie Lis >

