J
Jan
Each year for the past 4 to 5 years, I have used a small db (I created) to
supplement our accounting systems lack to provide an actual report for each
and every fund budget we have. The detail table in the db I created only has
3 columns: Fund, Acct, and Amount.
I created a crosstab query to list:
CatDesc, Acct, Importance, Name, and each fund as columns and the amount.
CatDesc Acct Imp Name 300 310 320 340
This portion works great except for the fact when I want to create the final
draft of the budget. I manually arrange the fund columns into the report.
How can I create a report to dynamically arrange the fund columns based on
the fund number? Is there such a way to do this without having to spend 15
minutes to add a column to the report? Any help will be greatly appreciated.
supplement our accounting systems lack to provide an actual report for each
and every fund budget we have. The detail table in the db I created only has
3 columns: Fund, Acct, and Amount.
I created a crosstab query to list:
CatDesc, Acct, Importance, Name, and each fund as columns and the amount.
CatDesc Acct Imp Name 300 310 320 340
This portion works great except for the fact when I want to create the final
draft of the budget. I manually arrange the fund columns into the report.
How can I create a report to dynamically arrange the fund columns based on
the fund number? Is there such a way to do this without having to spend 15
minutes to add a column to the report? Any help will be greatly appreciated.