What is the syntax of the matchtext command to search a variable for multiple characters (".", "!" or "?"). If it contains any characters in my list, it returns a TRUE? I am able to get it working with one value... answer MatchText(tValue,"(\.)") Thanks for any help! Warren