P
PAkerly
I have a field, fullname that I want to split into 2 fields.
fullname looks like this:
SMITH, ADAM J
DOWNS, RONNY A
SMITH, DERECK
I want to split it into
Smith
Adam
Downs
Ronny
how can I do this?
fullname looks like this:
SMITH, ADAM J
DOWNS, RONNY A
SMITH, DERECK
I want to split it into
Smith
Adam
Downs
Ronny
how can I do this?