Hi all,
Tried to look this up in keyword search but kept timing out so here I am.
Using Access 2002/winxp (though I know this has nothing to do with my problem)
I have created some calculated expressions in a query for use in a report.
eg
Palls
tbl_NoTransItems!Logical_units_in_stock/[Logical_Units_per_Billing_Measure])/tbl_Billing_Measures!pallets
charge: [palls]*tbl_Rates![Daily Rate]*tbl_NoTransItems!days
These fields are used in a report output format.
My problem is this, despite setting the format properties of the calculated field Palls to fixed 3, the field charge is treating it as a general number utilising all decimal places available.
Thus on the report it essentially says
0.833 x 2.00 x 30 = 50.00
when in fact if my boss takes out his calculator it will tell him that
0.833 x 2.00 x 30 = 49.98
Can anyone help me round this (pardon the pun)
Thanks in advance
Philcon
Tried to look this up in keyword search but kept timing out so here I am.
Using Access 2002/winxp (though I know this has nothing to do with my problem)
I have created some calculated expressions in a query for use in a report.
eg
Palls
charge: [palls]*tbl_Rates![Daily Rate]*tbl_NoTransItems!days
These fields are used in a report output format.
My problem is this, despite setting the format properties of the calculated field Palls to fixed 3, the field charge is treating it as a general number utilising all decimal places available.
Thus on the report it essentially says
0.833 x 2.00 x 30 = 50.00
when in fact if my boss takes out his calculator it will tell him that
0.833 x 2.00 x 30 = 49.98
Can anyone help me round this (pardon the pun)
Thanks in advance
Philcon