L
lsgKelly
I am using the following code to email a report in Access:
DoCmd.SendObject acSendReport, ("rstatusreportfinal1"), acFormatPDF,
[eemail], , , , , True
It works great, until it puts the email address in the To: line. For some
reason, it looks like this:
(e-mail address removed)#mailto:[email protected]#
Unfortunately, this does not work well. I just want the first part of the
email address to show up.
What am I doing wrong? It's driving me crazy!
Thanks!
DoCmd.SendObject acSendReport, ("rstatusreportfinal1"), acFormatPDF,
[eemail], , , , , True
It works great, until it puts the email address in the To: line. For some
reason, it looks like this:
(e-mail address removed)#mailto:[email protected]#
Unfortunately, this does not work well. I just want the first part of the
email address to show up.
What am I doing wrong? It's driving me crazy!
Thanks!