I have a query that I qant to exlcude 2 text strings. I use the following.
Not Like "w*" Or Like "*chagrin"
It exlcudes the first but not the second. If I reverse their order it still excludes the first not the second. If I use <> its the same deal I can exlcude the first and then when I add a second the excludes doesn't work at all. Whats the trick? Zorro
Not Like "w*" Or Like "*chagrin"
It exlcudes the first but not the second. If I reverse their order it still excludes the first not the second. If I use <> its the same deal I can exlcude the first and then when I add a second the excludes doesn't work at all. Whats the trick? Zorro