J
Jacob Frankham
Hi
I have a report with an OFFICE grouping, and this is where all of my data is
held (ie nothing in the detail section)
I wish to alternate the background color of each record so that it is more
readable
I was using in the office_Header_Format event:
If me.office_Header.Backcolor = White Then
me.office_Header.Backcolor = Grey
else
me.office_Header.BackColor = Grey
End If
But this didn't work !!
Any ideas would be greatly received
Thanks in advance
J
I have a report with an OFFICE grouping, and this is where all of my data is
held (ie nothing in the detail section)
I wish to alternate the background color of each record so that it is more
readable
I was using in the office_Header_Format event:
If me.office_Header.Backcolor = White Then
me.office_Header.Backcolor = Grey
else
me.office_Header.BackColor = Grey
End If
But this didn't work !!
Any ideas would be greatly received
Thanks in advance
J