how to convert report to pdf?

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

Greeting,

I have a report that show my data and I would like to convert it to pdf
file. I use function called “ConvertReportToPDF†and now I have a command
button that once it pressed it runs the report. What I need is once it
pressed the function is running but I could not do that . how can I do it?
 
Jon said:
Greeting,

I have a report that show my data and I would like to convert it to pdf
file. I use function called "ConvertReportToPDF" and now I have a command
button that once it pressed it runs the report. What I need is once it
pressed the function is running but I could not do that . how can I do it?

There are quite a number of software packages to create PDF... from Adobe,
the originators of the format, other commercial vendors, and Open Source.
Every one that I've used installed as though it were a printer, so you can
specify it similarly to specifying a printer.

Because my users, always and invariably, want to look at a Report before
priting it, they just select the PDF creator installed on their system as
the printer, when they print from the preview screen. The software I am
currently using for this is PDF Creator, an OpenSource package available
from http://www.sourceforge.com.

Larry Linson
Microsoft Office Access MVP
 
Jon I do not understand your question. Could you try to explain in more
detail what you are trying to accomplish?

If you look at the code behind the CommandButton on the sample form named
"HowToUse" you will see the code that is used to call the ConvertReportToPDF
function.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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

Back
Top