I am doing a calculation with three fields. Seems pretty simple, but I keep getting these weird results.
(PCLAMT_D + PCFAMT)-PRSAMT_D
Here are the numbers that fit with that....
(300650 + 0) - 300650 = (should be 0) But instead I get this 5.82076609134674E-11.
I had several that were .075628787878E-10 and I was finally able to say IIF((PCLAMT_D + PCFAMT)-PRSAMT_D) <0, 0[post0],[or do the actual equation].
That worked for most, except the above because it is not less than 0.
I have tried formatting using CDbl around them....I can not think of anything else to format them by.
I am continuing to play with this, but if anyone has an idea, it would be greatly appreciated.
Thanks for your help.
(PCLAMT_D + PCFAMT)-PRSAMT_D
Here are the numbers that fit with that....
(300650 + 0) - 300650 = (should be 0) But instead I get this 5.82076609134674E-11.
I had several that were .075628787878E-10 and I was finally able to say IIF((PCLAMT_D + PCFAMT)-PRSAMT_D) <0, 0[post0],[or do the actual equation].
That worked for most, except the above because it is not less than 0.
I have tried formatting using CDbl around them....I can not think of anything else to format them by.
I am continuing to play with this, but if anyone has an idea, it would be greatly appreciated.
Thanks for your help.