I have an imported table with a name field in the last, first format. I need to go through each record and split the first and last names into two different fields. Each name contains a comma, but of course, each last name is a different length. I have created blank fields to store the last...