I have set my report up so that every other line has a light grey background for easier reading. I used the formula:
if remainder (RecordNumber,2)= 0
then
Color (229,229,229)
else crNoColor
This works find until I suppress a field if it's duplicated. Then the shaded lines started getting bunched up because it is still counting the suppressed lines and including them in the formula. How can I get it to only count the displayed lines or maybe a more simple way yet?
kowen@rrwa.net
if remainder (RecordNumber,2)= 0
then
Color (229,229,229)
else crNoColor
This works find until I suppress a field if it's duplicated. Then the shaded lines started getting bunched up because it is still counting the suppressed lines and including them in the formula. How can I get it to only count the displayed lines or maybe a more simple way yet?
kowen@rrwa.net