Totalling Sub Report Fields

D

Deb

Using Access 2000. I am trying to total a field from an
open subreport with a field in another subreport using the
expression builder. No matter what I do I keep getting
#Name? returned. Any ideas???
 
D

Duane Hookom

Your control source should have a syntax like:
=srptControlName.Report.txtTotalCtrl
 
Top