Saving multiple reports to 1 file

  • Thread starter Thread starter Chad
  • Start date Start date
C

Chad

Is there any way to automate saving more than one report
as a single file with multiple pages?

Example:

I want to save Report1, Report2, and Report3. Is there a
way to have a user save them as Report.doc with pages 1,
2, and 3, each of which being a report?; as opposed to
saving each one as a seperate document?

Thanks for any help you can offer,
Chad
 
Chad,

Make a blank unbound report, and add your 3 existing reports to it as
Subreports, separated by a page break control.

- Steve Schapel, Microsoft Access MVP
 
Back
Top