Hi Folks,
I've got an a application that prints a number of reports. The contents of the reports are based on a the user selecting a set of criteria to base the data extract on and the type of report to generate - a list, a pie chart or a bar graph. Each one of these types of reports has its own report template so in all there are three reports and the application simply sets the recordsource property of the required report before the openreport command is issued.
The problem I have is that the user can batch any number of these reports, and then simply rerun the batch whenever the complete set is required. However, the way this is done is to open each report in the batch one at a time, preview it, then close it and open the next report. What I want to do is to be able to produce all the reports(invariably it is one page per report) as multiple pages of a single report.
Any thoughts/ideas??
Thanks
DS
I've got an a application that prints a number of reports. The contents of the reports are based on a the user selecting a set of criteria to base the data extract on and the type of report to generate - a list, a pie chart or a bar graph. Each one of these types of reports has its own report template so in all there are three reports and the application simply sets the recordsource property of the required report before the openreport command is issued.
The problem I have is that the user can batch any number of these reports, and then simply rerun the batch whenever the complete set is required. However, the way this is done is to open each report in the batch one at a time, preview it, then close it and open the next report. What I want to do is to be able to produce all the reports(invariably it is one page per report) as multiple pages of a single report.
Any thoughts/ideas??
Thanks
DS