Question
Seperating Name field
I have a query that returns a list of names. Ex. Anthony
Johnson and Randy T. Steele.
I need to display in separate columns for first name last name. So Anthony would be in first name column and Johnson in Last Name column, same with Randy in first name column and T. Steele in last name column. The names come back as full name. How can I get them seperated?
I need to display in separate columns for first name last name. So Anthony would be in first name column and Johnson in Last Name column, same with Randy in first name column and T. Steele in last name column. The names come back as full name. How can I get them seperated?