Forum Discussion
TomShannon5
5 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__You
Qrew Legend
5 months agoTry 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))