Reference Subreport Summary

  • Thread starter Thread starter CJ
  • Start date Start date
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
 
CJ:

The following KB articles may be useful references:

http://support.microsoft.com/default.aspx?scid=kb;en-us;208835
http://support.microsoft.com/default.aspx?scid=kb;en-us;209099

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


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
 
Back
Top