Forum Discussion
How to create Microsoft Access web app?
Microsoft deprecated Access Web Apps some years back. Unfortunately, traces of them linger on here and there, potentially misleading people into thinking they might fill a niche.
You can, as Daniel suggests, abandon Access in favor of some variety of browser-based web apps, if that meets your organization's needs and you if you have the time and resources to invest in attaining sufficient proficiency with the relevant development tools.
However, depending on your needs, Power Apps might be a viable complement to your existing MS Access relational database application.
In that scenario, you would have to move your data from an accdb into a data storage type that Power Apps can also work with. For example, if you migrate your data from the accdb into SQL Azure and link the Access FE to that Azure database, you can ALSO link the Power App to that same database and have both options available: a desktop experience for in-house users and a mobile device experience for off-premises users.
So, depending on your specific requirements, this might be a viable option.
If you have remote DESKTOP users, the options are those listed before, but also using SQL Azure as the common database for accdb FEs for users at those locations.