A
agarwalp
Hi
I have a query which has many of its columns calculated.Lets say
Col1=30002
Col2=1/some column -> value=0.130909
col3=col1*col2
Now if from above col3 will give 3927.53 when rounded will give 3928.
But 0.1309*30002 will give 3927.26 when rounded will give 3927.
And here lies my problem. I want 3927. But even after limiting the
decimal places of col2 to 4 (which gives 0.1309) the answer in col3
still comes out 3928. It seems access does not the rounded value.
Appreciate your help
I have a query which has many of its columns calculated.Lets say
Col1=30002
Col2=1/some column -> value=0.130909
col3=col1*col2
Now if from above col3 will give 3927.53 when rounded will give 3928.
But 0.1309*30002 will give 3927.26 when rounded will give 3927.
And here lies my problem. I want 3927. But even after limiting the
decimal places of col2 to 4 (which gives 0.1309) the answer in col3
still comes out 3928. It seems access does not the rounded value.
Appreciate your help