Pro­cessing data is an important part of business life. Whether it’s a customer register, your private address book, ac­count­ing, or inventory: with di­git­al­isa­tion ever in­creas­ing, it is becoming more and more important to organise and manage records as quickly, flexibly, and clearly as possible. This is achieved using database man­age­ment systems (DBMS) that organise data and display it (e.g., a list of contacts’ locations sorted by postcode).

Microsoft Access (also known as MS Access) is a popular DBMS. The programme is used in many small to medium-sized companies as well as by private users. The advantage over other DBMS: pro­gram­ming skills are not required to operate Microsoft Access. In addition to MS Access, there are other tried and tested database man­age­ment systems that enable you to work in a similar way — some of them are also com­pat­ible with other operating systems such as macOS or GNU/Linux. There are even some free al­tern­at­ives to Microsoft Access. We provide you with three of the best Microsoft Access al­tern­at­ives that you can download for free.

Why are MS Access al­tern­at­ives needed?

But why would you need to look for an al­tern­at­ive to Microsoft Access? Its pop­ular­ity would suggest that it’s a very capable and well-developed DBMS. In fact, MS Access does a fair amount of ad­vant­ages — it is suitable for beginners as well as those who have more ex­per­i­ence dealing with databases. However, it is only available for Windows and comes at a cost.

Microsoft Access is a re­la­tion­al database man­age­ment system (RDBMS) that supports the input, storage, pro­cessing, eval­u­ation, and present­a­tion of data. The re­la­tion­al database model employed by the software is the most widely used form of database man­age­ment systems — with an RDBMS, the data sets of different tables can be compared with one another.

The software provides a graphical user interface so you can easily manage databases. The front end not only allows you to request data but also directly change it, etc. By default, MS Access saves data sets in its backend using the Microsoft Jet Engine. Microsoft Access can also be connected to an SQL server database in which case Access only functions as a front end/GUI.

Unlike many database man­age­ment systems that work according to the client-server principle (such as MySQL or its spin-offs MariaDB, Post­gr­eSQL, Microsoft SQL Server, Oracle Database , etc.), Microsoft Access uses a desktop database man­age­ment system. This means that the server doesn’t ne­ces­sar­ily need to be connected to a network to be able to work on a database with MS Access.

Databases can be fully created as desktop ap­plic­a­tions. However, there is also the pos­sib­il­ity to design a database as a web app but it must be hosted via a Share­Point web ap­plic­a­tion from Microsoft and has fewer options than the desktop app. You can then view and edit a web database developed with MS Access in your browser.

Whether you are using MS Access to create a desktop or web ap­plic­a­tion, MS Access databases are saved by default in a single file (in .mdb or the newer .accdb file format). This is the dif­fer­ence between desktop database man­age­ment systems (such as MS Access) and server-database man­age­ment systems (such as MySQL or MS SQL Server): a server DBMS typically creates one file for each database, as well as one entire folder, where the contents and design of the database are dis­trib­uted over multiple files.

Ad­vant­ages of MS Access

The software is par­tic­u­larly suited to beginners in database man­age­ment: you don’t need any pro­gram­ming skills for producing simple databases since this is also re­l­at­ively easy using the graphical user interface. Various as­sist­ants and templates (e.g., for contact ad­min­is­tra­tion, project tasks, etc.) make everything a lot easier. However, it is possible to freely define the data fields and to adapt the data model’s char­ac­ter­ist­ics to specific re­quire­ments. Data sets or tables can be created, edited, and linked with each other quickly and easily in MS Access. If you want to use the programme to implement extensive ap­plic­a­tions, there’s no way you can get around pro­gram­ming with VBA (Visual Basic for Ap­plic­a­tions) — although the effort required is usually less than with other database man­age­ment systems. Using macros, you can also automate various tasks re­l­at­ively easily.

It’s not only creating or ad­min­is­trat­ing data sets that is often easier with MS Access than with other database man­age­ment systems, but it’s also easier to analyse them. With the help of various as­sist­ance functions, it’s possible to analyse databases that have already been created, request databases according to certain char­ac­ter­ist­ics, and also create reports without further ado.

By saving an MS Access database in a single file, you can easily share it with other people or transfer it to other devices. If you want to use the database in another DBMS (or you want to open other database files in MS Access), there are many in­ter­faces at your disposal. In addition to other MS Office file formats (like Excel), you can import and export various other formats, e.g., ODBC databases (MySQL, Microsoft SQL Server, Post­gr­eSQL, etc.), HTML documents, XML files as well as Dbase files. You can easily move tables and forms from one programme to another.

