T
Telesphore
I have this part of code in a report:
If GrpArrayPage(Me.Page) = 1 And GrpArrayPages(Me.Page) > 1 Then
Me.Line.Visible = False
Else
Me.Line.Visible = True
End If
It works well with 1 or 2 pages, but not with 3.
Any suggestions. Thanks
If GrpArrayPage(Me.Page) = 1 And GrpArrayPages(Me.Page) > 1 Then
Me.Line.Visible = False
Else
Me.Line.Visible = True
End If
It works well with 1 or 2 pages, but not with 3.
Any suggestions. Thanks