Skip to main content
GrN.dk

Main navigation

  • Articles
  • Contact
  • Your Digital Project Manager
  • About Greg Nowak
  • Services
  • Portfolio
  • Container
    • Excel Freelancer
    • Kubuntu - tips and tricks
    • Linux Apache MySQL and PHP
    • News
    • Image Gallery
User account menu
  • Log in

Breadcrumb

  1. Home

Microsoft Access Database Resources: When to Fix, Split, or Replace Your System

By Greg Nowak. Updated 22 July 2026.

Microsoft Access databases rarely arrive with a tidy specification. More often, someone built a useful tool years ago, the original developer moved on, and the file gradually became responsible for quotes, bookings, inventory, reporting, casework, or client administration.

If that sounds familiar, the first question is not whether Access is old. It is whether the system remains dependable enough for the job it performs. A modest database with clear ownership may need only maintenance and documentation. A shared file supporting daily operations may need structural work—or a planned migration before it becomes an emergency.

Begin With the Business Process, Not the Tables

Before changing forms, queries, or VBA, establish what the database does in operational terms. Who uses it? Which deadlines depend on it? Where does its data come from, and where does it go? What would staff do if it were unavailable for a day?

Record the answers in a short system brief. Include the file locations, Access version, approximate user count, main forms and reports, linked data sources, imports, exports, scheduled tasks, and known problems. Ask users to identify manual workarounds too; these often reveal missing functionality or business rules that are invisible in the database design.

Make a recoverable copy before investigating. For a shared back end, ensure everyone is out of the database before copying or maintaining it. A backup that has never been restored should be treated as an assumption, not proof of recovery.

Access Has Limits, but the Headline Numbers Are Misleading

Microsoft currently specifies a maximum database size of 2GB, less the space required by system objects, and a maximum of 255 concurrent users. These are technical ceilings, not sensible design targets. Performance and reliability can become unacceptable much earlier depending on query design, record locking, network quality, file growth, attachments, and how frequently users write data.

Access remains a reasonable fit for a contained Windows desktop workflow with a modest user group, local-network access, forms, reports, and frequent business-led changes. It is a weaker fit for public-facing services, browser or mobile access, geographically distributed teams, strict permission requirements, heavy integrations, or processes that cannot tolerate file-level failure.

What you find Likely next move Priority
One or two users, stable process, reliable file Document and maintain it Backups, ownership, change log
Several LAN users opening one shared file Split the database Local front end for each user; shared back end
Slow queries or recurring file growth Optimise before replacing Indexes, joins, data types, archived data
Remote users over a WAN, VPN, or Azure file share Change the architecture SQL Server, Azure SQL, Dataverse, or Remote Desktop
External access, complex permissions, or critical uptime Plan a managed replacement Preserve rules, reports, and migration controls
A practical triage matrix: the right response depends on operating conditions, not the age of the Access file.

For a Shared Database, Split the Front End and Back End

For several users on a reliable local area network, splitting is often the most valuable first improvement. The back-end file holds the shared tables. Each user receives a local front-end copy containing forms, reports, queries, macros, VBA, and links to those tables. This limits front-end corruption to an individual copy and makes application updates easier to control.

Start from a backup copy on a local drive, with users out of the live database. In Access, use Database Tools > Access Database to start the Database Splitter Wizard. Place the resulting back end in a secured network folder and link it using a UNC path such as \\server\share\system_be.accdb, rather than a drive letter that may differ between computers. Test the result with representative users before deployment.

Do not stretch this design across a wide area network merely because a VPN or cloud file share makes the folder visible. Microsoft explicitly warns against running a split Access database over a WAN or Azure file share because it can be slow and may become corrupt. In that situation, keep the Access interface if it remains useful but move the tables to SQL Server, Azure SQL, Dataverse, or another appropriate service—or run the complete application through Remote Desktop Services.

Compact and Repair Is Maintenance, Not a Recovery Plan

Access files retain unused space as data and objects change. File > Info > Compact & Repair Database can reclaim that space and may improve performance. It can also help repair certain forms of damage.

Back up immediately beforehand and obtain exclusive access to the file. Microsoft notes that repair can truncate damaged table data, so the output must be checked. Automatic “Compact on Close” can also interrupt availability in a multi-user database; use a controlled maintenance window instead when the system is shared.

If compacting becomes a frequent response to crashes or corruption, investigate the cause. Network interruptions, every user opening the same front-end file, failing hardware, unchecked file growth, and problematic VBA will not be solved by a recurring repair ritual.

Modernise in Stages, Without Losing the Business Rules

A full rebuild is not automatically the responsible choice. Start with an inventory of tables, relationships, queries, forms, reports, macros, modules, linked sources, credentials, hard-coded paths, and recurring exports. Then trace the rules hidden in validation settings, calculated fields, queries, VBA, and staff habits.

The resulting options are usually:

  • Stabilise: fix defects, split the database, establish backups, and document support ownership.
  • Improve: simplify forms, add indexes, remove duplicate entry, strengthen validation, and automate controlled imports or exports.
  • Upsize: move tables to SQL Server or Azure SQL while retaining Access as the front end.
  • Replace: rebuild the workflow when browser access, integrations, security, scale, or resilience justify it.

