Hi! I have approximately 75 Forms within a database with 30 date difference fields in each Form which deal with employee vacancies over a year's period of time. The purpose is to determine the total days vacant within the reporting period, which is one year. Each Form will represent a different office within the state. All 75 Forms represent the entire state.
For example:
First Office
1st Employee vacant date 02-01-01, Vacancy filled date 05-14-01= 102 days vacant
2nd Employee vacant date 01-02-01, Vacancy filled date 03-14-01= 71 days vacant
Second Office
1st Employee vacant date 04-01-01, Vacancy filled date 07-14-01= 104 days vacant
2nd Employee vacant date 05-15-01, Vacancy filled date 08-01-01= 78 days vacant
I have successfully used the 'DateDiff' function to compute the number of days vacant for each of the 30 fields on each Form. I then get a total of the days vacant for all 30 fields on each individual Form by using a Text Box. =Nz([Text 302])+Nz([Text304])+Nz([Text 306]) etc, etc.
I need a Report that will total all Text Boxes on each of the 75 Forms for the total days vacant annually. (For example: 102+71+104+78, (taken from each Text Box), to equal a total of 265 days on the Report). Would it be possible to total the number of days vacant for each of the 75 Forms in an Annual Report by totaling the Text Boxes (from the Forms) on a Report? Every attempt to total the Text Boxes from each Form has failed me. I get a message asking for the parameter value of Text 302, then Text 304, etc . Any ideas or suggestions would be greatly appreciated.
Thanks!! mellay
For example:
First Office
1st Employee vacant date 02-01-01, Vacancy filled date 05-14-01= 102 days vacant
2nd Employee vacant date 01-02-01, Vacancy filled date 03-14-01= 71 days vacant
Second Office
1st Employee vacant date 04-01-01, Vacancy filled date 07-14-01= 104 days vacant
2nd Employee vacant date 05-15-01, Vacancy filled date 08-01-01= 78 days vacant
I have successfully used the 'DateDiff' function to compute the number of days vacant for each of the 30 fields on each Form. I then get a total of the days vacant for all 30 fields on each individual Form by using a Text Box. =Nz([Text 302])+Nz([Text304])+Nz([Text 306]) etc, etc.
I need a Report that will total all Text Boxes on each of the 75 Forms for the total days vacant annually. (For example: 102+71+104+78, (taken from each Text Box), to equal a total of 265 days on the Report). Would it be possible to total the number of days vacant for each of the 75 Forms in an Annual Report by totaling the Text Boxes (from the Forms) on a Report? Every attempt to total the Text Boxes from each Form has failed me. I get a message asking for the parameter value of Text 302, then Text 304, etc . Any ideas or suggestions would be greatly appreciated.
Thanks!! mellay