E-mail When Job Is Completed

E

Eugene

A training facility I have used has an online form which automatically
e-mails me the registration details after I indicate the class I want to
attend. They use Cold Fusion to do this.

I have a similar registration form on an intranet that writes to an Access
database. Is there a way to have Access generate an automatic e-mail to
someone? If so, can you point me to a FAQ/web page/something that would
detail what I need to do?

I appreciate the help.
 
A

Alex Dybenko

Hi,
Access can't generate an automatic email for you, but you can write a
procedure which will send email using docmd.sendobject and run this
procedure from form's timer event say every hour. so you have to have Access
running this mbd with a form

--
Best regards,
___________
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
 
Top