I'm trying to do a select based on the value of a text field. I want to exclude records that contain the words "damaged" or "out of stock" in the item description. It could contain other text as well, so I need to search the string for those words or phrases. I've tried "is not like" and tried using wild cards, but the report is not excluding those records. Thanks in advance for your help.