Usually, an IIF statement has 3 parts, but when you nest them like this, your last one doesn't. I think I would write it as
=IIf([OverAllScore_2]>=85,"A",IIf([OverAllScore_2]>=70,"B",IIf([OverAllScore_2]>=50,"C","D"))) although not sure because 100 is greater than 50 so potentially it could return C for 100. However, it works for me as a textbox control source on a form.
Also, where are you putting/using this? You don't say if it's a query or form control or what.
Last edited by Micron; 04-30-2019 at 08:02 PM.
Reason: clarification
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.