K
Keith Wilby
What's the syntax I need to use to return a subreport's record count
property from its parent report? I've tried
Me.srptSubReportObject.RecordCount
and
Me.srptSubReportObject.RecordsetClone.RecordCount
in the report's Open even but that isn't it.
Many thanks.
Keith.
property from its parent report? I've tried
Me.srptSubReportObject.RecordCount
and
Me.srptSubReportObject.RecordsetClone.RecordCount
in the report's Open even but that isn't it.
Many thanks.
Keith.