I use Access 03 and I send reports as email attachments using the following format.
DoCmd.SendObject acSendReport, "ReportName", acFormatSNP
I may need to be able to send the same report in pdf format. I know this is possible with Access 07+.
Is there any way using Access 03 to send the report in pdf format?
Thanks,
John
DoCmd.SendObject acSendReport, "ReportName", acFormatSNP
I may need to be able to send the same report in pdf format. I know this is possible with Access 07+.
Is there any way using Access 03 to send the report in pdf format?
Thanks,
John