TroyMcClure
Technical User
I want to find all records in a table where a certain field contains the asterisk character anywhere in the field. I've tried
Like "*" & Chr(42) & "*", but this just returns all records.
I'm thinking there must be an escape char, but I've tried some standard ones (/,\,[], etc), and none seem to work.
--T
Like "*" & Chr(42) & "*", but this just returns all records.
I'm thinking there must be an escape char, but I've tried some standard ones (/,\,[], etc), and none seem to work.
--T