is there any replacement of Access?

calendar_today Asked May 15, 2009
thumb_up 21 upvotes
history Updated April 14, 2026

Direct Answer

Maybe you need to be a bit more pragmatic about this. I'm not a fan of Access either, but if your father already understands it and he already has the system in place, you need to…. This is a prose walkthrough, ranked #8th of 67 by community upvote score, from 2009.


The Problem (Q-score 6, ranked #8th of 67 in the Access VBA archive)

The scenario as originally posted in 2009

I am a programmer, and my father uses Access to collect the patients information (my father is a doctor),

He wants me to teach him how to use it.

I don’t like Access (I’m a linux guy), and I cannot find any replacement of it. Do you guys know of any? (it must be easy enough for my father to use)

Why community consensus is tight on this one

Across 67 Access VBA entries in the archive, the accepted answer here holds elite answer (top 10 %%) status — meaning voters are unusually aligned on the right fix.


The Verified Solution — elite answer (top 10 %%) (+21)

Verbal answer — walkthrough without a code block

Note: the verified answer is a prose walkthrough. If you need a runnable sample, check Access VBA entries ranked in the top 10 of the same archive.

Maybe you need to be a bit more pragmatic about this.

I’m not a fan of Access either, but if your father already understands it and he already has the system in place, you need to ask the question, why change? If it aint broke don’t try to fix it.

You may find that a few simple changes in the existing system gives your father everything he needs, it’ll save you a whole lot of time and means you don’t need to retrain your father.


When to Use It — vintage (14+ years old, pre-2013)

A top-10 Access VBA pattern — why it still holds up

Ranks #8th of 67 in the Access VBA archive. The only pattern ranked immediately above it is “Create a query dynamically through code in MSAccess 2003 [VBA]” — compare both if you’re choosing between approaches.

What changed between 2009 and 2026

The answer is 17 years old. The Access VBA object model has been stable across Office 2013, 2016, 2019, 2021, 365, and 2024/2026 LTSC, so the pattern still compiles. Changes that might affect you: 64-bit API declarations (use PtrSafe), blocked macros in downloaded files (Mark-of-the-Web), and the shift toward Office Scripts for web-first workflows.

help
Frequently Asked Questions

Why is this answer the top decile of Access VBA Q&A?
expand_more

Answer score +21 vs the Access VBA archive median ~7; this entry is elite. The score plus 6 supporting upvotes on the question itself (+6) means the asker and 20 subsequent voters all validated the approach.

The answer has no code block — how do I turn it into a snippet?
expand_more

Use the walkthrough above as a checklist, then open a top-10 Access VBA archive entry for a concrete starting template you can adapt.

This answer is 17 years old. Is it still relevant in 2026?
expand_more

Published 2009, which is 17 year(s) before today’s Office 2026 build. The Access VBA object model has had no breaking changes in that window. Three things to re-test: (1) blocked macros on downloaded files (Mark-of-the-Web), (2) 64-bit API declarations (PtrSafe, LongPtr), (3) any shift toward Office Scripts for web scenarios.

Which Access VBA pattern ranks just above this one at #7?
expand_more

The pattern one rank above is “Create a query dynamically through code in MSAccess 2003 [VBA]”. If your use case overlaps, compare both before committing.

Data source: Community-verified Q&A snapshot. Q-score 6, Answer-score 21, original post 2009, ranked #8th of 67 in the Access VBA archive. Last regenerated April 14, 2026.