Print report for each record in database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why don't you just try removing the parameter and print
the report for all records in the recordset? That
probably is the easiest and fasted means to meet your
needs.

Matt Weyland
Database Analyst
(e-mail address removed)
 
The only problem I have with that is that I have some
important data in the report header and I want it to print
out on each record. When I remove the parameter only the
first report has the header.
 
I almost never use Report headers for just that reason.
Try putting it into the Page header. You might need to
put a page break in the footer for your groupings, though,
to make sure you get the correct data in the headers.

Hope this helps!

Howard Brody
 
Back
Top