E-mail When Job Is Completed

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

Guest

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

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

Back
Top