Do not round percentage

  • Thread starter Thread starter Robbie Doo
  • Start date Start date
R

Robbie Doo

Everyone is talking about rounding up or down the percentage. What about if
you don't want to round it?
I want the number to show 99.99% or 100.01% instead of 100.00%.
How can I do that?
 
If you tell Access how many decimal places to display, AND if you tell
Access how many decimal places to STORE (field data type), you can see as
many as you want.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top