Expr1: IIf(InStr(1,[ttext],"("),Mid([ttext],InStr(InStr(1,[ttext],"("),[ttext]," ")+1,InStr(1,[ttext],")")-InStr(InStr(1,[ttext],"("),[ttext]," ")-1),"")
Grabs everything from the first space after the first left parentheses(?) to the first right parentheses.
You'll get errors if there's a...