I have a field "programTitle". Unfortunately, programTitle my or may not have a number and parentheses in front of the actual title. For example, 1) Program Title, 2) Program Title....10) Program Title. I want to get rid of theses. A LEFT ([programName], 2) does not work because it misses 10), 11), 12)....
Update -->. I want to remove any instance of 1), 2)...10). But, there may a later instance of ")" in the actual programName if an acronym is used. I don't want to loose that.
Any thoughts?