Dis­ad­vant­ages of MS Access

The software’s sim­pli­city also has its downside. Microsoft Access’ database system is far less powerful compared to a server database system: MS Access is more suitable for im­ple­ment­ing lean databases, which don’t have several hundred thousand entries (a server DBMS is used for this). Pro­cessing large amounts of data takes a lot of juice with MS Access - hence the long loading times. This is the downside of a file-based database: the database is searched for the complete file, meaning that the larger it is, the longer it will take. The programme is also limited in capacity, depending on the size of the database: the maximum file size is 2GB. However, as long as you don’t store large amounts of images, this lim­it­a­tion shouldn’t be a problem. There are also sig­ni­fic­antly fewer functions available compared to an average server DBMS. In addition, there are short­com­ings when several people are using the programme at once, compared to a DBMS based com­pletely on SQL: on the one hand, the SQL standard works with a much more dif­fer­en­ti­ated au­thor­isa­tion concept than MS Access, but on the other hand, the Microsoft programme en­coun­ters per­form­ance problems quite quickly when a database is being used sim­ul­tan­eously by more than one or two people. Even with just a handful of users, Microsoft Access will start to run no­tice­ably slower. At around ten users, the programme has often reached its limit. MS Access is only available for Windows operating systems and was an integral part of the Microsoft Office Suite in the past. After in­tro­du­cing the Cloud version of the Office Suite, it started to be released in various Microsoft 365 plans. In addition, you can also purchase the programme in­di­vidu­ally. For­tu­nately, users who still have a classic version of MS Office installed on their Windows computer (as opposed to the Cloud version of Microsoft 365) can still install this programme. This is because Microsoft hasn’t made any major changes to the programme for a long time. The current MS Access 2016, as well as the 2010 and 2013 versions, are best suited for typical database tasks.

Microsoft Access: pros and cons at a glance

Ad­vant­ages Dis­ad­vant­ages
Thanks to its advanced graphical interface, MS Access is ideal for quickly creating, managing, and analysing databases, as well as producing simple reports. Compared to database systems that follow the client-server model, MS Access is more unstable, only really suited for smaller and/or specific database requests. It also offers much less func­tion­al­ity.
It’s suitable for any level of knowledge: both in­ex­per­i­enced as well as pro­fes­sion­al and ex­per­i­enced database managers can work with MS Access – with macros, you can combine various commands without pro­gram­ming knowledge and therefore automate tasks. Because all the in­form­a­tion is saved in only one file, MS Access has limited per­form­ance and capacity; the pro­cessing of large files slows the programme down con­sid­er­ably and makes it unstable (usually around upwards of 1GB in data volume) — in addition, a file can’t be larger than 2GB.
Un­com­plic­ated operation that is easy to learn; as­sist­ants also explain many functions. Sim­ul­tan­eous use only possible with ad­di­tion­al software (Share­Point) and only to a limited extent
By using a Share­Point web ap­plic­a­tion, databases can be im­ple­men­ted as web apps. Per­form­ance decreases no­tice­ably when multiple users access the same database at the same time
Many import and export pos­sib­il­it­ies to other database systems and MS Office products via ODBC Fee-based and only available for Windows
Widely used as part of Microsoft Office

What are the free al­tern­at­ives to Microsoft Access?

Microsoft Access as a desktop DBMS doesn’t provide the same op­por­tun­it­ies that server database man­age­ment systems do. But MS Access isn’t aiming to compete with pro­grammes like these: it’s because the server DBMS is on another scale among database man­age­ment systems and conforms to a different target group (the operation and setup of the connected server both require SQL knowledge). Microsoft (with the MS SQL server) offers in­de­pend­ent software in this class of database man­age­ment systems while ac­know­ledging MS Access is a product for users who are less tech savvy.

If you are looking for Microsoft Access al­tern­at­ives, you have to compare the DBMS with other desktop database man­age­ment systems. One of the most widely used al­tern­at­ive pro­grammes is FileMaker, which operates on Windows, macOS and even iOS. However, FileMaker is paid software and, therefore, not a free Microsoft Access al­tern­at­ive. The following pro­grammes can be used free of charge and without any prior SQL knowledge. This, in turn, dis­tin­guishes them from open source systems such as MySQL, MariaDB, and Post­gr­eSQL. All three database man­age­ment systems — just like MS Access – are not designed to work with very large chunks of data since the database is saved in a single file.

