I've got a field containing a person's full name separated by ".":
Doe.Jane.P
and I need to separate them into three fields: last, first, mi.
I've figure the instr function for last and first, just having problems with the middle initial part. Any help would be appreciated.
A.
Doe.Jane.P
and I need to separate them into three fields: last, first, mi.
I've figure the instr function for last and first, just having problems with the middle initial part. Any help would be appreciated.
A.