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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cause Crystal to print more than one copy

Status
Not open for further replies.
Jul 5, 2002
28
US
I would like to print 3 copies of a report, changing the footer information on each copy without having to make a 3 page report.
Thanks in advance
 
Create a counter table in your report, with a numeric field with values of 1,2,3, etc in each record.

Add that table to your report, and do NOT link it to your other tables. Use a selection criteria of {field} <= 3 to triple your record count.

This works nicely with SQL complient databases but does have some problems with file or non SQL data sources.

Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top