I am using classic. I know the * is a wildcard, however, I want to search for a * in my data. How can I search for it and have it not use it as a wildcard?
[Field1] = "*" will search for everything. I want it to only find the rows that just have a * in it. Hopefully that makes sense.