A
akelly13
I want to write a statement that goes something like if [smrhcc] is not null
then " ", if [smrhcc] is between 110 and 160, then pass, else fail. Below is
what I have written so far, why is it passing everything except the null
values in which it leaves blank? Can someone please help me?
IIf(IsNull([smrhcc])," ",IIf(([smrhcc]) isBetween 110< And >160,"pass","fail")
)
Thanks,
Amanda
then " ", if [smrhcc] is between 110 and 160, then pass, else fail. Below is
what I have written so far, why is it passing everything except the null
values in which it leaves blank? Can someone please help me?
IIf(IsNull([smrhcc])," ",IIf(([smrhcc]) isBetween 110< And >160,"pass","fail")
)
Thanks,
Amanda