Format of fields in forms with e-mail adresses

  • Thread starter Thread starter Inge Jeppesen
  • Start date Start date
I

Inge Jeppesen

Can I format a field in my form, so I do not need til write mail to: in the
beginning af each mail adress ???


regards Inge
 
What are you trying to do?

If you want to be able to use the address as a hyperlink, you can always use

Application.FollowHyperlink "mailto:" & Me.txtEmailAddress

where Me.txtEmailAddress is the address without mailto:.
 

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