G
Guest
I have a field in a query as follows:
GCRS: IIf(Len([combined]>3),Right([combined],3),"")
When I run the query I get #Error all the way down the query. What am I
doing wrong?
What I'm trying to get is if the field [combined] has more than 3 characters
in it, I want the field GCRS to display the last 3 characters of the
[combined] field, or else just be blank
GCRS: IIf(Len([combined]>3),Right([combined],3),"")
When I run the query I get #Error all the way down the query. What am I
doing wrong?
What I'm trying to get is if the field [combined] has more than 3 characters
in it, I want the field GCRS to display the last 3 characters of the
[combined] field, or else just be blank