Email display address

M

Michael C C G

Hi,

When I enter an email address in a form the underlying table displays it but
appends a hyperlink address. How can I prevent this?
Thanks
 
S

strive4peace

Hi Michael,

store the email address as text, not hyperlink in the table design

then, in code behind a form, you can send email like this:

Application.FollowHyperlink _
"mailto:" & me.email_controlname _
& "&subject=Your Subject"


Warm Regards,
Crystal

*
:) have an awesome day :)
*
 
Top