Is there a way to Email results from form into ACCESS Database

D

Dave

As a backup to a intranet site survey, I want to give users the option to
fill out the form on the client machine and email the results to the main
Access DB.

Is this a dream on my end or can this be accomplished? Is there readin
material that will guide through the steps.

Thanks as always!

Dave K
 
J

jon spivey

Dave,

You don't email results to a database. You can either send the results to a
database (right click form Send To - Database and follow the steps) or send
the results to your email (right click form Send To - Email). Both of these
are very easy to set up. If you want to do both, ie database and email,
you'll need to get your hands dirty with some code. This article will get
you started
http://support.microsoft.com/default.aspx?scid=kb;en-us;288328

Jon
Microsoft MVP - FP
 
D

Dave

Thanks - you guys are really good!


jon spivey said:
Dave,

You don't email results to a database. You can either send the results to a
database (right click form Send To - Database and follow the steps) or send
the results to your email (right click form Send To - Email). Both of these
are very easy to set up. If you want to do both, ie database and email,
you'll need to get your hands dirty with some code. This article will get
you started
http://support.microsoft.com/default.aspx?scid=kb;en-us;288328

Jon
Microsoft MVP - FP
 

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

Top