I'm building an application that inserts, searches, updates records from a resume database. Well, I have my application working up to the updating part; when a user clicks the ID number (from the results page), it displays the records infomation. Now, if I wanted to update a record, I set up a link that passes the ID to the update page; here is where everything breaks.
I'm getting this error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (comma) in query expression 'ID = 528, 528'.
For some reason, it's passing the ID Number twice, anyone have any ideas why?
Thanks!
-D