Form to Database Requirements

S

Shaun

I would like to create a simple form and link this form
to a database to post the results. Could one tell me the
steps necessary to accomplish the database connection? I
have the form created.

Thanks
 
G

Guest

Yes I have used the database connection wizard and the
tables are shown. The database is placed in the fpdb
folder.
-----Original Message-----
Hi Shaun,

Was the Database Interface Wizard used to create the form?

See http://office.microsoft.com/assistance/hfws.aspx? AssetID=HP010531651033&CTT=1&Origin=EC010231151033&QueryID
=50a6xKBec0


--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 102 Components For FP
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"Shaun" <[email protected]> wrote in
message news:[email protected]...
 
A

Andrew Murray

With the page open, right click on the form, in the form properties click the
radio button "send to database" then on the next screen, from the drop down box
select the db you want to connect to. it will create a new MDB (access db) for
you. Then save the file, it will prompt you to save with asp extension as it has
added some asp code (which will write the data to the db).
 
Top