Run the following command: begin transaction update deduction set dedtype = 'I' where dedid = 'DFED2' and calyr = 2016 if it comes back with 1 record then run the following: commit transaction if it comes back with more than 1 record, run the following (as there must have been a typo in the fist pair of commands) rollback transaction Once the update is done, recalculate W2s and I suspect your issue will be resolved.
↧