Greetings,
I have the following code (in Access 2000) which composes an email message and attaches an Access report in the message. What I have noticed, however, is that my Autosignature is not added to the email message. Any idea as to why? Is this a limitation of the "SendObject" method?
DoCmd.SendObject acReport, strDocName, acFormatRTF, strBranchCode, , , strSubject, strMessage, True
Thanks in advance!
hsp7777
I have the following code (in Access 2000) which composes an email message and attaches an Access report in the message. What I have noticed, however, is that my Autosignature is not added to the email message. Any idea as to why? Is this a limitation of the "SendObject" method?
DoCmd.SendObject acReport, strDocName, acFormatRTF, strBranchCode, , , strSubject, strMessage, True
Thanks in advance!
hsp7777