
Originally Posted by
reneerita
I have, using tables and queries, created a report that calculates gross wages of employees. It also does the calculations for SS and Medicare deductions. I also have the federal income tax tables as tables with fields for Minimum Wages, Maximum Wages, and Total Tax Owed. I want to link Employees gross wages to the appropriate tax table and have it find the total tax owed for that employee within the Min and Max range.
Basically, I want a statement that does this:
If [Employees]![Allowances]=0&[Employees]![Status]="Single"or"Married - at Higher Single Rate", Sum(([Weekly Pay 1]![Weekly Regular Pay]+[Weekly Pay 1]![Weekly Overtime Pay])+Sum((Weekly Pay 2]![Weekly Regular Pay]+[Weekly Pay 2]![Weekly Overtime Pay]) ....