Hi,
I have a main report with several subreports.I have totals from two subreports adding up in main report. In the calculated field in control source I am using following code:
=[Reports]![rptJobCostAnalysis]![rptJobRep: Expenses].[Form]![ExpenseTotals]+IIf([JobSheet].[Report].[HasData],[JobSheet].[Report]![Text19],0).
All was working fine.all of sudden in this field #Error# is being displayed.I am confused can anyone highlight what should I do.
Thanks in advance
I have a main report with several subreports.I have totals from two subreports adding up in main report. In the calculated field in control source I am using following code:
=[Reports]![rptJobCostAnalysis]![rptJobRep: Expenses].[Form]![ExpenseTotals]+IIf([JobSheet].[Report].[HasData],[JobSheet].[Report]![Text19],0).
All was working fine.all of sudden in this field #Error# is being displayed.I am confused can anyone highlight what should I do.
Thanks in advance