Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Me.The_subreport.Report.HasData Then
Me.ThePageBreak.Visible = True
Else
Me.ThePageBreak.Visible = False
End If
End Sub
If Not Me.The_subreport.Report.HasData Then
Cancel = True
end if