emailing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Access 2000

I have a form that upon selecting a name from a drop down list displays all
relevant information for that name. One of the fileds it displays is email
address.

I would like to insert a button into the form that when it is clicked will
open up Outlook with the email address displayed on the form in the to box.

Is this possible?
 
In the OnClick event for the command button put:

DoCmd.SendObject acSendNoObject,,,[MyEmailFieldName]
 

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