WalterHeisenberg
Technical User
- Mar 28, 2008
- 159
Hello,
I am working on a database that simply has a name field. The data has been entered as FirstName LastName.
I am trying to change this to read as: LastName, Firstname but am not sure the best way to proceed.
I assume I could try to find the position of the space and use substring to pull what is to the right of it. Is that the right track?
Any help you could give would be greatly appreciated. I apologize in advance for being a noob to this. Thanks.
I am working on a database that simply has a name field. The data has been entered as FirstName LastName.
I am trying to change this to read as: LastName, Firstname but am not sure the best way to proceed.
I assume I could try to find the position of the space and use substring to pull what is to the right of it. Is that the right track?
Any help you could give would be greatly appreciated. I apologize in advance for being a noob to this. Thanks.