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
Try to ask at Outlook newsgroup

Signature
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hello...
>
[quoted text clipped - 4 lines]
>
> Thank you
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)
> Hello...
>
[quoted text clipped - 4 lines]
>
> Thank you