G
Guest
=IIf(IsNull([p1]),"",IIf(Val(Nz([Form]![PEN],0))<=Val(Nz([Form]![MAXPEN],0)
and Val(Nz([Form]![PEN],0))>=Val(Nz([Form]![MINPEN],0),"PASS","FAIL"))
This control source works until I add the "Val(Nz.... section. Once I add
that part I'm getting errors. Also, can this be simplified?
and Val(Nz([Form]![PEN],0))>=Val(Nz([Form]![MINPEN],0),"PASS","FAIL"))
This control source works until I add the "Val(Nz.... section. Once I add
that part I'm getting errors. Also, can this be simplified?