Access - Create PDF

  • Thread starter Thread starter katz
  • Start date Start date
K

katz

Hello!
I'm sending a access report via email using the docmd.SendObject,
acformatSnp.
It works very good.
Is it possible to create a PDF format from the report and then use the
SendObject? It would be much easier then the snapshot viewer.

Thanks in advance
Abe
 
See Stephen Lebans' "reporttopdf"

http://www.lebans.com/reporttopdf.htm

I also use "PDF995" which create a "PDF Writer" virtual printer and if the
Report is sent to this virtual printer, a PDF is created. PDF995 (license
fee is about US $10, I think) has some VB sample code that you can use also.
 
Back
Top