T
Tee
I have a Microsoft Word Template which is accessed from
Microsoft's Access database program. The email address
is put into a DOCVARIABLE within the document created
using the template.
With a button on the MenuBar of the newly created Work
document, I can switch to E-Mail view and put text into
the subject line with the code
ActiveWindow.EnvelopeVisible = True
activedocument.mailEnvelope.Item = "Receipt of
Application"(e-mail address removed).
I can't figure out how to put the email address into the
To. line,
Thanks
Tee
Microsoft's Access database program. The email address
is put into a DOCVARIABLE within the document created
using the template.
With a button on the MenuBar of the newly created Work
document, I can switch to E-Mail view and put text into
the subject line with the code
ActiveWindow.EnvelopeVisible = True
activedocument.mailEnvelope.Item = "Receipt of
Application"(e-mail address removed).
I can't figure out how to put the email address into the
To. line,
Thanks
Tee