gojets1721
Registered User.
- Local time
- Today, 12:00
- Joined
- Jun 11, 2019
- Messages
- 430
So I have a query that is removing salutations in a name field and have the below code. It removes everything from the comma and onward (so , Mr for instance)
It works great to remove the salutations. However, if a name doesn't have a salutation, I'm getting a '#Func!' error.
Any ideas how to fix that?
Expr1: Left([user last name],InStr(1,[user last name],",")-1)
It works great to remove the salutations. However, if a name doesn't have a salutation, I'm getting a '#Func!' error.
Any ideas how to fix that?