sez hershbp at realtorsgroup.us: >Hi, how do I use the contains operator in a negative way meaning "does >not contain" or " contains not" ? If you can use a standard "contains" operator at all, inverting said operator is (or at least should be) fairly trivial. Like so: if not (This contains That) then Hope this helps...