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

Printing Parameters for Number of lables? 1

Status
Not open for further replies.

RickBooker

Technical User
Jan 26, 2000
17
US
Using Crystal 7. I have a lable report that has various parameters ie. stock code, descriptions etc. Is there a way to add a parameter to tell how many labels to print? I understand that it can be done from the File/print menu as number of copies. But was looking for a way to do it by using a parameter. Any suggestions?<br>
Thanks<br>
RickB
 
How about create a table called NUMBERS with the numbers 1 to 10 (or whatever). Then 'link' that to your label report table, selecting records from NUMBERS that are less than equal to a parameter. What you would want is a cross join of these tables, so that if you wanted 3 copies of each label, you would select three rows from NUMBERS (ie 1,2,3), and you would get three copies of your labels. Hope this makes sense. <p>Malcolm Wynden<br><a href=mailto:wynden@island.dot.net>wynden@island.dot.net</a><br><a href= > </a><br>
 
Thanks MalcolmW. Your reply works great and I'm sure the idea can be used in other ways too.<br>
Thanks,<br>
RickB
 
Hello<br><br>Thanks for your tip. I stay here in Jakarta (Indonesia)<br>and give my best to instruct cristall report.<br><br>People have fun with this tool.<br><br>Daniel Brunel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top