I Inge Jeppesen Nov 30, 2006 #1 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
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
D Douglas J. Steele Nov 30, 2006 #2 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:.
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:.