I have one field called 'Name', you are supposed to put full name and
list it like this, 'Last, First, MI' in this one field separated by a
comma, for each name, ex., 'Doe, John A.'. I need to be able to extract
the first initial from the last name, the first initial from the first
name, and the middle initial. So that the result would be listed in my
2nd field, called, 'Initial', and it would appear like this, 'JDA'. I
have tried to make this work for hours to no avail. If possible, can you
att...