I am using Crystal reports and I want to be able to display the number of records at the bottom of each page of the report.

There is a function there already but that adds on the previous page count on the next page.

e.g

if one page has 30 records on it I want to be able to display This page contains 30 records at the bottom of the page.

If the next page contains 35 records I want to be able to display This page contains 35 records at the bottom of the page.

Thanks