Form results to database and email?

  • Thread starter databaseboy2005
  • Start date
D

databaseboy2005

I am trying to hook up a database driven site and like using the access
database option due to its flexabiltiy. However, i would also like to have
the result emailed to me when they are entered. Is there a simple way to do
this without using the send to option in FP03? thanks
 
S

Sam Johnson

All you have to do is check the form Properties. That is an option. All you
have to do is enter the e-mail address and the name of your database.
 
D

databaseboy2005

This is not an option if you are using a .mdb. if you use a .csv this option
will function properly, but as far as can tell it does not work if you are
using a "database"
 
T

Thomas A. Rowe

You have to write the ASP code yourself that processes the form and send the email and updates the
database.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
D

databaseboy2005

Do you know of a place that might offer tutorials on how to write the code?
 
T

Thomas A. Rowe

The code needed, is shown in the link provided below by Kathleen

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top