Good evening!
I've been tasked with updating a roster to allow recordkeeping of a group.
Specifically, a user will enter a roster of 0-38 records,1 record per row, each row containing fields [FIRSTNAME],[LASTINITIAL],[ROOMNUMBER], and a Y/N checkbox.
From that, I need to generate printed output of each record/row on a separate printed page. I want to also assure I only print as many pages as there are records; the number of records varies day-to-day. Each printed page will then be used for handwritten note-taking later.
I'm kind of stymied on this one. Any guidance?
I've been tasked with updating a roster to allow recordkeeping of a group.
Specifically, a user will enter a roster of 0-38 records,1 record per row, each row containing fields [FIRSTNAME],[LASTINITIAL],[ROOMNUMBER], and a Y/N checkbox.
From that, I need to generate printed output of each record/row on a separate printed page. I want to also assure I only print as many pages as there are records; the number of records varies day-to-day. Each printed page will then be used for handwritten note-taking later.
I'm kind of stymied on this one. Any guidance?