I have a query that performs several calculations on various fields. I need the query to be able to round to 2 decimal place AND truncate all numbers after 2 decimal places. I am using the Round function and it is correctly rounding the number to where I want. When this number is displayed in a form it is being displayed correctly as a rounded number. However when I click on a text box in the form that includes this rounded number it still shows multiple decimal places (ie: instead of $1.50 it will show $1.4999999998). I am dealing with currency so I have to have exact numbers or I will be chasing rounding differences all over the place. Any ideas?