I am working on 2 column report/subreport. The rows in the subreport are autonumbered with a running sum over group. I am looking for a way to find the total number of records in each subreport in the On Open (or other) Event.
I tried Me.CurrentRecord but I get an error because it appears that value is null upon opening the subreport. I tried inserting the code into On Activate but it never gets there.
Any help would be appreciated.
I tried Me.CurrentRecord but I get an error because it appears that value is null upon opening the subreport. I tried inserting the code into On Activate but it never gets there.
Any help would be appreciated.