I have a report that I have created that shades every other line in the detail section with the following code:
Const XorToggle = 4144959
Me.Detail.BackColor = Me.Detail.BackColor Xor XorToggle
which is placed in the on Format property of the report. The problem that I am having is that I would like at each different group for the alternate shading to restart. Right now at the start of one group it is white and the next group the start has the possibility of being either gray or white. I would like at the start of each group for the first record to be white. Please let me know what I can do.
Thank you.
Noel
Const XorToggle = 4144959
Me.Detail.BackColor = Me.Detail.BackColor Xor XorToggle
which is placed in the on Format property of the report. The problem that I am having is that I would like at each different group for the alternate shading to restart. Right now at the start of one group it is white and the next group the start has the possibility of being either gray or white. I would like at the start of each group for the first record to be white. Please let me know what I can do.
Thank you.
Noel