Using Database Interface Wizard

M

Mark

Hi: I am creating a web site and I am using Access database to capture
information and display it. I am using the database interface wizard to
generate the code for me, nothing special. It is working fine for displays
and adds, but when I select the delete function, it keeps giving me this
error:
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'FP_FieldVal'

/gwrrafl1d2.mdb_interface/RidesSignUp/delete.asp, line 46
SignUpId (autonumer)
RideName Text (50)
RidersNames Text(50)
Member Text(4)
SignUpDate Date(Short)


Since I did not create the code, I have no idea why I'm getting this error.
Can someone tell me why I am getting this code.

The database is defined as follows:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top