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

  • Thread starter Thread starter Dave
  • Start date Start date
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
 
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
 
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
 
Back
Top