Need count of detail in header not footer

M

mscertified

Is there a simple technique to get the number of lines printed in the detail
in the header rather than the footer?

Thanks.
 
D

Duane Hookom

You can use a control source like:
=Count(*)
in either a group or report header or footer.
 
Top