I need a report that prints shipping labels and the number of labels depends on the quantity of items sold.
I have developed a main report that does not print anything but passes the quantity sold information to a sub report via a link. The sub report generates the correct number of labels.
The sub report is inserted into the detail line on the main report.
Everything works fine except that the report sometimes skips to a new page after printing the labels for one product. I want the report not to skip. I cannot see any pattern in when it does and does not skip.
Any help will be appreciated
I have developed a main report that does not print anything but passes the quantity sold information to a sub report via a link. The sub report generates the correct number of labels.
The sub report is inserted into the detail line on the main report.
Everything works fine except that the report sometimes skips to a new page after printing the labels for one product. I want the report not to skip. I cannot see any pattern in when it does and does not skip.
Any help will be appreciated