In a query I have 'tonnes' & 'sale price' from a table.
Within the query I have created expressions to calculate the costs of VAT & totals etc. The properties are set to currency & 2 decimal places.
When it performs the calculations it uses 3 decimal places though only shows 2.
For example the sale price with vat = £2.35 & the customer had 98 bags - £2.35 * 98 = £230.30, though access shows £230.50 which means it is calculating using £2.352.
Any ideas would be really appreciated.