Hi,
I have a table with just over 1000 records in it. In there I have a column that lists peoples names in this format:
LASTNAME, Firstname
I need to split this into 2 separate columns, one for the last name and one for the first name. The table that this information is in has around 25 columns of information and I do not want to corrupt/lose any of the data already there.
Please help!!
Thanks!!
Danielle
I have a table with just over 1000 records in it. In there I have a column that lists peoples names in this format:
LASTNAME, Firstname
I need to split this into 2 separate columns, one for the last name and one for the first name. The table that this information is in has around 25 columns of information and I do not want to corrupt/lose any of the data already there.
Please help!!
Thanks!!
Danielle