mailto out of a database

  • Thread starter Thread starter muehlbachermartin
  • Start date Start date
M

muehlbachermartin

Hello,
I would like to know how to
make a mailto hyperlink by clicking on the email address
on the ACCESS table.
Thanks
Martin
 
I would not make the mailto as a hyperlink but as text.
On your form place the following code in the doubleclick
event of that mailto field

Application.FollowHyperlink "Mailto:" & [mailtofield]

I use access 2000 and MS Outlook

Jim
 
Back
Top