Jim, thanks for your tip which I implemented. No errors are reported though,
so I'm still stuck.
Any suggestions onmoving forward? The access database table is a simple two
field table one of which is defined as autonumber. The frontpage submission
form was created using the wizard and I then removed the cell for the
autonumber field. I'm assuming that access will add the data for this field
automatically.
When using the form via IE it accepts the input and moved onto the
confirmation display, but no record appears in the DB table.
--
Trevor
"Jim Buyens" wrote:
> Please try:
>
> Diagnosing Errors Saving a Form to a Database
> http://www.interlacken.com/winnt/tip...ow.aspx?tip=35
>
> Jim Buyens
> Microsoft MVP
> http://www.interlacken.com
> Author of:
> o--> Microsoft Visual Web Developer 2005 Express Edition: Build a Web Site
> Now!
> o--> Microsoft Office FrontPage 2003 Inside Out
> o--> Microsoft Windows SharePoint Services Inside Out
> o--> Faster Smarter Beginning Programming
>
>
> "Trevor" wrote:
>
> > I've used the FRP DIW to create a submission page to add a record to a table
> > in an access database. The page seems to work, in that it returns the
> > confirmation page after adding the record. When inspecting the table in the
> > DB the 'added' record is not there.
> >
> > I'm new to FP and web development and am struggling to resolve this. How can
> > I find the cause of the problem?
> > --
> > Trevor