Decimal place update not allowed?! (Access 2007)

branston

Registered User.
Local time
Today, 00:48
Joined
Apr 29, 2009
Messages
372
I am trying to add decimal places to a field (set as Number, long integer, fixed, 2decimal places). Its showing as 32.00, but if i try to change it to 32.59 it returns to 32.00 as soon as i click outside the box.

any ideas?

Thankyou!
 
dont worry - I needed to set it as a decimal rather than an integer... out of practice!
 
Decimal datatype doesn't actually mean what you might assume.
Decimal is a precision scaled integer used in division where the result must be precise to (generally speaking) more then three decimal places.

Most real numbers can be stored in the Single data type.
 

Users who are viewing this thread

Back
Top Bottom