I have this code for changing background color but it only works on the detail section. My reports use a lot of summarizing and I would like to alternate background colors at the Group level. Any help would be appreciated in coding for Access 2000
Const lngColour = 4144959 'i.e. 16777215 (white) - 126322566 (pale grey)
Detail.BackColor = Detail.BackColor Xor lngColour
Const lngColour = 4144959 'i.e. 16777215 (white) - 126322566 (pale grey)
Detail.BackColor = Detail.BackColor Xor lngColour