straybullet
IS-IT--Management
In Crystal Reports, I am able to shade the background of every other row in the detail section based on the following which will make the detail background Silver if the number in {RCount} is odd. The {RCount} field is a running count, resetting at the start of each group. Even rows remain White:
If Remainder({RCount},2)<>0 Then
crSilver
Else
crWhite
I can set up the running count, but what would the Access equivilant to the Remainder function be?
Let them hate - so long as they fear... Lucius Accius
If Remainder({RCount},2)<>0 Then
crSilver
Else
crWhite
I can set up the running count, but what would the Access equivilant to the Remainder function be?
Let them hate - so long as they fear... Lucius Accius