View Full Version : simple email link


agorman
07-13-2007, 11:12 PM
I want to add a 'mailto' type link in access 2003, sending to an email address in a field. Is this something easy to acheive? - (Objective: when the link is clicked the outlook express mail window opens with the recipient's address same as mailto in html)

I am a novice at Access 2003 but learning (slowly)

Thanks for any help

Adrian

pbaldy
07-14-2007, 05:22 AM
Look at SendObject in VBA Help, which can do what you're asking.