Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'AND'.
this is the line.......
strSql = strSql & "AND customer = '" & Session("Accoun t") & "'"
could anyone help me out with this ............?
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'AND'.
this is the line.......
strSql = strSql & "AND customer = '" & Session("Accoun t") & "'"
could anyone help me out with this ............?
Comment