The expresion Like "*" in my query's Criteria works good.
I have declared Value as String.
What should be the expresion for Like "*" in Value?
I tried "Like "*"" but it doesn't work
I also tried "Like *" but it doesn't work.
Please help.
The expresion Like "*" in my query's Criteria works good.
I have declared Value as String.
What should be the expresion for Like "*" in Value?
I tried "Like "*"" but it doesn't work
I also tried "Like *" but it doesn't work.
Please help.
Have you tried looking it up in Help?
Thanks for sharing your solution. You should be aware of the fact that both Name and Value are reserved words. http://www.allenbrowne.com/AppIssueBadWord.html