azwaan
Programmer
- Jan 11, 2002
- 42
i'm creating a report which summarises content in a employee database.the summarised content is in a columnar format , with groups of columns summarising attendence, turnover and recruitment for the specified date range.
the report is grouped by dept and then by section.
i have hidden the details sections , showing only the group footers so that i can generate the summaries.
the problem is in generating the budget summaries from the budget table.most of the detail line fields are from the attendance table , which has a record each for an employee for a specific date.
employees are budgeted for each section and then within that for each employee category such as executive, staff etc.
the budget table has the following structure
BudgetYR,Jan,feb,....Dec,Section,Category
the problem is that when i include a formula or field which has anything to do with the budget file..all the data in the report goes haywire (extremely large figures).i suspect this has to do with the structure of the budget table.cos for a particular year the budget file contains approximately 300 records.
because all the fields in the report are in the same line , this poses a problem even if i put a subreport for the budget figures.there are more than 60 sections so..there is no way i can use shared varibles.
how do i get about doing this?
thanks in advance
the report is grouped by dept and then by section.
i have hidden the details sections , showing only the group footers so that i can generate the summaries.
the problem is in generating the budget summaries from the budget table.most of the detail line fields are from the attendance table , which has a record each for an employee for a specific date.
employees are budgeted for each section and then within that for each employee category such as executive, staff etc.
the budget table has the following structure
BudgetYR,Jan,feb,....Dec,Section,Category
the problem is that when i include a formula or field which has anything to do with the budget file..all the data in the report goes haywire (extremely large figures).i suspect this has to do with the structure of the budget table.cos for a particular year the budget file contains approximately 300 records.
because all the fields in the report are in the same line , this poses a problem even if i put a subreport for the budget figures.there are more than 60 sections so..there is no way i can use shared varibles.
how do i get about doing this?
thanks in advance