March 11, 201015 yr HENRY SMITH JONES BURTON-GOODRICH How can I build a calc to change these 3 example last names to proper case? The first two I know how to do, but when the field contains a - dash between two names with no space, I cant quite figure that one out.
March 11, 201015 yr You should just use Proper ( YourNameField ) HENRY SMITH = Henry Smith JONES = Jones BURTON-GOODRICH = Burton-Goodrich
Create an account or sign in to comment