N
Nancy
I can get grid lines around each field except the first field.
How do I get a grid line on the left side of the first field:
Here is my code:
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
How do I get a grid line on the left side of the first field:
Here is my code:
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