Base (available in Lib­reOf­fice and Apache Open­Of­fice)

Both Lib­reOf­fice and Apache Open­Of­fice are known for imitating pro­grammes from the Microsoft Office Suite and offering them as free software – Base is the equi­val­ent al­tern­at­ive to Microsoft Access. The functions and char­ac­ter­ist­ics of Lib­reOf­fice Base and Open­Of­fice Base barely differ from one another. This isn’t sur­pris­ing since Lib­reOf­fice has been dis­trib­uted as a spinoff to Open­Of­fice since 2010, and both Office Suites are based on the same source code. However, regular updates are released for Lib­reOf­fice. Base is a Java-based RDBMS that is similar to its role model, MS Access: it works with a graphical user interface and provides the same basic functions for database gen­er­a­tion and man­age­ment. Programme as­sist­ants are available to help you use different functions. However, Base differs sig­ni­fic­antly from its Microsoft role model, as is the case with the Lib­reOf­fice and Open­Of­fice copies of Word, Excel, or Power­Point. For example, it doesn’t contain as many advanced features as MS Access and it’s somewhat more com­plic­ated to use. In par­tic­u­lar, users who are ac­cus­tomed to working with Microsoft Access are likely to encounter problems with this programme (e.g., macros and reports are much more com­plic­ated). Nev­er­the­less, Base’s func­tion­al­ity is amazing — es­pe­cially con­sid­er­ing that it is a com­pletely free programme. Base’s backend is based on HSQLDB (Hyper Struc­tured Query Language Database), which can be used to back up a database as a Base file as well as a dBase file. Since an HSQL database does not allow any con­tend­ing writing access, this means that multiple users cannot work on one Base database at the same time. However, many database systems with multi-user access such as MS Access, MySQL, Post­gr­eSQL, and Adabas D are supported. Being com­pat­ible with other databases is generally one of the biggest ad­vant­ages of the programme. Thanks to the ODBC and JDBC database in­ter­faces, you can connect Base to many other databases. Another great advantage compared to MS Access is its avail­ab­il­ity: Base (just like Windows) is also available for macOS and GNU/Linux, Unix, as well as BSD.

Ad­vant­ages Dis­ad­vant­ages
Available for Windows, macOS, GNU/Linux, Unix, BSD Offers fewer functions than MS Access
Supports the standard database in­ter­faces ODBS and JDBC, which you can use to establish a con­nec­tion with various other databases Reports and macros are more difficult to create compared with MS Access
Supports many database systems, such as MS Access, MySQL, Post­gr­eSQL, and Adabas D, which can be used to set up multi-user access Base is not user-friendly for multi-access as a desktop ap­plic­a­tion (in com­bin­a­tion with the standard HSQL database) — this is only possible by linking up with an ap­pro­pri­ate database server

Kexi (available in Calligra Suite)

Kexi is part of the Calligra Suite, an office software com­pil­a­tion similar to Microsoft Office, Open­Of­fice, and Lib­reOf­fice. It contains design ap­plic­a­tions such as an image pro­cessing programme and a vector graphics programme. The Calligra Suite developed from the now dis­con­tin­ued Office package KOffice, which was initially only operable on Unix-like operating systems such as Linux. Meanwhile, the Calligra Suite is also available for Windows and macOS with some lim­it­a­tions, but Kexi is not included in this. The DBMS is therefore only available for GNU/Linux, but a Windows version is being planned. If you use it as a pure desktop DBMS, the programme will access SQLite as a database. Al­tern­at­ively, you can also use an SQL database server such as MySQL, Post­gr­eSQL, Microsoft SQL Server, or dBase. Kexi supports the import of MS Access and dBase files. Classic DBMS tasks, such as gen­er­at­ing and modifying tables and requests can easily be performed with the software. You can also work with forms and create reports — the latter, however, are less detailed than they would be when using Microsoft Access. However, you cannot use macros at all (this is planned for future versions). In addition, the desktop ap­plic­a­tion does not provide the option for multiple people to work sim­ul­tan­eously in a database. Kexi’s func­tion­al range can’t keep up that of Microsoft Access, but in spite of this, various database man­age­ment tasks can be managed perfectly well with this software. Kexi is a good choice if you want to create address books, product lists, and simple tables, but it isn’t a full-fledged re­place­ment for MS Access.

