Folks,
I decided to convert my ODBC db to OLEDB and therefore use OLEDB recordsets.
I have changed my 'findfirsts' to 'Find',but I receive an error from the following line:
rsBetOnA.Find "Left([BookCategory]," & Len(BookCategory) & "
= '" & BookCategory & "' , , adSearchForward, 1
- OLEDB doesn't seem to like my 'LEFT' statement.
Any ideas would be much appreciated !
I decided to convert my ODBC db to OLEDB and therefore use OLEDB recordsets.
I have changed my 'findfirsts' to 'Find',but I receive an error from the following line:
rsBetOnA.Find "Left([BookCategory]," & Len(BookCategory) & "

- OLEDB doesn't seem to like my 'LEFT' statement.
Any ideas would be much appreciated !