I am using the formula below to do alternate shading in my details section.
I want that on every new page the first record color should always start with CrNoColor shading first just like on first page. How can I reset this?
if RecordNumber mod 2 = 0 then CrYellow else CrNoColor
I want that on every new page the first record color should always start with CrNoColor shading first just like on first page. How can I reset this?
if RecordNumber mod 2 = 0 then CrYellow else CrNoColor