Send an e-mail from the e-mail address in a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Form for "Contacts" Within that Form there is a field for e-mail
address. I want to send an e-mail using that address from the form by
creating a macro. I used the SendObject Action my question is how do I enter
it into the To: field of the argument? The Form reads in Design View " Email
Address EmailName" whichis entered into the To argument?
 
Hi Michele,

In the TO section of the macro put
=[forms]![formname].[yourcontrol]

This is in the database of questions I sent you.
 
Back
Top