|
|
Question : How to create a Command Button to Send Email to One Address
|
|
I have a form that has a text field for an email address. I would like to be able to send an email to the email address that appears in the text field using a command button and without retyping the email address. I only want the email to go to the one address that appears on the form and I want to be able to edit the subject and memo sections of the email before it is sent. I have found lots of code for emailing using lists but I have not been able to find code for sending one email. I am not smart enough to figure out how to modify the emailing list code to suit my needs. Thank you for your attention to this matter. omron60
|
Answer : How to create a Command Button to Send Email to One Address
|
|
Use this and It will pop up a email witht he address filled in allready.
doCmd.SendObject acSendNoObject, , , me.txtemailaddy
HTH
Jag5x5
|
|
|
|