C
CJ
I have a complete brain freeze on this one!
I have a subreport that calculates a YTD value. I would like to be able to
reference that value from my main report. Everytime I try I either get
#Name?or a parameter reference.
I have tried referencing the field two ways:
=Reports![rsubCriteriaProjectSummaryTotals]![Entered] (returns #Name?)
=Sum(Reports!rsubProjectSummaryCriteria.Entered) (returns parameter
message)
What am I missing??
TIA
CJ
I have a subreport that calculates a YTD value. I would like to be able to
reference that value from my main report. Everytime I try I either get
#Name?or a parameter reference.
I have tried referencing the field two ways:
=Reports![rsubCriteriaProjectSummaryTotals]![Entered] (returns #Name?)
=Sum(Reports!rsubProjectSummaryCriteria.Entered) (returns parameter
message)
What am I missing??
TIA
CJ