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?
Marshall Barton - 14 Jan 2005 21:01 GMT
>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

Signature
Marsh
MVP [MS Access]