Ok - I am sure this is a simple question, but I cannot figure it out. I have an expression that multiplies 2 fields together in a query. How can I get it to round the result to 2 decimal places. I can change the format to Currency with 2 DP, but it still saves the calculation with multiple decimal places - I need it to round and truncate the result after 2 decimal places. In Excel it is as easy as Round(field,2) - is there a similar function in Access?