March 11, 201510 yr I would like to apply a script only if one of my fields called "BeforeP" contains the words "your search" They are always the first two words in the field if they are present but I would like to find a way to execute another script if those two words are present. Thank for any help.
March 11, 201510 yr Not sure where you're stuck with this. Wouldn't this: If [ Left ( YourTable::BeforeP ; 11 ) = "your search" ] Perform Script [ "some script" ] End If work for you?
Create an account or sign in to comment