I have a query that pulls the Local and School tax from a payroll check, ie: wage = 1000.00 , local = 2.50, School = 2.00
Now when I rollup the group totals I get SUM of Wage = 2000.00 and SUM of PayDeductions = 4.50.
The Taxes are calculated correctly, but I have doubled the Wages ~ because the tax is calculated on the wage twice.
How can I remove the duplicate wage entry to rollup my report?
The bad news is that the local and school identifiers are all unique to the locality, so I can't just pull them from the PayDeductions tbl.
TIA
------------------
Curious by Nature,
Linux by Design
Now when I rollup the group totals I get SUM of Wage = 2000.00 and SUM of PayDeductions = 4.50.
The Taxes are calculated correctly, but I have doubled the Wages ~ because the tax is calculated on the wage twice.
How can I remove the duplicate wage entry to rollup my report?
The bad news is that the local and school identifiers are all unique to the locality, so I can't just pull them from the PayDeductions tbl.
TIA
------------------
Curious by Nature,
Linux by Design