Subreport sum not showing in Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a sum in the page header of my report that is a total from a subreport
(control source = =Reports!rptBOLHeader!rptBOLItems!ItemTotal) - it
works fine in Access 2002 and shows nothing in Access 2003 - can someone
point me in the right direction,please?
 
Mary said:
I have a sum in the page header of my report that is a total from a subreport
(control source = =Reports!rptBOLHeader!rptBOLItems!ItemTotal) - it
works fine in Access 2002 and shows nothing in Access 2003 - can someone
point me in the right direction,please?


I think they've tighten things up a bit so that you need to
go through the Report property.

=Reports!rptBOLHeader!rptBOLItems.REPORT!ItemTotal
 
Back
Top