Hi,
I use the following code to send an e-mail to users which creates an RTF file from a report. This works great but now I want to attach a separate word document questionnaire to the e-mail too. Is this possible?
DoCmd.SendObject acReport, stDocName2, "RichTextFormat(*.rtf)", EmailAddress, , , SubjectLine, _
"Please see attached document.", False
Thanks in advance
Lee
I use the following code to send an e-mail to users which creates an RTF file from a report. This works great but now I want to attach a separate word document questionnaire to the e-mail too. Is this possible?
DoCmd.SendObject acReport, stDocName2, "RichTextFormat(*.rtf)", EmailAddress, , , SubjectLine, _
"Please see attached document.", False
Thanks in advance
Lee