D
Donna
I have the following in a query
GCRS: IIf(Len([combined]>3),Right([combined],3),"")
What I'm trying to get is that if the field [combined] has more than 3
characters in it, I want GCRS to display the last 3 characters of the
[combined] field.
What I get is #Error all the way down. What's wrong with my IIf statement?
GCRS: IIf(Len([combined]>3),Right([combined],3),"")
What I'm trying to get is that if the field [combined] has more than 3
characters in it, I want GCRS to display the last 3 characters of the
[combined] field.
What I get is #Error all the way down. What's wrong with my IIf statement?