Export Access report to PDF format

B

Barbara Cherekjian

Is there any way to programmatically export an Access report to PDF format
via code?
 
M

Mark Andrews

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
 

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