7/8/2015 2:17:15 PM

The following will show the total records returned when running a single table report. This has not been tried with multiple data sets.

To use this, create a label (or use the default label). Right click the label (while not in edit mode), and click "Expression...". Place the code below in the top text box.

="Total Records: (" + Cstr(CountRows()) + ")"