I am using the following to attach a report, in HTML format to an
e-mail using Access2K:
DoCmd.SendObject acSendReport, "myReportName", acFormatHTML, , , ,
"mySubject", "myTExtBody", True, "myTemplateName"
However, when the e-mail is created, the attachment is named
"Users.HTML"
How can I change it?
Any help is appreciated.
lq