W
William Roberts
Hi,
I am using sql in code behind Access 2000. I want to pass criteria to sql via a string variable. What is the correct syntax for using a string variable with a LIKE Statement? Everything I have tried has failed.
e.g WERE [tableName].[fieldName] NOT LIKE " & "'strVar'" & " "
Kind Thanks
William Roberts
I am using sql in code behind Access 2000. I want to pass criteria to sql via a string variable. What is the correct syntax for using a string variable with a LIKE Statement? Everything I have tried has failed.
e.g WERE [tableName].[fieldName] NOT LIKE " & "'strVar'" & " "
Kind Thanks
William Roberts