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.
Dim objAccess
Const WindowNorm = 1, WindowMin = 2, WindowMax = 3
Set objAccess = CreateObject("Access.Application")
objAccess.OpenCurrentDatabase "C:\Test.mdb"
objAccess.DoCmd.RunMacro "macTest"
objAccess.Quit True