If (Recordnumber Mod 2 = 0) Then Color (R,G,B) Else crNocolor;
othwise you need a RT to get the value for each row (a counter)
If ({#RT} Mod 2 = 0) Then Color (R,G,B) Else crNocolor;