R
Randy
Access 2000 I can not get the following IIF statement to produce the correct
result. Can anyone help?
=IIf([Text224]+[Text226]>[Excess Moisture],Int(([Excess
Moisture]*[Text65])*10^2)/10^2/100,Int(([Excess
Moisture]*[Text65])*10^2+0.5)/10^2/100)
What I need is If [Text224] and [Text226] is greater than [Excess Moisture]
than the number should not round up, otherwise it should.
My data is [Text224] = 2.00, [Text226] = .01 [Excess Moisture] is 2.00 in
this case I need [Text224] to be 1.99 so the two balances out to 2.00. I
hope this helps, Thanks, Randy
result. Can anyone help?
=IIf([Text224]+[Text226]>[Excess Moisture],Int(([Excess
Moisture]*[Text65])*10^2)/10^2/100,Int(([Excess
Moisture]*[Text65])*10^2+0.5)/10^2/100)
What I need is If [Text224] and [Text226] is greater than [Excess Moisture]
than the number should not round up, otherwise it should.
My data is [Text224] = 2.00, [Text226] = .01 [Excess Moisture] is 2.00 in
this case I need [Text224] to be 1.99 so the two balances out to 2.00. I
hope this helps, Thanks, Randy