C
CJ
Hi
I have adopted a database that was created from a Paradox import.
The Contact table has 4000+ records. Unfortunately, most of the names are
input as "Smith, Jim" or "Smith, Jim and Mary" all in one field called
Contact Name.
What is the easiest way to split the name information up so that I have four
fields of data: strLastNamePri, strFirstNamePri, strLastNameSec,
strFirstNameSec?
All positive input is appreciated.
I have adopted a database that was created from a Paradox import.
The Contact table has 4000+ records. Unfortunately, most of the names are
input as "Smith, Jim" or "Smith, Jim and Mary" all in one field called
Contact Name.
What is the easiest way to split the name information up so that I have four
fields of data: strLastNamePri, strFirstNamePri, strLastNameSec,
strFirstNameSec?
All positive input is appreciated.