questioning regarding e-mail function on forms

  • Thread starter Thread starter Lauren B.
  • Start date Start date
L

Lauren B.

To have an e-mail automatically open when a checkbox is clicked, I have the
event procedure set to:

DoCmd.Send Object , , , "e-mail address" , , , "Subject" , "Text" , True

I need to have an e-mail open with three e-mail addresses in the To: line.
I attempted to separate the e-mail addresses by commas but received an
error. How can I write the code so that my e-mail has multiple recipients?

Thank you for any assistance.
 

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

Back
Top