Forum Discussion

Cath_Labro's avatar
Cath_Labro
Copper Contributor
Sep 20, 2022

How to Share MS Access forms Online

Hello!

 

I am new to MS Access, and I have already built my tables and forms. However, I am having difficulties on how I can share the forms with the end user.

 

My goal is to have them enter information through forms and my goal is to consolidate their answers in a single database

  • Harun24HR's avatar
    Harun24HR
    Bronze Contributor
    MS-Access form can not published to web. You have two way. (1) Share your database to sharepoint so other user can update it. (2) You can use Azure cloud SQL database as backend and MS-Access as front end. Then user can enter data from anywhere connected to internet.
  • George_Hepworth's avatar
    George_Hepworth
    Silver Contributor

    Cath_Labro 

    I read the question a little differently. 

     

    You can't share the interface elements of an accdb online in the sense most people probably think of.

     

    Access runs on the desktop, so you won't put Access forms directly into the browser.

     

    That said, there are ways to make the DATA available to a browser-based interface, which would need to be built for that purpose.

     

    SharePoint itself is not an option. Access accdbs are not designed to work properly when run from SharePoint, but as Karl pointed out, you can migrate the data to SharePoint to share the data that way. 

    Probably experienced Access developers prefer the other approach Karl suggested, SQL Azure or a hosted SQL Server.

     

    Depending on the number of users and volume of data, and how much your organization is willing to invest in an online solution, there are several ways to deploy an interface for the online environment. You can always deploy the Access FE to users so they can put it on their own computer and connect to your data in "the cloud".

     

     

     

     

     

Resources