I'm trying to update an ACCESS form when a form is submitted. I've looked over it for a few days and can't find a solution that satifies the surver.
The problem line is: objConn.Execute("UPDATE Questions SET question = '" & question & "' WHERE ContentPage = '" & ContentPage & "' QNumb = '" & QNumb & "' ;"
The error i get is:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ContentPage = 'airbladder' QNumb = '3''.
Mike2
chaos986@yahoo.com
http//also see my small busness work @ http:/
The problem line is: objConn.Execute("UPDATE Questions SET question = '" & question & "' WHERE ContentPage = '" & ContentPage & "' QNumb = '" & QNumb & "' ;"
The error i get is:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ContentPage = 'airbladder' QNumb = '3''.
Mike2
chaos986@yahoo.com
http//also see my small busness work @ http:/