J
James
Bit of an odd request probably, but I am sorting out some inconsistensies
between an access report and a customers' software package. Some of the
pages of the report are differing slightly from my report and I think the
problem is rounding. The software stores a certain item as a 1 decimal place
item, i.e. "0.2" or "1.3" and adds these.
To calculate these, you need to divide a database item by 3600, and for the
most part it works, however some of these come out with a recurring figure,
for instance 0.21694444444 or 0.21666666667. I am displaying them on my
report using the format command, but those two would always round to 0.2. I
think the discrepancy arises because the software *always* rounds up (i.e.
those examples should show as 0.3). Any way I can achieve this?
Thanks.
James
between an access report and a customers' software package. Some of the
pages of the report are differing slightly from my report and I think the
problem is rounding. The software stores a certain item as a 1 decimal place
item, i.e. "0.2" or "1.3" and adds these.
To calculate these, you need to divide a database item by 3600, and for the
most part it works, however some of these come out with a recurring figure,
for instance 0.21694444444 or 0.21666666667. I am displaying them on my
report using the format command, but those two would always round to 0.2. I
think the discrepancy arises because the software *always* rounds up (i.e.
those examples should show as 0.3). Any way I can achieve this?
Thanks.
James