Ziggy1
11-19-2003, 06:50 AM
Help.... I can't figure out the syntax.
I can do it with VB but I just want a simple expression for this one.
I need to check the right most character for a number and if true put in a space and false put in the value.
Level1: IIf(isnumberic(Right([location],1) ,"",Mid([location],1)))
I've seen Isnumber, isnumeric suggested in other posts but Access Help isn't much help
Thanks
Ziggy
I can do it with VB but I just want a simple expression for this one.
I need to check the right most character for a number and if true put in a space and false put in the value.
Level1: IIf(isnumberic(Right([location],1) ,"",Mid([location],1)))
I've seen Isnumber, isnumeric suggested in other posts but Access Help isn't much help
Thanks
Ziggy