what is the limit to the number of Iif statements within a query? ii tried to use one that has 27 and access complains and says it is too complicated........is there a way around this?
i tried another method but again it did not work...
iif([field1] = 1 or 2 or 5, "result1", IIf([Field1]= 3 or...