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 As Access.Application
Dim strPath As String
Set objAccess = CreateObject("Access.Application")
strPath = "This is the file path to your other DB"
objAccess.CloseCurrentDatabase
objAccess.OpenCurrentDatabase strPath, False