tarabay
Posts: 2
|
| Posted: 07/25/2006, 5:49 AM |
|
I'm getting the following error when trying to update an access database.
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'Last Name='Tarabay' AND [Last Name] like '%tarabay%''. (Microsoft OLE DB Provider for ODBC Drivers)
I found a few posts about it on this forum, but I cannot seem to find an answer as to how resolve the issue. Any help would be appreciated. Thanks.
|
 |
 |
tarabay
Posts: 2
|
| Posted: 07/25/2006, 6:53 AM |
|
Ok...found the issue. Sorry about that. My primary key was Last Name instead of Last_Name. So I went in the database and renamed the column and fixed it in the code as well. Thanks!
|
 |
 |
|