How to publish forms on the web?

A

Andrew Murray

Also, to enter the data in a database, your server must be running Windows2000 or
higher, IIS, ASP and Frontpage server extensions (recommend 2000 and up)

Use the Database Interface Wizard or the Database Results wizard to display the
data.

A good tutorial is at www.frontpagewiz.com

There's no facility to make reports as such (not like the reports in MS Access
anyway) - this is up to you and it is really a manual process to get your DB
queries right to retrieve the correct data.....generally though this can be done
through "wizards" in frontpage so much of it is automated - unless you know ASP
enough to write your own scripts.
 
Top