Why cant i get 2 decimal places

bunji

Registered User.
Local time
Today, 14:49
Joined
Apr 26, 2005
Messages
124
I would like the users to enter values of day 2.5 however it always rounds up to 3 i have checked the propeties of the field in the table and i have set it to 2 decimal places. I have also checked the property of the field on the form and done the same. There must be something i am missing.

Thanks for lookin gand your help.
 
Bunji, try the following

Under form field properties make sure that 'Format' property = Standard, this should then activate the 'Decimal Places' property that you had previously set.

Allan
 
You probably have your field set to the default Long Integer. Since an integer can't have decimal places the Decimal Places property is redundant. Change Long Integer to Single.
 
sorry SJ you replied as i did Allan's worked
 
bunji said:
Allan's worked

Are you sure? Since the Format property only affects the way something is displayed and not how it is stored I can't see how you could get 2.50 in a field if it was defined as a Long Integer with 2 decimal places.
 

Users who are viewing this thread

Back
Top Bottom