N
Nancy
I am trying to add grid lines to a group heade 0 in a report.
I can get the grid in the detail section, but how do I get the same in a
group header0
Here is my code for detail section
Detail:
For Each CtlDetail In Me.Section(acDetail).Controls
With CtlDetail
Me.Line ((.Left + .Width + intLineMargin), 0)-(.Left + .Width + _
intLineMargin, Me.Height)
End With
Next
Thanks,
nancye
I can get the grid in the detail section, but how do I get the same in a
group header0
Here is my code for detail section
Detail:
For Each CtlDetail In Me.Section(acDetail).Controls
With CtlDetail
Me.Line ((.Left + .Width + intLineMargin), 0)-(.Left + .Width + _
intLineMargin, Me.Height)
End With
Next
Thanks,
nancye