G
Guest
I've set up a conditional formula in a TextBox control source to calculate
sales tax for my local area .
=IIf([State]="AR",([Parts]+[Labor]+[Misc])*0.0925,0)
The problem is this leaves left-over 1/2 pennies in the Ballance Due field
even if the balance is paid in full. How do I get this to calculate to only 2
decimal places?
sales tax for my local area .
=IIf([State]="AR",([Parts]+[Labor]+[Misc])*0.0925,0)
The problem is this leaves left-over 1/2 pennies in the Ballance Due field
even if the balance is paid in full. How do I get this to calculate to only 2
decimal places?