I have a query which multiplies the tonnes (3 decimal points) by the cost (2 decimal points), this then displays the 'total cost'.
This works fine & rounds up/down correctly - until I add a 'sum' total field at the end of the datasheet form. It calculates the total cost using 3 decimal points & then converts to 2, which means it is sometimes a penny out.
Any ideas please how I can get it to calculate the total using 2 decimal points instead of 3?