sdawson
Registered User.
- Local time
- Today, 20:00
- Joined
- Apr 22, 2003
- Messages
- 165
Looking for earliest version of Access in which I can format a report as a PDF file to attach to email.
Using this at present - DoCmd.SendObject acSendReport, "Myreport", acFormatHTML
Want to use this - DoCmd.SendObject acSendReport, "Myreport", acFormatPDF
Thanks
Using this at present - DoCmd.SendObject acSendReport, "Myreport", acFormatHTML
Want to use this - DoCmd.SendObject acSendReport, "Myreport", acFormatPDF
Thanks