J
joe thompson
What is the easiest way of turning an email field in an
access form into a live mailto link?
Thanks
Joe
access form into a live mailto link?
Thanks
Joe
joe Thompson said:Thanks Kailash
The problem I have is that (e-mail address removed) is not static
each form record has a different entery based on the
batabase. I need some way to say
On click > mailto: [email field value]
Regards
Joe-----Original Message-----
Set the onClick event on the form to run the shell command
mailto:[email protected]
shell ("explorer mailto:[email protected]")
The other option is to have a hyperlink on your form that does the job..
Access allows hyperlinks... labels have a property called hyperlink address
where you could fill in the mailto link at runtime.
hope that helps.
--
Kailash Kalyani
MEA Developer Support Center
ITWorx on behalf of Microsoft EMEA GTSC
.