I have a report that utilizes the full width of the page, but the details section is only one column wide. Within the details, I want to shade every other row for visual appeal. Across the page, I would use
Remainder(RecordNumber,2) <> 0
and
Remainder(RecordNumber,2) = 0
for this effect. How do I control the shading results to only show up in this column, and not across the entire page?
Thanks in advance ...
Remainder(RecordNumber,2) <> 0
and
Remainder(RecordNumber,2) = 0
for this effect. How do I control the shading results to only show up in this column, and not across the entire page?
Thanks in advance ...