I have an issue, I'm not sure how to solve.
I have 2 tables - table1 and table2
They both have the same 4 column primary key - K1, K2, K3 and K4.
Table1 is a transaction table that contains charges and payments for the past year. Table2 is a summary table that in addition to the key contains 12 columns, one for each month of the year.
I need to sum up all transactions (from table1) into their respective months and update the corresponding month
column in table2.
I'm kind of desperate.
Any help would be greatly appreciated!!
Thank you.
Lftsk.
I have 2 tables - table1 and table2
They both have the same 4 column primary key - K1, K2, K3 and K4.
Table1 is a transaction table that contains charges and payments for the past year. Table2 is a summary table that in addition to the key contains 12 columns, one for each month of the year.
I need to sum up all transactions (from table1) into their respective months and update the corresponding month
column in table2.
I'm kind of desperate.
Any help would be greatly appreciated!!
Thank you.
Lftsk.