Saving reports as pdf file

  • Thread starter Thread starter Guest
  • Start date Start date
Yes, but you must use a PDF writer (such as "cutepdf"). That is not a
Microsoft format, so they do not support it in the Office software.

Rick B


Sue said:
Is it possible to save an Access report as a pdf file? If so, how?
Thanks!
 
Sue we just open the report and use Ctrl P and use the PDF writer. This will
Print it to PDF file.
 
You can code a solution using our batch reporting module.

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

HTH,
Mark
RPT Software
http://www.rptsoftware.com
 
You can use pdcreator
"with some modifications on source code i release that the caption of the
report will be the absolute pathname of file"

go to
www.sourceforge.net

bye FLAVIO
 
Back
Top