Q
Qaspec
I have a field with a full name in the following format
Smith, John A
I woul dlike to split out the Last and First name into their own field. I
can get the Last name with -
Left([CustomerName],InStr([CustomerName],", ")-1)
but I can't get the first name. The problem is that in some instances there
is a middle initial and in some records there isn't. Can I work around this
to just get the first name?
Smith, John A
I woul dlike to split out the Last and First name into their own field. I
can get the Last name with -
Left([CustomerName],InStr([CustomerName],", ")-1)
but I can't get the first name. The problem is that in some instances there
is a middle initial and in some records there isn't. Can I work around this
to just get the first name?