Hi,
I have data stored as Last Name, First name but I want to get it now First Name Last Name (no comma)
Example-
Data-
Ho, Joseph zu-sien
Required Result-
Joseph zu-sien Ho
Also the lenghth of each name would be different so can not use fixed number to get required result.
Appreciate any help..
I have data stored as Last Name, First name but I want to get it now First Name Last Name (no comma)
Example-
Data-
Ho, Joseph zu-sien
Required Result-
Joseph zu-sien Ho
Also the lenghth of each name would be different so can not use fixed number to get required result.
Appreciate any help..