In AC2000, how can I use a value in the Header section of a report in the formula for a value in the Detail section of the report?
The tblPlanning includes fields Activity and BurnRate. For each record of the plan, there is an Activity, but since BurnRate is constant for all the phases of the plan it is stored only in the first record of the plan.
In my report I would like to show the BurnRate in the Header, and for each phase of the plan I would like to use the BurnRate in a formula that is based on the Activity (FillRate = AddRate-BurnRate)
My qryPlanningReport returns the values "AddRate" and "BurnRate". I can get the report header to show the "BurnRate" and the detail section to show the AddRate for each Activity. However, the "FillRate" only shows up for the first line of the detail section of the report. I assume this happens because BurnRate is only in the first record of the plan.
If I could get the qryPlanningReport to populate the BurnRate in each record, I think I could get the report to work.
Is that the approach to take, or is there a better way?
Thanks,
Brian
The tblPlanning includes fields Activity and BurnRate. For each record of the plan, there is an Activity, but since BurnRate is constant for all the phases of the plan it is stored only in the first record of the plan.
In my report I would like to show the BurnRate in the Header, and for each phase of the plan I would like to use the BurnRate in a formula that is based on the Activity (FillRate = AddRate-BurnRate)
My qryPlanningReport returns the values "AddRate" and "BurnRate". I can get the report header to show the "BurnRate" and the detail section to show the AddRate for each Activity. However, the "FillRate" only shows up for the first line of the detail section of the report. I assume this happens because BurnRate is only in the first record of the plan.
If I could get the qryPlanningReport to populate the BurnRate in each record, I think I could get the report to work.
Is that the approach to take, or is there a better way?
Thanks,
Brian