R
Randy
I have a report based on a query with various calculations. Below is the
expression I am using, but it is not rounding to the hundreths. I have
tried many thing without success. I am trying to obtain the amount over 5
but rounded to .00 A field in my report has it's control source to
[ExcMoisture]
The query field below is named [ExcMoisture]
IIf([Moisture]>5,Round([Moisture],2)-5,"0") I keep geting this result:
3.705, I have to have a result of: 3.71, other calculations will be based
on 3.71 not 3.705.
Thanks for any ideas...Randy
expression I am using, but it is not rounding to the hundreths. I have
tried many thing without success. I am trying to obtain the amount over 5
but rounded to .00 A field in my report has it's control source to
[ExcMoisture]
The query field below is named [ExcMoisture]
IIf([Moisture]>5,Round([Moisture],2)-5,"0") I keep geting this result:
3.705, I have to have a result of: 3.71, other calculations will be based
on 3.71 not 3.705.
Thanks for any ideas...Randy