I've got a field called [SumOfTotalHoursNoOTWithBreak] (I know, it's clunky). It holds a value that is rounded to the nearest hundredth. It is displaying in a text box in a report perfectly. I have another text box that has the source [SumOfTotalHoursNoOTWithBreak]-37.5, and this text box is rounding the value to the nearest tenth. I can't figure out what is causing this. I have tried using the Round() function, changing the properties in every field to (2) decimals points. Any idea where else to look? It seems like it's taking into account significant figures, but it won't let me write "-37.50". It auto-changes it back to "37.5". I'm lost!