How do I stop Access from rounding numbers?

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

Guest

Access is automatically rounding numbers input (such as 1.5 rounding to 2).
how do I get it to keep 1.5 rather than automatically rounding?
 
Change the field type. You probably have it set as an integer. An integer,
by definition, is a whole number.
 
Change the fields type in the table from Integer or long, to double or single
Long and integer type will round the number
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top