G Guest May 19, 2005 #1 I need to send an auto e-mail from an action on an access form ie choosing a name on a drop down list
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 May 20, 2005 #2 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
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