May 20, 2005 #1 Rachel30 Programmer Mar 1, 2005 95 GB Hi, I am trying to do a formula where you say if Field name like ie Field Name Like "*10*" How do I say not like Thanks Rachel
Hi, I am trying to do a formula where you say if Field name like ie Field Name Like "*10*" How do I say not like Thanks Rachel
May 20, 2005 #2 Turkbear Technical User Mar 22, 2002 8,631 US Hi, Use: Code: not ({FieldName} like "*10*") the Not operator negates the criteria following it.. To Paraphrase:"The Help you get is proportional to the Help you give.." Upvote 0 Downvote
Hi, Use: Code: not ({FieldName} like "*10*") the Not operator negates the criteria following it.. To Paraphrase:"The Help you get is proportional to the Help you give.."