I use this script to change the color of the record when the record number is an odd number. However, the customer wants for the color to be changed every other two rows no matter what the row number is. I am not sure how this can be done.also, ask if it is only one row in the end then to move it to the next page.
Code:
if remainder(recordnumber,2)=0 then color(223,254,254) else nocolor
[code]