I've developed an Excel application in VBA with an Access database file back end (.accdb). The connection is setup using DAO and the db is currently stored locally on my machine. I'm curious though if I'll be able to host the db file on from a site like DropBox or Sharepoint365 where the path is an HTTP address? I've developed an Excel application in VBA with