C# – Easy way to convert the MS Access database to Web application

asp.netcms-accesssharepoint

As per requirement, we need to convert the existing MS Access database to a web application. Is there any easy way to convert the MS Access database to web application? As of now they are inserting the data to access db using access Forms. User also wish to continue access form feature even if we create new web application for the same. That means user should have the option to access the MS access database through Access forms as well as web application.

Please guide me away to solve this issue.

Best Regards,
Ranish

Best Answer

You can use Office 365 and have somewhat of a web-based application.

https://blogs.office.com/en-us/2012/07/30/get-started-with-access-2013-web-apps/

Or, store Access in SharePoint, but your functionality will be quite limited. Keep in mind, no VBA will run on a web-based application.

The alternative is to use SQL Server Express, and ASP.NET, both of which are free from Microsoft. I'll tell you now, though, the learning curve will be quite steep if you have never used these technologies before. This combo, however, will give you the most control!

You can get the .NET framework from here.

https://www.microsoft.com/en-us/download/details.aspx?id=30653

You can get SQL Server Express from here.

https://www.microsoft.com/en-US/download/details.aspx?id=42299