I
IrishRed
Hello,
I have tried all posts that I thought would resolve my issue and have not
been successful. I have data in a first name field that looks like this:
FName
JOYCE A
INGRID E
ROSALYN
CELESTE
KIMBERLY
ROBERT D.
Some have a middle iniitial in the first name field & some have middle
initial with a period. I have tried this in an update query
Left([Fname],InStr([Fname]," ")-1) which gives me only the first name but for
any of the entries where there is a space or period it removes the first name
completly.
Ideally I would end up with two fields: first name and middle initial in two
separate fields.
Thank you for your time.
I have tried all posts that I thought would resolve my issue and have not
been successful. I have data in a first name field that looks like this:
FName
JOYCE A
INGRID E
ROSALYN
CELESTE
KIMBERLY
ROBERT D.
Some have a middle iniitial in the first name field & some have middle
initial with a period. I have tried this in an update query
Left([Fname],InStr([Fname]," ")-1) which gives me only the first name but for
any of the entries where there is a space or period it removes the first name
completly.
Ideally I would end up with two fields: first name and middle initial in two
separate fields.
Thank you for your time.