I want to be able to separate the first, last, and (If exist) middle Initial and (if exist) suffix in a name field that is formatted like this:
"Blow, Jr.~Joseph D"
"Bollinger~Mary D"
"Bird~Jane"
How would I do this? I want to send it to Excel in separate fields with Crystal.
Blow;Jr.;Joseph;D
Bollinger;;Mary;D
Bird;;Jane;
"Blow, Jr.~Joseph D"
"Bollinger~Mary D"
"Bird~Jane"
How would I do this? I want to send it to Excel in separate fields with Crystal.
Blow;Jr.;Joseph;D
Bollinger;;Mary;D
Bird;;Jane;