Multiple Records - Single Report

L

Larry

Is there a way to have reports print one page per record. For instance, I
have 19 time sheets that I need each one to print on ONE page. Other than
moving margins and going to all that trouble is there a simpler way?
 
K

Klatuu

I assume the time sheets are by employee, so use sorting and grouping to
group by employee with a page header for the group and force a page break.
 
Top