D
Dana
Numbers on my report occasionally change. For example, in my form I type 253.75. When I print the report the number shows 253.76. When looking at the query, in datasheet view, the number shows 253.75 however when I click the field, the number shows a third decimal place 253.756. If I only typed two decimal places, where did the third decimal place come from? Originally, on the table, my field was a Currency type with two decimal places. I then changed it to a Number type, Double field size, Currency format with two decimal places. Either way, my number STILL changes. This doesn't happen with every number I type in, only occasionally. I tried the Round function, however it didn’t work either. =Round(([Recovery Amount]),2). I’m wondering if my formatting is incorrect.