Emails

  • Thread starter Thread starter deiopajw
  • Start date Start date
D

deiopajw

I have a field for entering email addresses.
I would like to be able to click on an existing email address in this field
and then Outlook Express to open up with the message box containing the
email address in the To: section of the message box.
Thanks for any help.
 
In the On Mouse Up event of your Field (called EMailField in my example) put
this code (Look up help for the SendObject command)

DoCmd.SendObject acSendNoObject,,,[EMailField] .......
 

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