Ok so this is what i did Balance: ([SumOfCharges])-([SumOfPayments])-([SumOfAdjustments])
and it didn't change anything.
Ok so this is what i did Balance: ([SumOfCharges])-([SumOfPayments])-([SumOfAdjustments])
and it didn't change anything.
Not seeing the Round() function in that expression.
Round([SumOfCharges]-[SumOfPayments]-[SumOfAdjustments],0)
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
it does take away negative value to 14 decimals but it's rounding off the number.
Is there any other way to fix this. I really need it to show the true value
Replace 0 for however many decimals you want.
Seems to me the number you posted as example is essentially 0.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
For the ones that do have a balance it's rounding them of.
Thank you it works now.