Emailing a report in Access

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top