H
HSalim
Hello all,
I have a report that has multiple groups. Detail, YearFooter, ProjectFooter
and Department Footer
In the ProjectFooter, I have a text box where I am using a function to
calculate available workdays between 2 dates (Function taken from
http://www.mvps.org/access/datetime/date0006.htm )
Control Source = WorkingDays([ProjStartDate], [ProjEndDate])
Name = txtAvailWorkDays
This Does return available workdays for the project
However, I am not able to get a sum of the available workdays in the
Department footer.
I have a textbox with the control source set to = Sum([txtAvailWorkDays])
When I run the report, txtAvailWorkDays appears as a parameter, and i am
puzzled..
Is it not possible to sum a value from an intermediate footer? If not this
way, is there any way?
Any help would be most welcome. thanks in advance.
Regards
Habib
I have a report that has multiple groups. Detail, YearFooter, ProjectFooter
and Department Footer
In the ProjectFooter, I have a text box where I am using a function to
calculate available workdays between 2 dates (Function taken from
http://www.mvps.org/access/datetime/date0006.htm )
Control Source = WorkingDays([ProjStartDate], [ProjEndDate])
Name = txtAvailWorkDays
This Does return available workdays for the project
However, I am not able to get a sum of the available workdays in the
Department footer.
I have a textbox with the control source set to = Sum([txtAvailWorkDays])
When I run the report, txtAvailWorkDays appears as a parameter, and i am
puzzled..
Is it not possible to sum a value from an intermediate footer? If not this
way, is there any way?
Any help would be most welcome. thanks in advance.
Regards
Habib