Decimal Place

M

MShami

I was trying to add datas with a decimal place like 6.75, but when I enter
such data it will automaticaly conver to 7. How can I keep my actual Data
what I enter 6.75?

Regards,
MShami
 
D

Douglas J. Steele

Check the data type of the field in question.

By default, when you add a numeric field, Access makes it a Long Integer.
Only numeric fields that are Single or Double (or the Currency or Decimal
datatypes) can store decimal values.
 
Top