Attaching a pdf file to be printd as a second page to a report

  • Thread starter Thread starter Dion
  • Start date Start date
D

Dion

I need to print a pdf file as a second page to a report.
I was wondering if anyone knew how to accomplish this.
Any help is greatly appreciated.
 
Dion:

There's no way in Access to embed a PDF file in an Access report. The Adobe
PDF control that you can use with forms does NOT work with reports due to
the special COM interfaces that Access reports require that are not
supported by that control. There's really no way to do it.

One alternative method is to output the Access report as its own PDF file
and then to merge the two files into one PDF and either print it or e-mail
it as desired. If you want to automate that process, then take a look at
our PDF and Mail Library for Access, (Pro or Pro Plus editions). It will
allow you to do just that; you'll find it on our web.
 
Back
Top