Hi everyone,
I'm still learning asp and doing alright until today. I'm creating pages that will access customer information and allow you to view, edit, and delete records. When I try to view the records in a list I get this error message.
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.
/customertest/custdbtest2.asp, line 31
Here is the line 31 of the code.
'Open recordset
rsCustomer.Open strSQL, adoCon
I apologize if I'm missing something glaringly obvious. Any help would be appreciated.
Thanks in advance.