Report header on every page

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

Guest

i have a report and it is sorted by a lender name. i have it set up that
when it prints it prints one lenders activity on its own page i want the
header to show on all pages how can i do this?
 
dlb1228 said:
i have a report and it is sorted by a lender name. i have it set up that
when it prints it prints one lenders activity on its own page i want the
header to show on all pages how can i do this?


Not sure what you mean by "header". Access has lots of
headers.

Maybe you tried using the report header when you wanted to
use the Page header. OTOH, if you want to use a group
header for the lender name and repeat it on all pages for
the same lender, then set the group header section's
RepeatSection property to Yes.
 
Back
Top