dmyoungsal
Registered User.
- Local time
- Today, 14:23
- Joined
- May 1, 2016
- Messages
- 112
I have a formula that is not rounding correctly.
Can someone figure out what I am missing?
=IIf([FullCk]="-1",IIf([chkSDel]<>"-1",(Round(([TrkRate]+[TrkMU]+Nz([Rush$])+Nz([TotSurcharge])),4)),(Round(([trkRate]+Nz([Rush$])+Nz([TotSurcharge])),4))))
I have another textbox that is giving me a result of 220.01
but this textbox is used if the "FullCk" (checkbox) is checked and I am getting 220.80
If I do not use rounding in either text box, I get the same amount in both boxes.
Can someone figure out what I am missing?
=IIf([FullCk]="-1",IIf([chkSDel]<>"-1",(Round(([TrkRate]+[TrkMU]+Nz([Rush$])+Nz([TotSurcharge])),4)),(Round(([trkRate]+Nz([Rush$])+Nz([TotSurcharge])),4))))
I have another textbox that is giving me a result of 220.01
but this textbox is used if the "FullCk" (checkbox) is checked and I am getting 220.80
If I do not use rounding in either text box, I get the same amount in both boxes.