Rounding

G

Guest

I have several number fields. Access keeps rounding them automatically. I have turned off the auto rounding but it still does it. I have set the numbers to format as fixed and decimal places to 3. Please help.
 
C

Cheryl Fischer

Jannie,

In a table, the default Number Format is Long Integer, which will never
produce decimal places. In design view of your table, you can change the
format of your Number fields to Double, Single, or Currency and set the
desired number of decimal places.


hth,
--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


Jannie said:
I have several number fields. Access keeps rounding them automatically.
I have turned off the auto rounding but it still does it. I have set the
numbers to format as fixed and decimal places to 3. Please help.
 
V

Van T. Dinh

You probably set the Field Sizes to Long / Integer or Byte. Since Long /
Integer / Byte cannot store decimal values, value will be rounded before
being stored in the Table.

Check and make sure the Field Sizes are either Single / Double / Decimal or
Currency which can store decimal values.


--
HTH
Van T. Dinh
MVP (Access)



Jannie said:
I have several number fields. Access keeps rounding them automatically.
I have turned off the auto rounding but it still does it. I have set the
numbers to format as fixed and decimal places to 3. Please help.
 

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

Top