Programatically Convert Access Reports to PDF.

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

Is there a way to programatically convert or save an Access Report to PDF?
I looked at PDF995, ActivePDF and a few others but none of them have the
capability to call a function.

Thanks.
 
Rob,

Under the File|Page Setup menu of the report design, specify your PDF
driver, e.g. PDF995, as the Specific Printer. Then you can just use
DoCmd.OpenReport in your code to output the report directly to a PDF file.
 
Rob:

Check out our PDF and Mail Library for Access, which you'll find on our web
in the developer tools section. It support numerous PDF drivers, including
PDF995 and many others to allow you to output PDF files from within Access
programatically.

HTH
 
Back
Top