Hello, I am doing a division math problem in Access 2000 VBA like so:
[120Ratio] = ([120Actual] / [120Spec])
Most of the time this result ends up in with many decimal places or in a repeating decimal. Some times it actually ends up with just 1 or 2 decimal places. I would like to truncate the large decimal place numbers to 4 decimal places but don't know how this will affect the numbers with only 1 or 2 decimal places. Thank you for any advice.
[120Ratio] = ([120Actual] / [120Spec])
Most of the time this result ends up in with many decimal places or in a repeating decimal. Some times it actually ends up with just 1 or 2 decimal places. I would like to truncate the large decimal place numbers to 4 decimal places but don't know how this will affect the numbers with only 1 or 2 decimal places. Thank you for any advice.