I am using the following to attach a report, in HTML format to an
e-mail using Access2K:
DoCmd.SendObjec t acSendReport, "myReportNa me", 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
e-mail using Access2K:
DoCmd.SendObjec t acSendReport, "myReportNa me", 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
Comment