M
matt shudy
Hi,
Can someone help me with this sql statement...
strSQL= "SELECT * FROM Results WHERE location = '" &
Request.Form("location") & "' AND year = " & Request.Form
("Year")
I get this error when I view the page
Microsoft OLE DB Provider for ODBC Drivers
error '80040e07'
[Microsoft][ODBC Microsoft Access Driver] Data type
mismatch in criteria expression.
Is there anything wrong with the statement that catches
your eye right away?
Thanks,
Matt
Can someone help me with this sql statement...
strSQL= "SELECT * FROM Results WHERE location = '" &
Request.Form("location") & "' AND year = " & Request.Form
("Year")
I get this error when I view the page
Microsoft OLE DB Provider for ODBC Drivers
error '80040e07'
[Microsoft][ODBC Microsoft Access Driver] Data type
mismatch in criteria expression.
Is there anything wrong with the statement that catches
your eye right away?
Thanks,
Matt