Why does my numeric fields round decimals off?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I set up a data base using numerical fields and set it to allow for general
numbers and two decimal spaces. I'm now entering data into it in the form
view and trying to type decimal numbers, but Access keeps rounding them off.
How do I such this off.
 
Sounds as if the field's data type is set to Long or Integer. Change it to
Single or Double.
 
Back
Top