For instance, if I get a table with a column full of names that all have a title like Mr. or Ms. or a combination of title, first name, and last name all in one field. Is it possible to split that data and move it to individual fields?
Is the data consistent, in it's structure? For example; Title (terminated with a full stop), First Name (terminated with a comma) the Last name. If it is it should be reasonably a reasonably straight forward process to normalise the data. If not it will be significantly harder.