Email display address

  • Thread starter Thread starter Michael C C G
  • Start date Start date
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
 
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 :)
*
 

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

Similar Threads

Email address display 1
Email 1
Get Email Address When Linking to Exchange 1
Albert Kallal 3
Hyperlink Field Problems 2
AOL email scam 2
hyperlink field to send email 6
mail merge 1

Back
Top