View Single Post
  #2  
Old May 8th, 2009, 07:52 PM posted to microsoft.public.access
BruceM[_4_]
external usenet poster
 
Posts: 558
Default How do I send informatin from the database to a contact?

Check Help for information about SendObject. You can add the appropriate
information to the subject line and/or the message body, as needed.
Presumably you are clicking on a button or text box or something on a form.
Is the contact e-mail address in the record from which you are clicking? If
so, add that to the To argument, then add to the other arguments as needed
for subject, message, and so forth, with commas as placeholders if you are
not using the argument. This may be clearer when you look at the Help file.
If you have further question, please provide specific information about such
things as how Access is to determine the e-mail address, and where it gets
the data to be included in the subject and/or message.

"bsyalniz" wrote in message
...
Trying to setup a button to send information from the database to a
contact.

Ex. If a contact requests information that is contained in the database, I
want to be able to click on the contact in the database and it will send
an
e-mail to the contact with the information they requested.