how do i set an auto email from an access record

S

stuart140958

I need to send an auto e-mail from an action on an access form ie choosing a
name on a drop down list
 
A

Al Camp

Check out the SendObject function.
Besides the person's name, you may want to store their Email address in
another column of that Combo,
to use in the TO argument of SendObject.
hth
Al Camp
 
Top