Easy question about searching

I’m trying to do a search in the client, that searches on one field AND searches to see if another field is populated.

So, I have “field Status equals red AND field ContactEmail …”

What can I put there. I just need to know if there’s any text.

Thanks.

Subject: Easy question about searching…

Ben

Have you tried AND field ContactEmail != “”

There is no space between the " and != means not equal.

Have fun…

Paula