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 Report_Open(Cancel As Integer)
If <Condition> Then
Me.Controls("rptReport Subreport").SourceObject = "Report.rptReport Subreport"
'1440 twips = 1 inch
Me.Controls("rptReport Subreport").Height = 500 'twips
Else
Me.Controls("rptReport Subreport").SourceObject = "Table.tblTable"
Me.rptReport Subreport.Height = 6000 'twips
End If
End Sub