J
Jack G
I'm trying to send email from Access either by using vba's SendObject or
with the Send Macro. I want the email to pick up the message portion of the
email from a Template that can then be edited by the user, but it doesn't
seem to work. The vba looks something like this:
DoCmd.SendObject acSendNoObject, , , strRecipient, strCopy, , strSubject, ,
True, "C:/TestEmail.oft".
It starts up an email OK, but there's no content in the message portion.
I also tried composing the message string in vba, but the message doesn't
want to accept very long strings (not to mention that it's very awkward to
write the message this way).
Am I missing something?
Jack
with the Send Macro. I want the email to pick up the message portion of the
email from a Template that can then be edited by the user, but it doesn't
seem to work. The vba looks something like this:
DoCmd.SendObject acSendNoObject, , , strRecipient, strCopy, , strSubject, ,
True, "C:/TestEmail.oft".
It starts up an email OK, but there's no content in the message portion.
I also tried composing the message string in vba, but the message doesn't
want to accept very long strings (not to mention that it's very awkward to
write the message this way).
Am I missing something?
Jack