S
skc
Using FP2000.
I have two forms -:
a. form.asp is a form
b. submit.asp is a page that contains a INSERT INTO custom
SQL that picks up fields from form.asp.
I keep getting:
------
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver]
Data type mismatch in criteria expression.
Number: -2147217913 (0x80040E07)
Source: Microsoft OLE DB Provider for ODBC Drivers
One or more form fields were empty. You should provide
default values for all form fields that are used in the
query.
-------
What I am trying to do is post data into a database as
well as trying to change a value using an UPDATE...but I
can't .
Can I simply use a "Save to database" in form.asp and at
the same time have a confirm.asp?ID=<%=Request.QueryString
("value")%> so that I can run the UPDATE custom SQL as my
confirmation page?
This does not work for me...can someone suggest a possible
way?
AGAIN TO RE-ITERATE - I am trying to save a form to a
database with the same ID number, but also updating all
records in the table with the same ID number to a
value "complete" - a field in my database called "status".
Please help!!
skc
I have two forms -:
a. form.asp is a form
b. submit.asp is a page that contains a INSERT INTO custom
SQL that picks up fields from form.asp.
I keep getting:
------
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver]
Data type mismatch in criteria expression.
Number: -2147217913 (0x80040E07)
Source: Microsoft OLE DB Provider for ODBC Drivers
One or more form fields were empty. You should provide
default values for all form fields that are used in the
query.
-------
What I am trying to do is post data into a database as
well as trying to change a value using an UPDATE...but I
can't .
Can I simply use a "Save to database" in form.asp and at
the same time have a confirm.asp?ID=<%=Request.QueryString
("value")%> so that I can run the UPDATE custom SQL as my
confirmation page?
This does not work for me...can someone suggest a possible
way?
AGAIN TO RE-ITERATE - I am trying to save a form to a
database with the same ID number, but also updating all
records in the table with the same ID number to a
value "complete" - a field in my database called "status".
Please help!!
skc