Microsoft Access

Microsoft Access
DeveloperMicrosoft
Initial releaseNovember 16, 1992 (1992-11-16)
Stable release(s)
Office 2024 (LTSC)2408 (Build 17932.20700) / 10 March 2026 (2026-03-10)
Office 2021 (LTSC)2108 (Build 14334.20570) / 10 March 2026 (2026-03-10)
Office 2019 (LTSC)1808 (Build 10417.20108) / 10 March 2026 (2026-03-10)
Office 2021-24 (Retail)2602 (Build 19725.20172) / 10 March 2026 (2026-03-10)
Office 2019 (Retail)2509 (Build 19231.20194) / 14 October 2025 (2025-10-14)
Written inC++ (back-end)
Operating systemMicrosoft Windows
TypeRDBMS
LicenseTrialware
Websitemicrosoft.com/microsoft-365/access

Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Access Database Engine (ACE) with a graphical user interface and software-development tools. It is part of the Microsoft 365 suite of applications, included in the Professional and higher editions or sold separately.

Microsoft Access stores data in its own format based on the Access Database Engine (formerly Jet Database Engine). It can also import or link directly to data stored in other applications and databases.

Software developers, data architects and power users can use Microsoft Access to develop application software. Like other Microsoft Office applications, Access is supported by Visual Basic for Applications (VBA), an object-based programming language that can reference a variety of objects including the legacy DAO (Data Access Objects), ActiveX Data Objects, and many other ActiveX components. Visual objects used in forms and reports expose their methods and properties in the VBA programming environment, and VBA code modules may declare and call Windows operating system operations.