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.
For int1 = 0 To CurrentProject.AllForms.Count - 1
If CurrentProject.AllForms.Item(int1).IsLoaded = True Then
DoCmd.Close acForm, CurrentProject.AllForms.Item(int1).NAME
End If
Next int1