brentnewbury
Programmer
Hi I have another problem
I get this error message when running a query:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
The query is:
SQLGetMessage1 = "SELECT * FROM " & PrivateMessageTable & " WHERE " & "PostID='" & PostID & "'"
The HTML link is:
<a href="message_read.asp?PostID=30 %>" name="PostID">
The PostID is an AutoNumber (in other words it is an autoincrement number)
So couls anyone tell me what is wrong??
Thnx for your time,
Brent Newbury
I get this error message when running a query:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
The query is:
SQLGetMessage1 = "SELECT * FROM " & PrivateMessageTable & " WHERE " & "PostID='" & PostID & "'"
The HTML link is:
<a href="message_read.asp?PostID=30 %>" name="PostID">
The PostID is an AutoNumber (in other words it is an autoincrement number)
So couls anyone tell me what is wrong??
Thnx for your time,
Brent Newbury