Calculating Values in report/subreports

M

Martin

I'm trying to use the total value(calculated) on a
subreport. When I run my report I get a #Name? error.

Any help much appreciated.

martin
 
L

Larry Linson

Martin said:
I'm trying to use the total value(calculated) on a
subreport. When I run my report I get a #Name? error.

With some specifics about how/where you are calculating the value, and
how/where you are trying to use it, someone might be able to assist. For
example, are you totalling in the Query that is the RecordSource for the
Report, in Footer Sections using the Sum, or in VBA code in one of the
Section's events?
 
Top