S
SH2008
Hi there--
I need to store numeric data that should be able to handle up to 12 digits
with up to 9 digits behind the decimal point. Thus, Currency is out and
Double seems the only data type in Access capable of handling this many
digits. I was informed, however, that Access (sometimes?) creates "ghost
digits" for double numbers -- extra random digits after the last digit.
Assuming that I enter a bunch of percentage numbers with up to 9 decimal
digits totaling 100%, my application CAN NOT EVER have rounding errors that
would cause the sum of the numbers to vary from 100.000000000% exactly.
What scenario would you guys recommend for this requirement?
Thanks!
I need to store numeric data that should be able to handle up to 12 digits
with up to 9 digits behind the decimal point. Thus, Currency is out and
Double seems the only data type in Access capable of handling this many
digits. I was informed, however, that Access (sometimes?) creates "ghost
digits" for double numbers -- extra random digits after the last digit.
Assuming that I enter a bunch of percentage numbers with up to 9 decimal
digits totaling 100%, my application CAN NOT EVER have rounding errors that
would cause the sum of the numbers to vary from 100.000000000% exactly.
What scenario would you guys recommend for this requirement?
Thanks!