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.
Every form in your application MUST be set to 'pop-up' and [color #ff0000]'modal'[/color] (with the exception of sub-forms)
Declare Function apiShowWindow Lib "user32" Alias "ShowWindow" (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long
Dim lWin As Long
lWin = apiShowWindow(Application.hWndAccessApp, 0)
lWin = apiShowWindow(Application.hWndAccessApp, [b][color #ff0000]1[/color][/b])
Application.Quit
me.visible = True/False