I have a report that prints out a label for each sample on a sample submission form. I created a parameter where the user is asked how many copies of each sample label they would like to print (this number could potentially be different each time a report is printed). I created a table, LABEL_COPY_NBR, with a single number field, and inserted 100 records, populating the field with the numbers 1 to 100 (assuming 100 would be the maximium number of copies requested).
My question is, since the number of copies is user-entered, I don't know how to hook up the LABEL_COPY_NBR table to the others, or even use it to get the number of repeats I want. I spent a while searching the Crystal forums, and all other references to this topic that I found have the number of labels based on a field in another report table.
Assume that the current report contains the LABEL_COPY_NBR table, a SUBMISSION_FORM table, and a SUBMISSION_SAMPLE table; that the childmost table is the SUBMISSION_SAMPLE table; and that SUBMISSION_FORM.order_id=SUBMISSION_SAMPLE.order_id.
The report has no groups, just a few fields in the Details section of the report. Also, the labels print 7 across, so I can't use conditional supressing of sections, unfortunately.
I would appreciate any and all suggestions--this has been on my to-do list for quite a while!
thanks
jc
My question is, since the number of copies is user-entered, I don't know how to hook up the LABEL_COPY_NBR table to the others, or even use it to get the number of repeats I want. I spent a while searching the Crystal forums, and all other references to this topic that I found have the number of labels based on a field in another report table.
Assume that the current report contains the LABEL_COPY_NBR table, a SUBMISSION_FORM table, and a SUBMISSION_SAMPLE table; that the childmost table is the SUBMISSION_SAMPLE table; and that SUBMISSION_FORM.order_id=SUBMISSION_SAMPLE.order_id.
The report has no groups, just a few fields in the Details section of the report. Also, the labels print 7 across, so I can't use conditional supressing of sections, unfortunately.
I would appreciate any and all suggestions--this has been on my to-do list for quite a while!
thanks
jc