Forum Discussion
TomShannon5
4 months agoQrew Member
Can you describe the "...field that reads last name, first name middle name/initial?"
Is that a formula field text reading from three regular text entry fields, first name, etc?
- MarkShnier__You4 months ago
Qrew Legend
Try this as a formula text field.
var text PartOne = Part([my last first field], 1, ",");
var text PartTwo = Part([my last first field], 2, ",");
List(" ", Trim($PartTwo), Trim($PartOne))