I am using Delphi 5 with an Access DB and I have this problem...: I have a table with fields 'Name', 'LastName' and would like to convert the 'LastName' field into 2 separate fields 'MiddleName' and 'LastName'. E.g.:
BEFORE
Name=John
LastName=Fitzgerald Kennedy
AFTER
Name=John
MiddleName=Fitzgerald
LastName=Kennedy
I appreciate greatly any help on this matter...
BEFORE
Name=John
LastName=Fitzgerald Kennedy
AFTER
Name=John
MiddleName=Fitzgerald
LastName=Kennedy
I appreciate greatly any help on this matter...