GClinic
Technical User
- Feb 16, 2008
- 13
Hi All,
We are designing a program to capture all the activities of our church, and so far, other members of the church think we have been doing a good job. Our Accounting Manual has been incorporated as fairly as we could translate it. Reports are generated quite nicely.
The problem we have is with the area of accounting called TRIAL BALANCE. It has not been too difficult displaying or reporting each account individually, be it Asset Depreciation or Cash-At-Hand, or any of the 85 items in the Chart of Accounts. The problem is that when we display in one report, it takes up to five minutes to open the form or report on the church pc, although it takes half that time on mine. Some tables have up to 2000 records, and are growing daily.
Meanwhile, it has been determined that we cannot use any of the accounting packages in the market because they lack flexibilty to incorporate all other non-financial activities of the church, and would be too expensive anyway.
I had tried a union query that attempted to capture all items in the chart of account, but the ensuing form took ages to open. Now, I have broken the monster query into smaller ones which I base several sub-forms on. Although the queries open instantly, the parent form is still slow, marginally better than a form based on the monster union query.
I need advice on how I can go about solving the problem.
We are designing a program to capture all the activities of our church, and so far, other members of the church think we have been doing a good job. Our Accounting Manual has been incorporated as fairly as we could translate it. Reports are generated quite nicely.
The problem we have is with the area of accounting called TRIAL BALANCE. It has not been too difficult displaying or reporting each account individually, be it Asset Depreciation or Cash-At-Hand, or any of the 85 items in the Chart of Accounts. The problem is that when we display in one report, it takes up to five minutes to open the form or report on the church pc, although it takes half that time on mine. Some tables have up to 2000 records, and are growing daily.
Meanwhile, it has been determined that we cannot use any of the accounting packages in the market because they lack flexibilty to incorporate all other non-financial activities of the church, and would be too expensive anyway.
I had tried a union query that attempted to capture all items in the chart of account, but the ensuing form took ages to open. Now, I have broken the monster query into smaller ones which I base several sub-forms on. Although the queries open instantly, the parent form is still slow, marginally better than a form based on the monster union query.
I need advice on how I can go about solving the problem.