Hi
I am using the code below to create variables for us in a SQL statement. I am having problems as the strInList variable will be like (*) using the code below instead of Like "*" which is what I need, can anyone advise!
strLike = "Like"
strStar = "*"
strInList = strLike & strStar
I am using the code below to create variables for us in a SQL statement. I am having problems as the strInList variable will be like (*) using the code below instead of Like "*" which is what I need, can anyone advise!
strLike = "Like"
strStar = "*"
strInList = strLike & strStar