G
Guest
I'm having trouble with Rounding in Access 2002...
Here's my formula:
Extended Cost
[Mileage]*0.345)+[Cost]
When I run that formula through my query, with Cost = $25 and Mileage = 25,
my Extended Cost displays as $33.63, which is correct. However, when I click
on that, the screen removes the $ and displays 33.625 ---
So, I modify the formula to include rounding:
Extended Cost:Round(([Mileage]*0.345)+[Cost],2)
Now, my Extended Cost displays as $33.62, which is NOT correct! When I
click on that figure, the screen removes the $, but RE-displays 33.62 ---
HOW do I get this ROUNDING formula to work? I want the net result to
display AND store 33.63 ---
Any help from anyone out there would be greatly appreciated.
Here's my formula:
Extended Cost

When I run that formula through my query, with Cost = $25 and Mileage = 25,
my Extended Cost displays as $33.63, which is correct. However, when I click
on that, the screen removes the $ and displays 33.625 ---
So, I modify the formula to include rounding:
Extended Cost:Round(([Mileage]*0.345)+[Cost],2)
Now, my Extended Cost displays as $33.62, which is NOT correct! When I
click on that figure, the screen removes the $, but RE-displays 33.62 ---
HOW do I get this ROUNDING formula to work? I want the net result to
display AND store 33.63 ---
Any help from anyone out there would be greatly appreciated.