Subreport sum not showing in Access 2003

M

Mary Fran

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?
 
M

Marshall Barton

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top