Ad­vant­ages Dis­ad­vant­ages
File import of MS Access and dBase possible Offers far fewer features and fewer options than MS Access
Supports database server MySQL, Post­gr­eSQL, MS SQL Server, and dBase Macros are not (yet) supported
No multi-user access on desktop DMBS
Currently only available for GNU/Linux

Glom

The open source software, Glom, is also a good sub­sti­tute for Microsoft Access. The RDBMS is available for GNU/Linux and Windows, but the Windows version hasn’t had any further de­vel­op­ments since 2010.

You can create a database in a short time thanks to Glom’s clever user interface and clear functions. It’s possible to request data sets via the search function and compare them with one another. The programme also offers the option of creating reports. Compared to Microsoft Access or Lib­reOf­fice Base or Open­Of­fice Base, however, the func­tion­al­ity is far more limited.

Post­gr­eSQL is used as the database format. Glom is es­pe­cially suited to smaller databases and projects such as contact lists and product lists, which can be created quickly thanks to the simple means of operation. However, Glom isn’t a fully developed MS Access al­tern­at­ive.

Ad­vant­ages Dis­ad­vant­ages
The clear user interface makes it extremely easy to use – databases can be quickly created and analysed Contains sig­ni­fic­antly less features than MS Access or Base
Current version is only available for GNU/Linux (Windows version is from 2010)
Can no longer be used on desktop versions of Windows

Summary: can free Microsoft Access al­tern­at­ives replace the original?

The bottom line is that there is only really one free al­tern­at­ive to Microsoft Access in database man­age­ment that offers roughly the same pos­sib­il­it­ies: Lib­reOf­fice/Open­Of­fice Base. But even with Base, you have to accept that there will be a few drawbacks compared to MS Access, es­pe­cially regarding the database’s request pos­sib­il­it­ies and the general func­tion­al range. In addition, MS Access appears to be more stable and reliable: the programme crashes very rarely and doesn’t need fixing often.

Glom and for the most part, Kexi, are more likely to use the database frontend concept, which ad­di­tion­ally requires a database man­age­ment system to be installed or at least col­lab­or­ated with. This is useful because it solves some common problems as­so­ci­ated with classic desktop database systems and provides a stable and multi-user database. However, the range of functions and the pos­sib­il­it­ies of the two database man­age­ment systems are really quite limited, meaning that the two pro­grammes are only really suitable for a small number of tasks.

The advantage that MS Access has over the free, file-based database man­age­ment systems is, among other things, the long de­vel­op­ment period that the programme has already undergone as part of the MS Office Suite. Even though only a few new features have been in­tro­duced in recent versions, the software has been con­stantly improved since its release in the early 1990s and any errors en­countered have been fixed. FileMaker is the only (fee-based) programme that has a longer de­vel­op­ment history than the desktop database man­age­ment system from Microsoft. If you are looking for a fully developed desktop DBMS with a great variety of functions, you should consider pur­chas­ing Microsoft Access (or the FileMaker software for macOS).

It could be that the other pro­grammes are right for you; it just depends on your re­quire­ments and your operating system. Base from Lib­reOf­fice and Open­Of­fice has the largest range of features out of all the free al­tern­at­ives to Microsoft Access, followed by Kexi. On the other hand, Glom has the clearest frontend and is the easiest to use, thanks to its min­im­al­ist­ic layout. The type of software you go for can be dependent on how many user in­ter­faces to other database systems are available or whether full multi-user features are included. The final overview presents all the important features of the three desktop database man­age­ment systems that have been in­tro­duced in this article.

Overview: Microsoft Access compared with other desktop databases

Operating system(s) Operation sim­pli­city Range of functions Import/export options of other file formats Special features Multi-user access Free
Microsoft Access Windows All-rounder among desktop DBMSs: has many features and in­ter­faces to other databases Yes (with lim­it­a­tions) No
Lib­reOf­fice Base/Apache Open­Of­fice Base Windows, macOS, GNU/Linux Available for all current operating systems and offers many in­ter­faces to other databases Only in com­bin­a­tion with a database server Yes
Kexi GNU/Linux Supports various SQL databases Only in com­bin­a­tion with a database server Yes
Glom GNU/Linux (and Windows with lim­it­a­tions) Very clear and easy-to-use DBMS, suitable for simple databases With GNU/Linux only in com­bin­a­tion with a database server Yes
Go to Main Menu