ChiTownDiva
Technical User
I know I've ask this a dozen times, but here goes...
I have some "Student" names:
W.N. NICKOLOFT
JASEF MOORE
BARRY O'BRYAN
A.R. CASTLEBERRY
I want to put the first name in one field and the last name in another.
When I use:
Left([Student],Len([Student])-InStr([Student]," "
)
in an Update Query--for the "First Name" field I get the following results:
W.N. NICK
JASEF
BARRY O
A.R. CASTLE
There are no extra spaces between the first and last name. What am I not doing?
Thanks in advance.
I have some "Student" names:
W.N. NICKOLOFT
JASEF MOORE
BARRY O'BRYAN
A.R. CASTLEBERRY
I want to put the first name in one field and the last name in another.
When I use:
Left([Student],Len([Student])-InStr([Student]," "
in an Update Query--for the "First Name" field I get the following results:
W.N. NICK
JASEF
BARRY O
A.R. CASTLE
There are no extra spaces between the first and last name. What am I not doing?
Thanks in advance.