I am a MS Access Newbe.
Trying my hand at a Payroll.
Can I please get help with an IIF Formula on a Payslip Form.
FieldName is UIF.
We have a Monthly Limit for Calculation UIF. Our UIF percentage is 1% but the Limit is 14800.00. Which means All GrossSalaries calculate 1% but as soon as the Salary is higher than 14800.00 only 148.00 will be charged.
Current Formula is: UIF=IIf([UIFReg]=True,[GrossWage]*0.01,0) Works correctly.
But the part of Grosswage >= 14800.00 must only be 148.00 I am not sure how to add.
Will appreciate all info.