In the section expert (format->section) you can select the report header->color->background->x+2 and enter:
if pagenumber = 1 then crYellow else
if pagenumber = 2 then crRed else
if pagenumber = 3 then crBlue else
if pagenumber = 4 then crGreen
Then copy this formula and add it into every other section:
page header, group header, details, group footer. If possible suppress the page footer and report footer, since including these will result in a gap in the overall color of the page. The last page will only color up to the last record.
Aside from LB's instructions, since you've used a form, you might have used a New Page After for each section, and then set the background color for each section.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.