M
Mikael Lindqvist
Good morning everyone!
My financial system's database (general ledger) keeps seperate tables for
each year. Each table (GL2007, GL2008 etc) has 14 fields:
* Account_number, Cost_account, January_balance,
February_balance,...,December_balance
Now, I have not encountered this before but I did make some calculations and
then merged this two tables into 1 table with 26 fields (12 + 12 months +
Account_number and Cost_account).
My question:
HOW do change this summary table into one table with 5 fields
(account_number, cost_account, year, month, balance).
For example:
3010, 10, 2007, January, 35000
3010, 10, 2008, January, 12000
I believe the solution is not too complicated but I just can't get my head
around on how to make it (I have done the same thing in Excel, using
Walkenbach's tip, see post:
http://www.microsoft.com/office/com...=en-us-excel&lang=en&cr=US&sloc=en-us&m=1&p=1
Kindly,
Mikael
Sweden
My financial system's database (general ledger) keeps seperate tables for
each year. Each table (GL2007, GL2008 etc) has 14 fields:
* Account_number, Cost_account, January_balance,
February_balance,...,December_balance
Now, I have not encountered this before but I did make some calculations and
then merged this two tables into 1 table with 26 fields (12 + 12 months +
Account_number and Cost_account).
My question:
HOW do change this summary table into one table with 5 fields
(account_number, cost_account, year, month, balance).
For example:
3010, 10, 2007, January, 35000
3010, 10, 2008, January, 12000
I believe the solution is not too complicated but I just can't get my head
around on how to make it (I have done the same thing in Excel, using
Walkenbach's tip, see post:
http://www.microsoft.com/office/com...=en-us-excel&lang=en&cr=US&sloc=en-us&m=1&p=1
Kindly,
Mikael
Sweden