Open Default Email Client

  • Thread starter Thread starter Hank
  • Start date Start date
H

Hank

In Access 2003, How do I use a click event on a textbox that has an email
address in it to open the default email client ?
 
On Tue, 7 Apr 2009 17:42:01 -0700, Hank

In the Click event write:
Application.FollowHyperlink ("mailto:" & myTextBox.Value)
(replace myObjectNames with yours)

-Tom.
Microsoft Access MVP
 

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