I've had a quick search for any previous questions along these lines, but couldn't find any. Apologies if this has been asked before. I'm currently trying to search data for occurances of free text which includes the asterisk (*) symbol. I need to extract records where the asterisk is included, however I am concerned that in searching for something like "A*,X,Y,Z"... e.g. index ([column label], ".A*,X,Y,Z") ...the asterisk symbol is being considered as a wildcard, so this search would pick-up on entries like: "Az,X,Y,Z" and "A5,X,Y,Z", etc... 1. Are my concerns valid? 2. Is there any way around this? Thanks in advance for any help. Cheers Nick
... View more