HI!!!
I have this report that has a subreport...I have a text box on the report that is totaling the catagories on the report and one from the subreport. It is pulling the data from the subreport, but it is not pulling the data from the main report. Can anyone take a look at this and see if they can help???
Thanks...Cori
I have this report that has a subreport...I have a text box on the report that is totaling the catagories on the report and one from the subreport. It is pulling the data from the subreport, but it is not pulling the data from the main report. Can anyone take a look at this and see if they can help???
Code:
=Reports!WeeklyTotalsWCatagories.srptProjects.Report.ProjectHours+[Vacation]+[Sick]+[Holiday]+[TimeOff]+[GeneralAdmin]+[Meetings]+[Training]+[QASupport]+[ProdSupport]+[PurchSupport]+[ServSupport]+[PartSupport]+[SaleSupport]+[LitigSupport]+[EngSupport]+[ECRProcessing]+[Misc]
Thanks...Cori