S
StephenD
I want to create an Access Database to analyse monthly general ledger data.
I would like to hold all monthly data (ending balances, not transactions) in
a table with the following fields.
Company
Department
Account
Jan-08
Feb-08 ....etc
The first three fields combined would represent the unique key. Each month
I would like to append a new field such as Mar-08 with that month's values.
Unfortuantely new accounts with vaules may have been created in the (now)
current month that did not previously exist.
What is the best design approach and methodology for appending each month's
data? Should I create a new field each month or just have a generic
month/year field populated with the current month year for the new data. It
is very usefule to be able to see the month's going across in the table view.
Thanks for any assistance / guidance you may be able to provide.
I would like to hold all monthly data (ending balances, not transactions) in
a table with the following fields.
Company
Department
Account
Jan-08
Feb-08 ....etc
The first three fields combined would represent the unique key. Each month
I would like to append a new field such as Mar-08 with that month's values.
Unfortuantely new accounts with vaules may have been created in the (now)
current month that did not previously exist.
What is the best design approach and methodology for appending each month's
data? Should I create a new field each month or just have a generic
month/year field populated with the current month year for the new data. It
is very usefule to be able to see the month's going across in the table view.
Thanks for any assistance / guidance you may be able to provide.