E
Ed Peluffo
Hello all and thanks to those that helped my with my question last time.
Have the following problem with a names store in only one field (NAME)
The names are store in more than one format as follows:
F LAST (two spaces between first and last)
F M LAST
F M DEL LAST (Last name is two parts divided by spaces)
F.M. LAST (Periods and no spaces)
FIRST M LAST
FIRST LAST JR (JR suffix at the end)
FIRST M. LAST
FRIST & FIRST LAST (Husband and Wife)
As you can see, the only thing that is consistant is the use of the first
inital or first name first. Otherwise the name can appear in many different
formats.
Has anybody written a Sub or Query to deal with this kind of mess. My goal
is of course to split the names in to FIRST, MIDDLE, LAST, SUFFIX fields.
I have tried using the Instr, Left, Mid, Right functions but can't get them
to work correctly, I can't access my Access 2000 Visual Basic Reference Help
files for some reason, anybody know what file and location it is that I need
to look for or how to get the Visual Basic Function Reference to come up
Any input or help as how to deal with this problem is much appreciated.
Have the following problem with a names store in only one field (NAME)
The names are store in more than one format as follows:
F LAST (two spaces between first and last)
F M LAST
F M DEL LAST (Last name is two parts divided by spaces)
F.M. LAST (Periods and no spaces)
FIRST M LAST
FIRST LAST JR (JR suffix at the end)
FIRST M. LAST
FRIST & FIRST LAST (Husband and Wife)
As you can see, the only thing that is consistant is the use of the first
inital or first name first. Otherwise the name can appear in many different
formats.
Has anybody written a Sub or Query to deal with this kind of mess. My goal
is of course to split the names in to FIRST, MIDDLE, LAST, SUFFIX fields.
I have tried using the Instr, Left, Mid, Right functions but can't get them
to work correctly, I can't access my Access 2000 Visual Basic Reference Help
files for some reason, anybody know what file and location it is that I need
to look for or how to get the Visual Basic Function Reference to come up
Any input or help as how to deal with this problem is much appreciated.