I have a field that is a persons name:
Example1: John X. Doe
or
Example2: Jane Doe
Sometimes the field is like example1 sometimes like example2. How can I write the code to where the results are:
New Example1: Doe, John X.
Or
New Example2: Doe, Jane
I wrote the code that handles Example2 but when it hits a record like Example1 the results are: X. Doe, John.
What I need, again, is for it to be: Doe, John X.
Thanks for your help!!!
Example1: John X. Doe
or
Example2: Jane Doe
Sometimes the field is like example1 sometimes like example2. How can I write the code to where the results are:
New Example1: Doe, John X.
Or
New Example2: Doe, Jane
I wrote the code that handles Example2 but when it hits a record like Example1 the results are: X. Doe, John.
What I need, again, is for it to be: Doe, John X.
Thanks for your help!!!