I'v noticed that the round fn rounds down sometimes. Code is in a control;
=round([OriginalHeight3]*0.5,2)
where OriginalHeight3 = 26.410
the number returned is 13.2
it should be 13.21
the standard rule for the round fn is;
round down at < .5
round up at >= .5
Am I missing something here???
TIA
Jeff
=round([OriginalHeight3]*0.5,2)
where OriginalHeight3 = 26.410
the number returned is 13.2
it should be 13.21
the standard rule for the round fn is;
round down at < .5
round up at >= .5
Am I missing something here???
TIA
Jeff