Print 2 reports as one print document possible?

  • Thread starter Thread starter juvi
  • Start date Start date
J

juvi

Hello,

I have got 2 reports which I want to print. I use the following which works
perfect if printing it seperately:

DoCmd.OpenReport "Report_A"
DoCmd.OpenReport "Report_B"

I use FreePDFXP. Is it possible to connect both documents to one print
job/document to receive only one PDF file?

thx in advance.

juvi
 
I believe the only way you'd be able to do it is make both reports
subreports of a third report, and print the third report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top