Blank Rows on a Report

Fisher

Registered User.
Local time
Today, 08:10
Joined
Dec 17, 2003
Messages
28
I have a small database we are using to schedule staff for training. I have created a report to be used as a sign in sheet for attendance. I would like to have 30 rows print on the report regardless of how many staff have registered to allow for walk ins. I have looked at previous postings asking for the same idea. The answer seems to be in the code provided in the Microsoft knowledge base "How to Print a Constant Number of Lines Per Group", but I just can't get it to function for me.
Any help would be appreciated.
 

Attachments

Hi Fisher,

I would like to have 30 rows print on the report regardless of how many staff have registered to allow for walk ins.

Do you mean that you need to print 30 blank rows on below each name of the staffname even he dont attended / registered ?

Regards,
Ashfaque
 
I would like a total of 30 rows including those that have signed up for the session. So if 15 have registered, I would like the 15 names on the list and 15 blank rows.
Thanks.
 
Rich,
Thanks so much. I didn't find that previous post when I did my search. It was very helpful to actually see it in use. I was missing the call SetCount function in the group header.
I appreciate the help.
 

Users who are viewing this thread

Back
Top Bottom