Say, I have the following tables:
1. Table1 - DATE, BALANCE, CREDIT INT, DEBIT INT
2. Table2 - DATE, TRANSTYPE1, TRANSTYPE2, TRANSTYPE3
Both the tables contain monthly data for each customer (ie. 1 month 1 record)
Say, current processing month is Sep 2002.
I need to generate the following report:
Jun-2002 Jul-2002 Aug-2002 Sep-2002
BALANCE xx xx xx xx
CREDIT INT xx xx ......
DEBIT INT .
----------- .
TRANSTYPE1 .
TRANSTYPE2 .
TRANSTYPE3 .
What's the best way to do this?
Thanks.
Total:
1. Table1 - DATE, BALANCE, CREDIT INT, DEBIT INT
2. Table2 - DATE, TRANSTYPE1, TRANSTYPE2, TRANSTYPE3
Both the tables contain monthly data for each customer (ie. 1 month 1 record)
Say, current processing month is Sep 2002.
I need to generate the following report:
Jun-2002 Jul-2002 Aug-2002 Sep-2002
BALANCE xx xx xx xx
CREDIT INT xx xx ......
DEBIT INT .
----------- .
TRANSTYPE1 .
TRANSTYPE2 .
TRANSTYPE3 .
What's the best way to do this?
Thanks.
Total: