Email Hyperlinks in access

G

Guest

Hi

I have an hyperlink field within a table that will always contain an email
hyperlink. Is there anyway of setting up the field so i dont need to prefix
the email address with "mailto:". I would be most greatfull for any
assistance on this issue.

Reagrds

Daveyboy300
 
G

Guest

Setup the onclick event for the form control or a button event which simply
uses the followhyperlink method and concatenates the necessary prefix.
Something like:

Application.FollowHyperlink "mailto://" & Me. FormControlName
 

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