How can I make a macro send an automatic email for person?

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

Guest

Hi,
I have a form called “employee form†which displays the employee
information. The form has the employee name, login ID… etc. what I want to do
is when I want to send an email to the specific employee . The macro use the
“login id “of the employee to put it at the “To†field automatically.
If any one knows how. please as soon as possible.
Thx.
 
Ghost,

If you want to use a macro for this, you would use the SendObject action.

I don't quite understand your reference to the login id. You need an
email address in the To argument.
 
how can the To argument be filled automatically with using a spcifice record?
if possible , please advice
 
Ghost,

Assuming you have an email address field in the specific record, and the
specific record is the form's current record, you can put like this in
the To argument:
=
 
Back
Top