Forms

  • Thread starter Thread starter Brian F.
  • Start date Start date
B

Brian F.

Hello All,

It seems that forms are the most popular request and problem here in
these newsboards so I will continue the fun. I have created four forms and
all of them work fine by e-mailing the results to a e-mail address as
programmed. Now here is where my question comes into play:

I want these forms to send the data to a database and I know how to get
the forms to do this. But how do I know when data has been submitted and
how do I get the data from the databases?

Thanks in advance,
Brian F.
 
1. You would have to have do some custom ASP/VBScript coding to have the an
email sent as well as having the data entered into the database.

2. To access the data in your database, you will need to either create a set
of ASP admin. form that will allow you to review the data or you have open
the site in FP and export a copy of the database to your desktop, as you
never want to download the database and then republish it your site, as that
would overwrite any new content.

--

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

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