decimal places in a table

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

Guest

I have a table, query, report. The item price in the table is set up for 3
decimal places, however, when I enter a number, it rounds it off to the nears
whole number-still showing the decimal places as zeros. I need the decimal
places to correctly figure the price of the item. Why is it rounding?
 
Ronnie

What data type do you have set for the field? The data type and the format
(display) are two totally different issues.

It sounds like your field is defined as an integer, but your formatting is
set display decimal places.

Regards

Jeff Boyce
<Office/Access MVP>
 

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

Similar Threads

Access stripping decimal places in query 1
Decimal places in report 2
decimal places 2
Decimal Places 1
Decimal Places 1
0 Decimal places/round function. 4
Stop Rounding in Forms 2
Decimal places in charts 4

Back
Top