Autoformats

M

Mr. Capuchino

when i enter this in my table 458.59 its formats the value to 459.00, i
already set the format to standard but it still rounds up the value... help
anyone!?
 
J

Jeff Boyce

The first thing I'd look for is the data type of the underlying field -- it
sounds like this field may have been defined as an integer (even though the
format displays two decimal places). These two (data type, format) are not
the same thing.
 
Top