Susanhopes
Technical User
I'm working on a transcript format that will be run for an entire class all at once. The query-based report contains:
1. A Page Header with school contact info
2. A detail record with the student's personal info and a subform that contains the class information
3. A page footer that contains the pagination field (standard format, below).
="Page " & [Page] & " of " & [Pages]
What I want is for each transcript to reflect the number of pages in *That Transcript Only* so a reader knows if all pages are present. What I'm getting is a reference to the number of pages in the entire run of all records, which makes no sense when each document is viewed individually.
Apart from asking my user to run them one at a time (what a drag) where should I place this page field, and should it be coded differently? Have noodled with different footers and no success. TIA,
Susan
1. A Page Header with school contact info
2. A detail record with the student's personal info and a subform that contains the class information
3. A page footer that contains the pagination field (standard format, below).
="Page " & [Page] & " of " & [Pages]
What I want is for each transcript to reflect the number of pages in *That Transcript Only* so a reader knows if all pages are present. What I'm getting is a reference to the number of pages in the entire run of all records, which makes no sense when each document is viewed individually.
Apart from asking my user to run them one at a time (what a drag) where should I place this page field, and should it be coded differently? Have noodled with different footers and no success. TIA,
Susan