L
Ludi
If I let run this little procedure in MS Access 2000 or XP, I get surprising
results.
Private Sub xy()
MsgBox Round(1.5, 0) ; -> 2
MsgBox Round(2.5, 0) ; -> 2
MsgBox Round(3.5, 0) ; -> 4
End Sub
I would say: round(2.5, 0) is 3 and not 2.
MS Excel has the same opinion as I, it says 3.
Why does ACCESS have here another opinion?
results.
Private Sub xy()
MsgBox Round(1.5, 0) ; -> 2
MsgBox Round(2.5, 0) ; -> 2
MsgBox Round(3.5, 0) ; -> 4
End Sub
I would say: round(2.5, 0) is 3 and not 2.
MS Excel has the same opinion as I, it says 3.
Why does ACCESS have here another opinion?