Can We Convert Microsoft Access databases into A Newer, Better Tool?

Susan Chadwick 20 Reputation points
2026-06-26T14:18:40.1566667+00:00

We have a 20+ year old Access database that contains all the customer information for our real estate company. We also use this database to run queries to assist in marketing.

Can this all be converted into another data platform that could perhaps run within a browser, so that our sales agents and management can get the information without having an admin specialist provide the answers through Access queries?

Microsoft 365 and Office | Access | For business | Windows
0 comments No comments

Answer accepted by question author
Richard Rost 315 Reputation points MVP
2026-06-28T18:18:41.41+00:00

One option I don't see mentioned is that you don't necessarily have to replace Access at all.

I've helped a lot of businesses migrate the data to SQL Server while keeping the existing Access front end for in-house staff. If you have 20 years of forms, reports, queries, and VBA that already work well, there's no reason to throw all of that away.

Once the data is in SQL Server (whether it's hosted on Azure, Winhost, or another provider), you can build a browser-based application for your sales agents while your office staff continues using Access. Both applications share the same data. It's often the most cost-effective approach because you preserve your existing investment while adding modern web access where it actually provides value.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Newest
  1. George Hepworth 23,120 Reputation points Volunteer Moderator
    2026-06-26T15:59:03.52+00:00

    As Duane pointed out, migrating the data is relatively easy. Choosing a new interface is much more challenging.

    Here's the heart of the situation. "...so that our sales agents and management can get the information without having an admin specialist provide the answers through Access queries"

    HOW would you expect your users to interact with the data? Read only? Looking up data is pretty simple, in itself. But there are other considerations to address.

    You mention a browser, which implies off-premises as well as on-premises availability. Is that actually part of the requirement? Do your sales agents need the data while sitting at a desk as well as while they are standing in a house which they are trying to sell? The former doesn't automatically lead to a browser based interface, but the latter might? It might also be implemented as a mobile app. PowerApps, for example, would handle that nicely. PowerApps, however, carry a significant licensing cost, so going that route might not be the most cost-effective over the long run.

    You have several platforms to choose from for the interface. Your choice needs to be based on a more detailed specification of the requirements it must meet as well as a solid statement of the development budget and on-going operating costs you are willing to incur.

    Was this answer helpful?


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Duane Hookom 26,935 Reputation points Volunteer Moderator
    2026-06-26T15:01:34.2333333+00:00

    You can migrate the information to SQL server fairly easily. The SSMA is a tool to assist with the process. Another option is to migrate the tables to Sharepoint. Your choice depends on your requirements and capabilities.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.