I created a running totals field called "X" and it worked! Thank You!!
This is what I did to achive the results if anyone is wondering:
I used the following formula in the "backround color" of the "details section":
If ({#X} Mod 2 = 0;) Then
crSilver
Else
DefaultAttribute;
Then, to get rid of the duplicates, in the running totals field I put a code in the "evaluate" / "use a formula" box of the following:
if next({RFQ.RFQ}) = {RFQ.RFQ} then false
else true
Edited by motoxracer400f - 20 May 2008 at 6:41am