Send email to me

T

TimT

I am deploying a database to a client and i wanted to put some kind of button
on one of the forms that will open an email message with my email address
pre-populated in the send field of their email.
Is there a way to do this?
 
A

Al Camp

Tim
Use the SendObject function behind your "ContactMe" button. You can
hardwire it for your "TO" email address.
 
K

Keith W

TimT said:
I am deploying a database to a client and i wanted to put some kind of
button
on one of the forms that will open an email message with my email address
pre-populated in the send field of their email.
Is there a way to do this?

A hyperlink with "mailto" in it should do the trick.

Keith.
www.keithwilby.com
 
T

TimT

NICE!!! thanks Al!
hey would you know how to send my contact information (Vcard) to their
Outlook Contacts from Access?
 
T

TimT

hey Keith thanks!
I thought of that but I wanted something a little more robust that would let
me fill in the Subject line and the CC and even the Message if I wanted to.
the SendObject command is the trick!
Cheers brah!
 
Top