Export Access report to PDF format

  • Thread starter Thread starter Barbara Cherekjian
  • Start date Start date
B

Barbara Cherekjian

Is there any way to programmatically export an Access report to PDF format
via code?
 
Sure checkout our web site for a variety of ways to create pdf files and
distribute them to your users.

For example:
Result = RPT_CreateSingleFile("rptExample",
"C:\Reports\Report1.pdf","PDF","WHERE Salary > 50000")

Creates a pdf file called report1.pdf running rptExample passing in a where
clause.

Mark

RPT Software
http://www.rptsoftware.com
 
Back
Top