Let me try to explain this as clear as I can. Hopefully it does not sound too complicated. 
I have a report that prompts the user to enter a student name. Suppose John is being entered, what is displayed on the report are the info on John. There are 2 pages of report, and it shows 'Page n of n' at the footer.
Now, suppose I display the info of all the students, the page number will display as Page 1 of 10, Page 2 of 10 .... Page 10 of 10, for all student records.
In this case, how can I instruct the query to display Page 1 of n for every new student record?
I have a report that prompts the user to enter a student name. Suppose John is being entered, what is displayed on the report are the info on John. There are 2 pages of report, and it shows 'Page n of n' at the footer.
Now, suppose I display the info of all the students, the page number will display as Page 1 of 10, Page 2 of 10 .... Page 10 of 10, for all student records.
In this case, how can I instruct the query to display Page 1 of n for every new student record?