I'm trying 5 iif statements in one and it's giving me lots of error.
My statement is
iif([date received] is not null, iif([compliance]=20, iif([days]>=10, "Met",iif([compliance]=10, iif([days]>=5,"Met","Not Met"),"Not Met"),"Not Met"),"Not Met"))
Please help me correct this so it works.