Editing Database Results in FrontPage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I've created several online forms that my databases within the fpdb folder
collect. I would like to know how I can edit/delete those records once they
have been entered using an online form as well without having to open the
database through Access. The records will be updated by individuals who have
password access to the records itself.

Thank you, your assistance would be much appreciated.
 
Thank you Kathleen,

Is there another way that I can have better control of the layout of the
page other than using the Interface Wizard?
 
You would have to learn to hand code your ASP / VBScript which would allow you complete control over
all aspects of your code, sending of data and the displaying of the database content.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
I had a feeling that I would have to.

Is there somewhere that I can get instructions on how to hand code this
feature?
Something similar to the instructions you had sent me to create the password
protected pages, which works great.
 
When I first started with ASP/VBScript, I found the following to be one of the easiest for learning
coding:

http://www.asp101.com/samples/

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
If you have the time and energy, you can modify the layout and look/feel of
the DB IW yourself. Just apply stylesheets (or DWT's in FP2003) or whatever
to make it look and feel like your actual site.
 
Back
Top