wrote in message
news:76d843ad-5ca2-4854-96cc-5431ead1c3bb (AT) h6g2000yqk (DOT) googlegroups.com...
Quote:
Is there any way I can get this to work without the double
handling of RTF doc to PDF |
I not aware that PDF does not work on 64 bit OS.
Such a setup should work just fine.
To output a report as pdf, you can use:
strRpt = "customers"
DoCmd.OpenReport strRpt, acViewPreview
strFileName = "c:\savedpdf\test.pdf"
DoCmd.OutputTo acOutputReport, strRpt, acFormatPDF, strFileName
So, I not sure what you mean by save-as pdf?, but the report ribbon should
give you this option. (print preview as opposed to report preview).
And for 2007, or 2010, you don't use some type of pdf printer, this ability
built into the product.
You might want to expand further on this.
Do keep in mind that the PDF ability for 2007 will only be available if you
have the latest service pack for office 2007 installed.
You can also download the pdf option separate if Office not been updated to
the latest SP.
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
Pleasenospam_kallal (AT) msn (DOT) com