J
Jim Smith
I have a form with this calculation in the detail section:
=([cdleva_1]*([cdlevp_1]/100))+([cdleva_2]*([cdlevp_2]/100))
In the form footer I have:
=Sum(([cdleva_1]*([cdlevp_1]/100))+([cdleva_2]*([cdlevp_2]/100)))
the amounts shown when expanded to 4 decimal places are:
240.1600
240.1600
166.1280
With a total of:
646.4440
What I'd like to see is:
646.45
So my question are 1) why don't I see a total of 646.4480? and 2) how
do I fix this?
TIA
Jim
=([cdleva_1]*([cdlevp_1]/100))+([cdleva_2]*([cdlevp_2]/100))
In the form footer I have:
=Sum(([cdleva_1]*([cdlevp_1]/100))+([cdleva_2]*([cdlevp_2]/100)))
the amounts shown when expanded to 4 decimal places are:
240.1600
240.1600
166.1280
With a total of:
646.4440
What I'd like to see is:
646.45
So my question are 1) why don't I see a total of 646.4480? and 2) how
do I fix this?
TIA
Jim