I'm sure I'm missing something simple but I just can't see it.
I have a a report that I want to pull all items where the Desription field does NOT begin with "FYI".
I was thinking [Description] is missing 'FYI' would work but it didn't.
Thanks for the help
Kathie
Hi,
[Description] NOT LIKE 'FYI%' should work.