does anyone have any idea on how i can split data from an existing table? i.e. existing table has a field of NAMES, which includes salutations. i need to be able to split this single field into 2 fields and port all the data into a new table.
e.g.
existing data:
NAMES field : ms joy
new data:
SALUTATION field: ms
NAMES field: joy
there are about 4000 records in the existing table. anyone have any idea how to run through all the existing data, split it and then transfer to a new table?
e.g.
existing data:
NAMES field : ms joy
new data:
SALUTATION field: ms
NAMES field: joy
there are about 4000 records in the existing table. anyone have any idea how to run through all the existing data, split it and then transfer to a new table?