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 [Email]
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!
pubdude2003 - 13 Nov 2007 21:18 GMT
Zachary,
Try something like:
Application.FollowHyperlink "MailTo:" & [E-MAIL] & "?subject=My subject"
This should activate your default email application.
Zac - 14 Nov 2007 06:50 GMT
Thank you very much!
> Zachary,
>
[quoted text clipped - 3 lines]
>
> This should activate your default email application.
pubdude2003 - 14 Nov 2007 13:53 GMT
just giving a little back!