C
Cornfused
I am using a report to create a roster for attendees. The attendees are
invited and loaded into the database prior to the course. The report has, in
it's detail section, the following text boxes:
1. running sum
2. Attendee (control source: [qry_Attendees]![Attendee])
3. Employee ID (control source: [qry_Attendees]![EE_ID])
4. Signature (signed by attendee)
The problem is that many times there are more attendees than were originally
invited. How can I provide them space to sign the printed roster?
I'd like to have the whole page filled with Attendee, EE_ID and Signature
lines regardless of the number of known attendees.
Help?
invited and loaded into the database prior to the course. The report has, in
it's detail section, the following text boxes:
1. running sum
2. Attendee (control source: [qry_Attendees]![Attendee])
3. Employee ID (control source: [qry_Attendees]![EE_ID])
4. Signature (signed by attendee)
The problem is that many times there are more attendees than were originally
invited. How can I provide them space to sign the printed roster?
I'd like to have the whole page filled with Attendee, EE_ID and Signature
lines regardless of the number of known attendees.
Help?