Well, it's more complicated than that.
We are querying on a field that is either blank, has some text in it, or has some text in it preceded by an * (so, "*blahblahblah"). We want to grab all records with an * in it. So we don't want to match it to "*" exactly, but look for a wild card ALONG with an *. Ugh.
So maybe 'Like "*"' makes more sense to me... but who knows.
Thanks!
MitchJP