K
Kim
I would like to have both these expressions to either come
to a blank or a comma and return an the first string "John"
How can I combine these two statements as an expression?
Original Entry in [Names]: "John Doe"
Returned by Expression: John
Expression: Expr: Left([Names],InStr(1,[Names]," ")-1)
Original Entry in [Names]: "John, Doe"
Returned by Expression: John
Expression: Expr: Left([Names],InStr(1,[Names],",")-1)
to a blank or a comma and return an the first string "John"
How can I combine these two statements as an expression?
Original Entry in [Names]: "John Doe"
Returned by Expression: John
Expression: Expr: Left([Names],InStr(1,[Names]," ")-1)
Original Entry in [Names]: "John, Doe"
Returned by Expression: John
Expression: Expr: Left([Names],InStr(1,[Names],",")-1)