I have a question on building an expression
through the expression builder in my query or in my report or in VBA. I have a rating field which need to auto populate from a % to objective field. If the % to objective field is 99% or less then the rating field needs to auto populate to "D-Needs Development", if 114.9% or less then the rating field needs to auto populate to "M-Meeting Standards" and if 200% or less then it needs to auto populate to E-Exceeding Standards". I have tried IIf function in the expression builder through my report but I am not coding it in the right way for Access to give me the result.
through the expression builder in my query or in my report or in VBA. I have a rating field which need to auto populate from a % to objective field. If the % to objective field is 99% or less then the rating field needs to auto populate to "D-Needs Development", if 114.9% or less then the rating field needs to auto populate to "M-Meeting Standards" and if 200% or less then it needs to auto populate to E-Exceeding Standards". I have tried IIf function in the expression builder through my report but I am not coding it in the right way for Access to give me the result.