If you would like to have alternating white/silver band colors on your group sections, here's what you do:
1. Right-click on the group footer and select "Format Section..."
2. In the section expert dialog box, click on the "Color" tab and check the "Background Color" to be ON.
3. Click on the formula editor button next to the "Background Color" checkbox to display the formula editor.
4. Type in this formula and save:
if remainder(groupnumber,2)=0 then crwhite else crsilver
5. Now print preview and you should see alternating white/silver rows on your group!
-Jeff
1. Right-click on the group footer and select "Format Section..."
2. In the section expert dialog box, click on the "Color" tab and check the "Background Color" to be ON.
3. Click on the formula editor button next to the "Background Color" checkbox to display the formula editor.
4. Type in this formula and save:
if remainder(groupnumber,2)=0 then crwhite else crsilver
5. Now print preview and you should see alternating white/silver rows on your group!
-Jeff