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

G

ghost

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.
 
S

Steve Schapel

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.
 
G

ghost

how can the To argument be filled automatically with using a spcifice record?
if possible , please advice
 
S

Steve Schapel

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:
=
 

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