G
Gwen
Hi
Please assist.
I am trying to print a report with all pages after the
first to start at the top at 0.625. I am getting an
error with the code below:
Private Sub PageHeader_Print(Cancel As Integer, PrintCount
As Integer)
Dim ctl As Control
If ([Page] > 1) Then
For Each ctl In Section(3).Controls
If ctl.Control = acLabel Then
ctl.Top = 0.625
End If
Next ctl
End If
Thanks in advance
Gwen
Please assist.
I am trying to print a report with all pages after the
first to start at the top at 0.625. I am getting an
error with the code below:
Private Sub PageHeader_Print(Cancel As Integer, PrintCount
As Integer)
Dim ctl As Control
If ([Page] > 1) Then
For Each ctl In Section(3).Controls
If ctl.Control = acLabel Then
ctl.Top = 0.625
End If
Next ctl
End If
Thanks in advance
Gwen