Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Table Design
how do I prevent rounding of numbers?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="John Vinson, post: 2555303"] Probably because you have used the default Number datatype, Long Integer. Integers are, by definition, whole numbers. If you're handling money data, use a Currency datatype rather than a Number datatype. It gives you exactly four decimal places, no more no fewer - so if you're calculating a tax, you should use the Round() function to round to two decimals. John W. Vinson[MVP] [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Table Design
how do I prevent rounding of numbers?
Top