Microsoft’s SQL Server Migration Assistant can assess Access objects and migrate schemas and data, but it does not remove the need to test queries, forms, reports, VBA, permissions, and user workflows. Treat migration as a business-system project rather than a file conversion.

What to Bring to an Access Database Review

A consultant can give a more useful answer when provided with a safe copy, screenshots of important workflows, user and location counts, sample outputs, current backup arrangements, known errors, and the deadline driving the work. Sensitive production data can be discussed before it is transferred.

If your Access system is valuable but fragile, Greg can help establish what is safe to keep, what needs immediate attention, and whether improvement or replacement offers the better business case. The first step is a focused review of the workflow, risks, and realistic options—not a predetermined rebuild.

Related on GrN.dk

  • AI automations need a spend dashboard before the first runaway bill
  • Search Console Can See Social Posts—Your Reports Need a New Map
  • Structured Outputs Make Intake Automation a Schema Design Job

Need help with this kind of work?

Talk to Greg about your Access database Get in touch with Greg.

Sources

  • Microsoft Support: Access specifications
  • Microsoft Support: Split an Access database
  • Microsoft Support: Compact and repair a database
  • Microsoft Support: Deploy an Access application
  • Microsoft Learn: Access to SQL Server migration guide
Last modified
2026-07-22

Tags

  • Microsoft Access
  • Databases
  • Business Systems
  • Legacy Software
  • Digital Project Management
  • Log in to post comments

Review Greg on Google

Greg Nowak Google Reviews

 

Illustrated infographic summarizing: OpenAI Presence Arrived—But Is Your Workflow Ready for an Agent?
OpenAI Presence Arrived—But Is Your Workflow Ready for an Agent?
2026-07-22

Before an AI agent can take on real work, its workflow needs clear scope, permissions, handoffs, evaluation cases, and production monitoring.

Illustrated infographic summarizing: Chatbot Transcripts Quietly Became a Retention and Redaction Problem
Chatbot Transcripts Quietly Became a Retention and Redaction Problem
2026-07-21

Chatbot transcripts spread across providers, logs and support tools. Here is how to map each copy, redact sensitive data and test deletion properly.

Illustrated infographic summarizing: Cloudflare Service Keys Stop in September: Find Every Caller
Cloudflare Service Keys Stop in September: Find Every Caller
2026-07-20

Cloudflare Service Keys stop working on September 30, 2026. Here is how to find every caller, move to scoped API tokens and avoid a late outage.

Illustrated infographic summarizing: Your AI Workflow Needs an Acceptance Test Before It Meets Customers
Your AI Workflow Needs an Acceptance Test Before It Meets Customers
2026-07-19

A practical way to test AI workflows using realistic scenarios, tool checks, human rubrics, regression suites, and clear release gates.

Three cover candidates for The Goats Were Load-Bearing fanned on a dark background: an ember-lit door, three slow knocks, and a founders' ledger
The Goats Were Load-Bearing: a fantasy where the bill always comes due
2026-07-19

A teaser for the upcoming darkly comic fantasy novel The Goats Were Load-Bearing — a village, a door that must stay poor, and the worst possible time to sell the herd. Readers pick the cover.

Vegan Power game: the yellow player catches falling fruit while a chicken and a cow look on
Vegan Power: The Little Game About Eating Fruit, Not Friends
2026-07-19

Vegan Power is a free browser game where you catch fruit, dodge the animals, protect seven hearts, and chase a better high score.

KotobaMon title screen: the Japanese logo コトバヱン over a low-poly 3D island with monsters, cherry-blossom trees and a trainer.
KotobaMon: Shipping a 3D Browser Game With No Build Step and Self-Hosted Voice
2026-07-19

A look at fantasy.grn.dk, a browser-based 3D game that teaches Japanese with no build step, procedural art and self-hosted AI voice, and what its constraints show about shipping interactive products fast and cheap.

Illustrated infographic summarizing: WordPress Forced an Emergency Update. Did Every Site Take It?
WordPress Forced an Emergency Update. Did Every Site Take It?
2026-07-18

WordPress pushed an emergency security update, but teams still need to confirm the right patched version and core integrity on every installation.

Illustrated infographic summarizing: IndexNow: Wire corrections and deletions into the CMS
IndexNow: Wire corrections and deletions into the CMS
2026-07-17

IndexNow works best when CMS workflows report updates, redirects and removals as well as new pages. Here is how to cover the full content lifecycle.

Illustrated infographic summarizing: The EU’s August AI Deadline Reaches Bots and Synthetic Content
The EU’s August AI Deadline Reaches Bots and Synthetic Content
2026-07-16

Article 50 applies from 2 August 2026. Businesses need to map AI touchpoints, clarify ownership, and put workable transparency controls in place.

More articles
RSS feed

GrN.dk web platforms, web optimization, data analysis, data handling and logistics.