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

Printing multiple labels

Status
Not open for further replies.

twes3

Programmer
Jun 1, 2004
16
US
Question:
I have a crystal report where I setup to print a label 5 across. My problem is I need to print (x) amount of the label based on a formula where I add two database fields. For example, InvOnHand = 5, InvOnOrd = 5 --total of 10
I would have to print this label 10 times. This report is not just for a single record, it contains multiple records, so each record would print according to the formula where I add those two fields. Does anyone have any suggestions?

Thanks in advance....
 
Bind the report to a stored procedure, and sort out your records in there?

Hope this is of any use!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top