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_Print(Cancel As Integer, PrintCount As Integer)
If Not IsNull([01]) Then
Image1.Visible = True
Image1.Picture = [01]
Else
Image1.Visible = False
End If
If Not IsNull([02]) Then
Image2.Visible = True
Image2.Picture = [02]
Else
Image2.Visible = False
End If