T
tong
I have a field that contains lastname MiddleName and
firstname as one field, for example:
Smith, Joe, Robert
Klein, Kathy
Hoffman
Chan, Mary, Julie
Hoffa, Julie
I want to parse out the name field to:
[LastName]
[MiddleName]
[FirstName]
As the example shows, the name field may not have the
full name. The problem, I have in parsing is when the
field only has a last name.
firstname as one field, for example:
Smith, Joe, Robert
Klein, Kathy
Hoffman
Chan, Mary, Julie
Hoffa, Julie
I want to parse out the name field to:
[LastName]
[MiddleName]
[FirstName]
As the example shows, the name field may not have the
full name. The problem, I have in parsing is when the
field only has a last name.