MichaelRussell
Programmer
Dear All,
Firstly, I should say I'm using ASA, not ASE.
Can you help deal with this problem?
I have a table called Trainers:
Trainer char(5)
Tname char(30)
The col Tname contains data like:
'A B Smith'
'N Tinkler'
I need this data to be reformatted thus:
'Smith A B'
'Tinkler N'
This could be achieved by adding a third col, say Initials, if you think it's necessary.
Thanks in advance for your help.
Regards
Michael
Firstly, I should say I'm using ASA, not ASE.
Can you help deal with this problem?
I have a table called Trainers:
Trainer char(5)
Tname char(30)
The col Tname contains data like:
'A B Smith'
'N Tinkler'
I need this data to be reformatted thus:
'Smith A B'
'Tinkler N'
This could be achieved by adding a third col, say Initials, if you think it's necessary.
Thanks in advance for your help.
Regards
Michael