P
Piri
Access 97
I am presently using Access 97 to email out daily reports in RFT
format using:
DoCmd.SendObject acReport, "rptDailyReport", "RichTextFormat(*.rtf)"
etc......
These are individual reports sent to multiple recipients from a
dedicated PC using Outlook Express (to get away from the Outlook
security issue) and it is working very well.
What I would like to do is change to PDF format to preserve report
layouts and images. Is it possible for Access97 to do in PDF what it
is presently doing in RTF? If not, I was thinking of using say CutePDF
to create the PDF file, and then email that file. Is there a way to
email a file as an attachment from within Access?
Upgrading Access is not an option at this stage.
Thanks for your help.
I am presently using Access 97 to email out daily reports in RFT
format using:
DoCmd.SendObject acReport, "rptDailyReport", "RichTextFormat(*.rtf)"
etc......
These are individual reports sent to multiple recipients from a
dedicated PC using Outlook Express (to get away from the Outlook
security issue) and it is working very well.
What I would like to do is change to PDF format to preserve report
layouts and images. Is it possible for Access97 to do in PDF what it
is presently doing in RTF? If not, I was thinking of using say CutePDF
to create the PDF file, and then email that file. Is there a way to
email a file as an attachment from within Access?
Upgrading Access is not an option at this stage.
Thanks for your help.