Send email to me

G

Guest

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
 
G

Guest

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

Guest

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top