K
Kevin Beck via AccessMonster.com
Mornin' evry1,
I have been struggling with this for a few days,
I am having trouble getting the right results from the Right function. I am
simply sparsing out a name column using right, mid, and left functions. All
is working fine but the right function is giving strange output. the name
field looks like this:
First
-----
Miller Jr, John
Miller Jr, Albert
I am trying to get:
John
Albert
the function I'm using is
Right([First],InStr([First]," ",)-1)
And I'm getting
, John
Albert
Or sometimes something like:
ller Jr, John
ler Jr, Albert
Help much appreciated, thanks
Kevin
I have been struggling with this for a few days,
I am having trouble getting the right results from the Right function. I am
simply sparsing out a name column using right, mid, and left functions. All
is working fine but the right function is giving strange output. the name
field looks like this:
First
-----
Miller Jr, John
Miller Jr, Albert
I am trying to get:
John
Albert
the function I'm using is
Right([First],InStr([First]," ",)-1)
And I'm getting
, John
Albert
Or sometimes something like:
ller Jr, John
ler Jr, Albert
Help much appreciated, thanks
Kevin