George Bowyer
Registered User.
- Local time
- Today, 17:57
- Joined
- May 17, 2004
- Messages
- 50
I have a report showing how many people are working at various tasks.
The report has a group header for [Date] and beneath that a group header for TaskID, which has the [fldTaskName] and [fldHours], which is the number of hours that each task takes.
The Detail section then contains the people involved.
In the TaskID footer, I have [txtPeople] which sums the number of people involved. I then have [txtManHours] which calculates txtPeople * fldHours.
This works fine.
However, I now want to have a calculated field in the Date footer = sum([txtManHours]), to show the total number of manhours per day.
When I try this I get "Enter parameter value txtManHours".
Where am I going wrong, please?
[Incidentally, there are some [taskID]s with a null date and 0 (Zero) hours entries - but I don't think that's relevant because I still get the problem when I exclude those taskIDs from the DataSource]
The report has a group header for [Date] and beneath that a group header for TaskID, which has the [fldTaskName] and [fldHours], which is the number of hours that each task takes.
The Detail section then contains the people involved.
In the TaskID footer, I have [txtPeople] which sums the number of people involved. I then have [txtManHours] which calculates txtPeople * fldHours.
This works fine.
However, I now want to have a calculated field in the Date footer = sum([txtManHours]), to show the total number of manhours per day.
When I try this I get "Enter parameter value txtManHours".
Where am I going wrong, please?
[Incidentally, there are some [taskID]s with a null date and 0 (Zero) hours entries - but I don't think that's relevant because I still get the problem when I exclude those taskIDs from the DataSource]