Please how can i update records in another table.
I have 3 tables. Savings, Loans and deductions
The deductions table does the additions and subtractions of values from Savings and Loans
How can i update the values in the savings and loans table and still store the values in Deductions table.
Thanks