how do i set an auto email from an access record

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

Guest

I need to send an auto e-mail from an action on an access form ie choosing a
name on a drop down list
 
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
 
Back
Top