What Happened to my numbers

A

alabigz

I am having a problem with numbers. If I enter a number like 3.2 but when I
bring it up in a report it shows as 3.199999998

Let me know if you need more info on the problem
 
J

Jeff Boyce

What data type is defined? If all your numbers entered have 4 or fewer
decimal places, you can use the "Currency" data type. From what you
described, it sounds like you may be using the "Single" data type, which is
subject to small (binary rounding) representation differences.
 
Top