help .. it says that i have too many arguements. I know this type of structure works in Excel but i am having a problem bringing it over to Access.
Expr1: IIf([Age at start of this class]<16,"no service", IIf( [Age at start of this class]=16 or[Age at start of this class]<19),"16-18",IIf([Age at start of this class]=19 or [Age at start of this class]<25),"19-24",IIf(or([Age at start of this class]=25 or [Age at start of this class]<45,"25-44",IIf(Or([Age at start of this class]=45 or [Age at start of this class]<60,"45-59",IIf(or([Age at start of this class]=60 or [Age at start of this class]<150,"over 60","false")))))))))
Expr1: IIf([Age at start of this class]<16,"no service", IIf( [Age at start of this class]=16 or[Age at start of this class]<19),"16-18",IIf([Age at start of this class]=19 or [Age at start of this class]<25),"19-24",IIf(or([Age at start of this class]=25 or [Age at start of this class]<45,"25-44",IIf(Or([Age at start of this class]=45 or [Age at start of this class]<60,"45-59",IIf(or([Age at start of this class]=60 or [Age at start of this class]<150,"over 60","false")))))))))