If you set the column's Decimal Places property to something other than "Auto" in the underlying table, Access will automatically round it to that many places when it is displayed. (This doesn't affect the underlying stored value.)
Rick Sprague
Want the best answers? See faq181-2886 To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein
You may have the mistaken idea (many people do) that the Decimal Places property controls how many decimal places are stored. It doesn't. Single and Double numbers always have as many decimal places as necessary (or as many as possible, if the number gets too large to fit). The property only affects how many are displayed.
Rick Sprague
Want the best answers? See faq181-2886 To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein
You are absolutely correct. I learned something new today.
Anyhow my problem is that I am doing a sum of values from a table.
My sum is incorrect because I need to first round up all the values in the table itself.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.