View Full Version : link to outlook


benc
03-14-2002, 08:47 AM
I have created a database that stores people contacts. I would like to know what code to use so i can click on a button or a contacts email address and a new email message will appear from outlook. Does anyone know how?

David R
03-14-2002, 11:56 AM
Actually this question comes up repeatedly. Check the archives for messages with 'send email with outlook' in them. (Don't include the quotes in the search)

If you don't include the word 'with', you will get more results.

Good luck,
David R


[This message has been edited by David R (edited 03-14-2002).]

sandhurstUK
03-20-2002, 08:40 AM
DoCmd.Sendobject , , , Me.[Email Field Name]

will put the name stored in your Email Field into the 'To' box on Outlook.