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

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.
 
S

SA

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.
 

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

Top