I'm trying to take a name field from a table and split it into two fields -- first and last name -- with a query.
Current column: "Doe,John"
Need to split in to two columns:
Last:"Doe"
First:"John"
Can someone help me with the expression on how to achieve this?
Thanks so much!
Current column: "Doe,John"
Need to split in to two columns:
Last:"Doe"
First:"John"
Can someone help me with the expression on how to achieve this?
Thanks so much!