Outlook Automation

T

Tylendal

Hello...

I would like to find some sample code that would allow me to send an email
with the reciever having the ability to select Yes or No and send the email
to a defined reciepent.

Thank you
 
D

david epsom dot com dot au

On a form, put a 'send' button.

In the click event of the send button, put the command

docmd.SendObject ,,,"to",,,"subject","message"

then change "to" so that it referes to a control on your form.

(david)
 

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