Hi @Gochix ,
I tried this and it works for "Manager" but how can I get it to work with the other values "Director", "Vice" and "Chief"?
I tried this and it does't work:
If(!IsBlank(Find("Manager",txtRequestorJobTitle.Text)),false,true Or !IsBlank(Find("Director",txtRequestorJobTitle.Text)),false,true Or !IsBlank(Find("Vice",txtRequestorJobTitle.Text)),false,true Or !IsBlank(Find("Chief",txtRequestorJobTitle.Text)),false,true)