The group detail of my report contains all the employees' details - e.g. name, start time, end time and a text box named "hours" that subtracts start time from end time. This is all OK.
In the footer for this group I have a text box named "employeesHours"
The value for employeesHours I want to make a running sum by calculating the sum of all the "hours" text boxes.
It works when I use
=Sum([endTime]-[startTime])
but not when I use
=Sum([hours])
Can I not refer to the calculated control in this way??
Why???
Please help
In the footer for this group I have a text box named "employeesHours"
The value for employeesHours I want to make a running sum by calculating the sum of all the "hours" text boxes.
It works when I use
=Sum([endTime]-[startTime])
but not when I use
=Sum([hours])
Can I not refer to the calculated control in this way??
Why???
Please help