The following query:
select * from customer where displayname like '*farm*'
works perfectly when used inside Access. It returns 44 records. However when the following code is executed
SQL$ = "select * from customer where displayname like '*farm*'"
Set clsadoRec =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.