Reputation: 567
I have a report that takes one parameter (an order no) and creates a document for that order, pulling in some address fields, etc.
My customers want the ability to select multiple order numbers at once and print out say 10 different sheets, one for each order. everything would be the same on each sheet, save for the order specific information.
my problem is that currently, toggling the parameter to accept multiple values jams all the information for all 10 orders into the same place on one instance of the report. Is there a way around this?
Please let me know any and all further clarification or examples you need.
Upvotes: 0
Views: 1743
Reputation: 847
Use a sub-report to run the same report multiple times with different parameters.
To make sure each report prints on a different page:
Upvotes: 2