Hi All,
Is it possible to shade alternate rows in a report that uses a CrossTab query as its record source.
I have tried:
'Michael Red. 2/13/2002. To 'Toggle the backolor, which
'Provides alternate line shading
Const XorToggle = 4144959
Me.Detail.BackColor = Me.Detail.BackColor Xor XorToggle
but each line is white. Can anyone offer any help?
Thanks in advance.
Is it possible to shade alternate rows in a report that uses a CrossTab query as its record source.
I have tried:
'Michael Red. 2/13/2002. To 'Toggle the backolor, which
'Provides alternate line shading
Const XorToggle = 4144959
Me.Detail.BackColor = Me.Detail.BackColor Xor XorToggle
but each line is white. Can anyone offer any help?
Thanks in advance.