I want to find the acronym EW in a description field. It is only 2-letters and always in ALL CAPS.
I tried the the Contains([Description], "EW"). This seems to pickup anything that contains "ew" in a word.
What might be a more direct way of zeroing in on this and other acronyms?
Thanks