Windows Email

Z

Zac

Hi,

I wish to put on my form a button which when pressed runs Windows Email (or
default mail program) new message and automatically use forms field
for the field To: in message.
With SendObject I'm always getting new message in Microsoft Outlook and
that's not my default mail program!?

Please help!
 
P

pubdude2003 via AccessMonster.com

Zachary,

Try something like:

Application.FollowHyperlink "MailTo:" & [E-MAIL] & "?subject=My subject"

This should activate your default email application.
 
Top