Knowledge

Microsoft Access

Source 📝

1322:
modules). The "front-end" Access application is distributed to each user's desktop and linked to the shared database. Using this approach, each user has a copy of Microsoft Access (or the runtime version) installed on their machine along with their application database. This reduces network traffic since the application is not retrieved for each use. The "front-end" database can still contain local tables for storing a user's settings or temporary data. This split-database design also allows development of the application independent of the data. One disadvantage is that users may make various changes to their own local copy of the application and this makes it hard to manage version control. When a new version is ready, the front-end database is replaced without impacting the data database. Microsoft Access has two built-in utilities, Database Splitter and Linked Table Manager, to facilitate this architecture.
568:
relational database design with referential integrity, scalability, extensibility and performance one would expect from SQL Server. The database solutions that can be created on SharePoint 2013 offer a modern user interface designed to display multiple levels of relationships that can be viewed and edited, along with resizing for different devices and support for touch. The Access 2013 desktop is similar to Access 2010 but several features were discontinued including support for Access Data Projects (ADPs), pivot tables, pivot charts, Access data collections, source code control, replication, and other legacy features. Access desktop database maximum size remained 2 GB (as it has been since the 2000 version).
564:
developer to create the Access Web service, and the desktop version of Access remained part of Access 2010. The Access Web services were not the same as the desktop applications. Automation was only through the macro language (not VBA) which Access automatically converted to JavaScript. The data was no longer in an Access database but SharePoint lists. An Access desktop database could link to the SharePoint data, so hybrid applications were possible so that SharePoint users needing basic views and edits could be supported while the more sophisticated, traditional applications could remain in the desktop Access database.
479: 38: 29: 3822: 287: 552: 4608: 1181:
similar to their corresponding full version of Access and usually compatible with earlier versions; for example Access Runtime 2010 allows a user to run an Access application made with the 2010 version as well as 2007 through 2000. Due to deprecated features in Access 2013, its runtime version is also unable to support those older features. During development one can simulate the runtime environment from the fully functional version by using the
745:. Generally accepted limits are solutions with 1 GB or less of data (Access supports up to 2 GB) and it performs quite well with 100 or fewer simultaneous connections (255 concurrent users are supported). This capability is often a good fit for department solutions. If using an Access database solution in a multi-user scenario, the application should be "split". This means that the tables are in one file called the 1026:. Access 2010 includes table-level triggers and stored procedures built into the ACE data engine. Thus a Client-server database system is not a requirement for using stored procedures or table triggers with Access 2010. Tables, queries, forms, reports and macros can now be developed specifically for web based applications in Access 2010. Integration with Microsoft SharePoint 2010 is also highly improved. 470:(Jet Red) was provided. The project used some of the code from both the Omega project and a pre-release version of Visual Basic. In July 1992, betas of Cirrus shipped to developers and the name Access became the official name of the product. "Access" was originally used for an older terminal emulation program from Microsoft. Years after the program was abandoned, they decided to reuse the name here. 1371:
date value is 9999-12-31; datetime2 format has precision of 100 nanoseconds, minimum date value is 0001-01-01, same maximmum date value as datetime. Access's Date/Time and Date/Time Extended have higher precisions than smalldatetime and datetime and datetime2, and wider date range than SQL Server's smalldatetime and datetime formats.
1200:
returned by clicking and dragging them into the grid. One can set up joins by clicking and dragging fields in tables to fields in other tables. Access allows users to view and manipulate the SQL code if desired. Any Access table, including linked tables from different data sources, can be used in a query.
520:(used by Access 7.0 and the later-released Access 97, respectively) had a critical issue which made these versions of Access unusable on a computer with more than 1 GB of memory. While Microsoft fixed this problem for Jet 3.5/Access 97 post-release, it never fixed the issue with Jet 3.0/Access 95. 1391:
While all Access data can migrate to SQL Server directly, some queries cannot migrate successfully. In some situations, you may need to translate VBA functions and user defined functions into T–SQL or .NET functions / procedures. Crosstab queries can be migrated to SQL Server using the PIVOT command.
1220:
and advanced coding logic until Access 2013. With significant further enhancements introduced in Access 2013, the capabilities of macros became fully comparable to VBA. They made feature rich web-based application deployments practical, via a greatly enhanced Microsoft SharePoint interface and tools,
1211:
Non-programmers can use the macro feature to automate simple tasks through a series of drop-down selections. Macros allow users to easily chain commands together such as running queries, importing or exporting data, opening and closing forms, previewing and printing reports, etc. Macros support basic
1176:
versions of Microsoft Access which allow users to run an Access desktop application without needing to purchase or install a retail version of Microsoft Access. This actually allows Access developers to create databases that can be freely distributed to an unlimited number of end-users. These runtime
1056:
Server 2010 via Access Services allows for Access 2010 databases to be published to SharePoint, thus enabling multiple users to interact with the database application from any standards-compliant Web browser. Access Web databases published to SharePoint Server can use standard objects such as tables,
508:
As a part of the Microsoft Office 4.3 Professional with Book Shelf, Microsoft Access 2.0 was included with first sample databases "NorthWind Trader" which covered every possible aspect of programming your own database. The Northwind Traders sample first introduced the Main Switchboard features new to
440:
processors that were available at the time. It was scheduled to be released in the 1st quarter of 1990, but in 1989 the development of the product was reset and it was rescheduled to be delivered no sooner than in January 1991. Parts of the project were later used for other Microsoft projects: Cirrus
1199:
For query development, Access offers a "Query Designer", a graphical user interface that allows users to build queries without knowledge of structured query language. In the Query Designer, users can "show" the datasources of the query (which can be tables or queries) and select the fields they want
1383:
Finally, some Access databases are completely replaced by another technology such as ASP.NET or Java once the data is converted. However, any migration may dictate major effort since the Access SQL language is a more powerful superset of standard SQL. Further, Access application procedures, whether
1370:
Date/Time (Extended): SQL Server's smalldatetime format has precision of 1 minute, minimum date value is 1900-01-01, maximum date value is 2079-06-06; datetime format has precision of 10/3 milliseconds (rounded to increments of .000, .003, or .007 seconds), minimum date value is 1753-01-01, maximum
1312:
In earlier versions of Microsoft Access, the ability to distribute applications required the purchase of the Developer Toolkit; in Access 2007, 2010 and Access 2013 the "Runtime Only" version is offered as a free download, making the distribution of royalty-free applications possible on Windows XP,
1265:
Developers deploy Microsoft Access most often for individual and workgroup projects (the Access 97 speed characterization was done for 32 users). Since Access 97, and with Access 2003 and 2007, Microsoft Access and hardware have evolved significantly. Databases under 1 GB in size (which can now fit
1060:
Access 2013 offers the ability to publish Access web solutions on SharePoint 2013. Rather than using SharePoint lists as its data source, Access 2013 uses an actual SQL Server database hosted by SharePoint or SQL Azure. This offers a true relational database with referential integrity, scalability,
1180:
The runtime version allows users to view, edit and delete data, along with running queries, forms, reports, macros and VBA module code. The runtime version does not allow users to change the design of Microsoft Access tables, queries, forms, reports, macros or module code. The runtime versions are
1415:
or individual object level. This can be used to specify people with read-only or data entry rights but may be challenging to specify. A separate workgroup security file contains the settings which can be used to manage multiple databases. Workgroup security is not supported in the Access 2007 and
563:
2010 server. For the first time, this allowed Access applications to be run without having to install Access on a user's PC and was the first support for Mac users. Any user on the SharePoint site with sufficient rights could use the Access Web service. A copy of Access was still required for the
1203:
Access also supports the creation of "pass-through queries". These snippets of SQL code can address external data sources through the use of ODBC connections on the local machine. This enables users to interact with data stored outside the Access program without using linked tables or Jet. Users
846:
A compiled version of an Access database (file extensions .MDE /ACCDE or .ADE; ACCDE only works with Access 2007 or later) can be created to prevent users from accessing the design surfaces to modify module code, forms, and reports. An MDE or ADE file is a Microsoft Access database file with all
1426:) by converting the database to a .MDE file. All changes to the VBA project (modules, forms, or reports) need to be made to the original MDB and then reconverted to MDE. In Access 2007 and Access 2010, the ACCDB database is converted to an ACCDE file. Some tools are available for unlocking and " 1224:
In common with other products in the Microsoft Office suite, the other programming language used in Access is Microsoft VBA. It is similar to Visual Basic 6.0 (VB6) and code can be stored in modules, classes, and code behind forms and reports. To create a richer, more efficient and maintainable
1379:
In previous versions of Access, including Access 2010, databases can also be converted to Access Data Projects (ADP) which are tied directly to one SQL Server database. This feature was removed from Access 2013. ADP's support the ability to directly create and modify SQL Server objects such as
1375:
Regardless, SQL Server is still the easiest migration. Retrieving data from linked tables is optimized to just the records needed, but this scenario may operate less efficiently than what would otherwise be optimal for SQL Server. For example, in instances where multi-table joins still require
1321:
Microsoft Access applications can adopt a split-database architecture. The single database can be divided into a separate "back-end" file that contains the data tables (shared on a file server) and a "front-end" (containing the application's objects such as queries, forms, reports, macros, and
567:
Microsoft Access 2013 offers traditional Access desktop applications plus a significantly updated SharePoint 2013 web service. The Access Web model in Access 2010 was replaced by a new architecture that stores its data in actual SQL Server databases. Unlike SharePoint lists, this offers true
512:
With Office 95, Microsoft Access 7.0 (a.k.a. "Access 95") became part of the Microsoft Office Professional Suite, joining Microsoft Excel, Word, and PowerPoint and transitioning from Access Basic to VBA. Since then, Microsoft has released new versions of Microsoft Access with each release of
1384:
VBA and macros, are written at a relatively higher level versus the currently available alternatives that are both robust and comprehensive. The Access macro language, allowing an even higher level of abstraction than VBA, was significantly enhanced in Access 2010 and again in Access 2013.
1250:
As well as DAO and ADO, developers can also use OLE DB and ODBC for developing native C/C++ programs for Access. For ADPs and the direct manipulation of SQL Server data, ADO is required. DAO is most appropriate for managing data in Access/Jet databases, and the only way to manipulate the
819:
and Remote Desktop Application in Windows Server 2008 R2, organizations can host Access applications so they can be run over the web. This technique does not scale the way a web application would but is appropriate for a limited number of users depending on the configuration of the host.
1273:
As data from a Microsoft Access database can be cached in RAM, processing speed may substantially improve when there is only a single user or if the data is not changing. In the past, the effect of packet latency on the record-locking system caused Access databases to run slowly on a
1359:
that allowed users to upgrade their databases to Microsoft SQL Server, an ODBC client–server database. This feature was removed from Access 2013. An additional solution, the SQL Server Migration Assistant for Access (SSMA), continues to be available for free download from Microsoft.
543:
such as multi-value and attachment fields. These new field types are essentially recordsets in fields and allow the storage of multiple values or files in one field. Microsoft Access 2007 also introduced File Attachment field, which stored data more efficiently than the
1380:
tables, views, stored procedures, and SQL Server constraints. The views and stored procedures can significantly reduce the network traffic for multi-table joins. SQL Server supports temporary tables and links to other data sources beyond the single SQL Server database.
1207:
When developing reports (in "Design View") additions or changes to controls cause any linked queries to execute in the background and the designer is forced to wait for records to be returned before being able to make another change. This feature cannot be turned off.
1387:
In many cases, developers build direct web-to-data interfaces using ASP.NET, while keeping major business automation processes, administrative and reporting functions that do not need to be distributed to everyone in Access for information workers to maintain.
513:
Microsoft Office. This includes Access 97 (version 8.0), Access 2000 (version 9.0), Access 2002 (version 10.0), Access 2003 (version 11.5), Access 2007 (version 12.0), Access 2010 (version 14.0), Access 2013 (version 15.0), and Access 2016 (version 16.0).
523:
The native Access database format (the Jet MDB Database) has also evolved over the years. Formats include Access 1.0, 1.1, 2.0, 7.0, 97, 2000, 2002, and 2007. The most significant transition was from the Access 97 to the Access 2000 format; which is not
1029:
The 2013 edition of Microsoft Access introduced a mostly flat design and the ability to install apps from the Office Store, but it did not introduce new features. The theme was partially updated again for 2016, but no dark theme was created for Access.
935:(ACE and formerly Jet) format (MDB or ACCDB in Access 2007) which can contain the application and data in one file. This makes it very convenient to distribute the entire application to another user, who can run it in disconnected environments. 1367:"Yes/No" types: In Microsoft Access there are three states for the Yes/No (True/False) data type: empty, no/false (0) and yes/true (−1). The corresponding SQL Server data type is binary, with only two states; the permissible values are 0 and 1. 427:
was in development. It was going to include the "EB" Embedded Basic language, which was going to be the language for writing macros in all Microsoft applications, but the unification of macro languages did not happen until the introduction of
1333:
For very large Access databases, this may have performance issues and a SQL backend should be considered in these circumstances. This is less of an issue if the entire database can fit in the PC's RAM since Access caches data and indexes.
827:
2010 web sites running Access Services. These web-based forms and reports run in any modern web browser. The resulting web forms and reports, when accessed via a web browser, do not require any add-ins or extensions (e.g., ActiveX and
1216:. Access 2007 also introduced embedded macros that are essentially properties of an object's event. This eliminated the need to store macros as individual objects. However, macros were limited in their functionality by a lack of 917:. It also has the ability to link to data in its existing location and use it for viewing, querying, editing, and reporting. This allows the existing data to change while ensuring that Access uses the latest data. It can perform 847:
modules compiled and all editable source code removed. Both the .MDE and .ADE versions of an Access database are used when end-user modifications are not allowed or when the application's source code should be kept confidential.
839:
2013 sites running Access Services. Access 2013 web solutions store its data in an underlying SQL Server database which is much more scalable and robust than the Access 2010 version which used SharePoint lists to store its data.
1262:, though this is not universal; it is a programming convention, not a DBMS-enforced rule. It is particularly helpful in VBA where references to object names may not indicate its data type (e.g. tbl for tables, qry for queries). 602:, or Visual Studio .NET will use the Microsoft Access database format for its tables and queries. Microsoft Access may also be part of a more complex solution, where it may be integrated with other technologies such as 453:
After the Omega project was scrapped, some of its developers were assigned to the Cirrus project (most were assigned to the team which created Visual Basic). Its goal was to create a competitor for applications like
1325:
Linked tables in Access use absolute paths rather than relative paths, so the development environment either has to have the same path as the production environment or a "dynamic-linker" routine can be written in
1177:
versions of Access 2007 and later can be downloaded for free from Microsoft. The runtime versions for Access 2003 and earlier were part of the Office Developer Extensions/Toolkit and required a separate purchase.
528:
with earlier versions of Access. As of 2011, all newer versions of Access support the Access 2000 format. New features were added to the Access 2002 format which can be used by Access 2002, 2003, 2007, and 2010.
358:
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
493:
Microsoft released Access version 1.0 on November 13, 1992, and an Access 1.1 release in May 1993 to improve compatibility with other Microsoft products and to include the Access Basic programming language.
1225:
finished product with good error handling, most professional Access applications are developed using the VBA programming language rather than macros, except where web deployment is a business requirement.
1212:
logic (IF-conditions) and the ability to call other macros. Macros can also contain sub-macros which are similar to subroutines. In Access 2007, enhanced macros included error-handling and support for
3631: 1363:
A variety of upgrading options are available. After migrating the data and queries to SQL Server, the Access database can be linked to the SQL database, subject to data type conversion limitations:
391:) dominated the desktop database market. Microsoft Access was the first mass-market database program for Windows. With Microsoft's purchase of FoxPro in 1992 and the incorporation of Fox's Rushmore 1258:
In the database container or navigation pane in Access 2007 and later versions, the system automatically categorizes each object by type (e.g., table, query, macro). Many Access developers use the
1061:
maintainability, and extensibility compared to the SharePoint views Access 2010 used. The macro language is enhanced to support more sophisticated programming logic and database level automation.
509:
Access 2.0 for 1994. The photo of Andrew Fuller, record #2 of that sample database, was the individual that presented and worked with Microsoft to provide such an outstanding example database.
445:, where the Embedded Basic engine was used). After Access's premiere, the Omega project was demonstrated in 1992 to several journalists and included features that were not available in Access. 399:
world. In the 1980s, Microsoft Access referred to an unrelated telecommunication program that provided terminal emulation and interfaces for ease of use in accessing online services such as
3567: 683:
databases within the program and for download from Microsoft's website. These options are available upon starting Access and allow users to enhance a database with predefined tables,
3599: 1297:
due to the nature of resource management being vastly different in newer operating systems. This issue severely affects query performance on both Access 2003 and earlier with the
462:, there were rumors that the Microsoft project might get replaced with it, but the company decided to develop them in parallel. It was assumed that the project would make use of 3238:
SQL pass-through queries are queries in which you can enter a statement that is passed directly to the ODBC driver without the Jet engine validating it or parsing it in any way.
582:
In addition to using its own database storage file, Microsoft Access also may be used as the 'front-end' of a program while other products act as the 'back-end' tables, such as
885:
The original concept of Access was for end users to be able to access data from any source. Other features include: the import and export of data to many formats including
1069:
Microsoft Access can also import or link directly to data stored in other applications and databases. Microsoft Office Access 2007 and newer can import from or link to:
579:
counterpart, as Apps for business and Business Standard editions. Features new to Access 2021 include an extended-precision date/time data type and dark theme support.
395:
routines into Access, Microsoft Access quickly became the dominant database for Windows—effectively eliminating the competition which failed to transition from the
753:. The linked tables in the front end point to the back end file. Each user of the Access application would then receive his or her own copy of the front end file. 749:(typically stored on a shared network folder) and the application components (forms, reports, queries, code, macros, linked tables) are in another file called the 1352:
or equivalent server database. A client–server design significantly reduces maintenance and increases security, availability, stability, and transaction logging.
4642: 3140: 2921: 1400:
Microsoft Access applications can be made secure by various methods, the most basic being password access control; this is a relatively weak form of protection.
2406: 787:. In versions 2000 through 2003 an Access object type called Data Access Pages created publishable web pages. Data Access Pages are no longer supported. The 3641: 2971: 2159: 324:
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
2943: 664:
options. It is also easy to place a database on a network and have multiple users share and update data without overwriting each other's work. Data is
3017: 505:
space required, 14 MB hard disk space recommended. The product shipped on seven 1.44 MB diskettes. The manual shows a 1994 copyright date.
4662: 4334: 3577: 4667: 4657: 4583: 2957: 1422:
Additionally, if the database design needs to be secured to prevent changes, Access databases can be locked/protected (and the source code
423:. In the late 1980s Microsoft developed its own solution codenamed Omega. It was confirmed in 1988 that a database product for Windows and 3609: 3491: 4637: 1266:
entirely in RAM) and 200 simultaneous users are well within the capabilities of Microsoft Access. Of course, performance depends on the
594:. Multiple backend sources can be used by a Microsoft Access Jet Database (ACCDB and MDB formats). Similarly, some applications such as 4672: 3349: 1239:(DAO) (32-bit only), which is included in Access and Windows and evolved to ACE in Microsoft Access 2007 for the ACCDE database format 4460: 4440: 3405:"Microsoft Access Split Database Architecture to Support Multiuser Environments, Improve Performance, and Simplify Maintainability" 3039: 2381: 3859: 3107: 3082: 1282:(WAN) against a Jet database. As of 2010, broadband connections have mitigated this issue. Performance can also be enhanced if a 4677: 3319: 4006: 3224: 1196:
Access stores all database tables, queries, forms, reports, macros, and modules in the Access Jet database as a single file.
1011: 248: 4647: 4588: 3663: 946:)—queries can be viewed graphically or edited as SQL statements, and SQL statements can be used directly in Macros and VBA 4360: 2465: 772:
like Microsoft SQL Server. With the latter design, the amount of data and users can scale to enterprise-level solutions.
2997:"Using Terminal Services and RemoteApp to Extend Your Microsoft Access and other Windows Applications Over the Internet" 1286:
is maintained to the back-end database throughout the session rather than opening and closing it for each table access.
4001: 497:
With Access v2.0, Microsoft specified the minimum hardware requirements to be Microsoft Windows v3.1 with 4 MB of
3691: 882:
and user control. Access also has report creation features that can work with any data source that Access can access.
4068: 950:
to manipulate Access tables. Users can mix and use both VBA and "Macros" for programming forms and logic and offers
4445: 1419:
Databases can also be encrypted. The ACCDB format offers significantly advanced encryption from previous versions.
243: 2352: 996:(Microsoft SQL Server Desktop Engine), a scaled down version of Microsoft SQL Server 2000, and continues with the 2277: 4482: 1289:
In July 2011, Microsoft acknowledged an intermittent query performance problem with all versions of Access and
1228:
To manipulate data in tables and queries in VBA or macros, Microsoft provides two database access libraries of
559:
Microsoft Access 2010 introduced a new version of the ACCDB format supported hosting Access Web services on a
4557: 4487: 4477: 4410: 4031: 4026: 4021: 3790: 2302: 2252: 1327: 875: 688: 429: 354:
programming language that can reference a variety of objects including the legacy DAO (Data Access Objects),
347: 1416:
Access 2010 ACCDB database format, although Access 2007 and Access 2010 still support it for MDB databases.
1301:
code, as well as Access 2007 and later with the Access Database Engine (ACE). Microsoft has issued hotfixes
4573: 4542: 4532: 4527: 2144: 958: 545: 37: 1348:
To scale Access applications to enterprise or web solutions, one possible technique involves migrating to
924:
between data sets stored across different platforms. Access is often used by people downloading data from
4682: 4365: 3988: 3879: 3852: 1259: 951: 859: 836: 824: 85: 3448: 2996: 1430:", although certain elements including original VBA comments and formatting are normally irretrievable. 1283: 756:
Applications that run complex queries or analysis across large datasets would naturally require greater
436:. The application was very resource-intensive, and there were reports that it was working slowly on the 3309:), "Microsoft Jet 3.5 Performance Overview and Optimization Techniques", MSDN. Retrieved July 19, 2005. 299: 4652: 4611: 4145: 3827: 3273: 738: 463: 532:
Microsoft Access 2000 increased the maximum database size to 2 GB from 1 GB in Access 97.
4578: 4160: 3636: 3604: 3572: 2744:(...) rumor (...) that FoxPro might replace Redmond's long-delayed database, now code-named Cirrus. 871: 854:
for download to help distribute Access 2007 applications, create database templates, and integrate
812: 400: 314: 2815: 2224: 4400: 4165: 3426: 1969: 1939: 1275: 938:
One of the benefits of Access from a programmer's perspective is its relative compatibility with
673: 3382: 851: 4632: 4455: 4390: 3845: 3192: 2899: 2874: 2722:
Cirrus (...) will go head-to-head with Paradox and Metaphor Computer Systems' Metaphor program.
2174: 2026: 1989: 1973: 1677: 1294: 1229: 1204:
construct the pass-through queries using the SQL syntax supported by the external data source.
932: 695: 680: 646: 525: 310: 2841: 2449: 4593: 4552: 4507: 4430: 4051: 4046: 4041: 4036: 4016: 4011: 3978: 3973: 3968: 3963: 3958: 3953: 3948: 3943: 3933: 3832: 3519: 2694: 2126: 2103: 2084: 2047: 2002: 1945: 1915: 1847: 1309:
for Access 2010, but will not fix the issue with Jet 4.0 as it is out of mainstream support.
757: 642: 630: 572: 483: 3719: 3541: 478: 321:
suite of applications, included in the Professional and higher editions or sold separately.
4472: 4294: 4208: 4104: 3996: 3915: 2428: 1349: 1243: 1131: 985: 974: 910: 711: 615: 583: 498: 433: 343: 3404: 3361: 3171: 1270:
and tasks. Disk-intensive work such as complex searching and querying take the most time.
737:
The number of simultaneous users that can be supported depends on the amount of data, the
8: 4450: 4420: 4380: 4375: 4114: 3938: 3928: 3923: 2030: 1993: 1981: 1881: 1810: 1776: 1343: 1298: 1236: 1185: 1057:
queries, forms, macros, and reports. Access Services stores those objects in SharePoint.
1050:
can query a Microsoft Access database, retrieve records and display them on the browser.
989: 981: 970: 947: 925: 788: 750: 746: 517: 487: 467: 416: 307: 28: 3469: 3251: 3060: 4497: 4385: 4279: 4269: 4244: 4193: 3815: 3306: 2377: 1213: 1113: 997: 902: 761: 731: 455: 392: 376: 331: 271: 3821: 286: 4395: 4299: 4289: 4274: 4203: 4198: 4109: 4099: 4094: 3904: 3724: 3696: 3668: 3220: 2527: 1977: 1356: 1279: 1097: 1008: 890: 879: 816: 784: 769: 707: 645:
interface, forms to display and enter data, and reports for printing. The underlying
607: 236: 977:. From Microsoft Access, VBA can reference parameterized stored procedures via ADO. 870:
Users can create tables, queries, forms and reports, and connect them together with
535:
Microsoft Access 2007 introduced a new database format: ACCDB. It supports links to
4502: 4425: 4329: 4309: 3895: 2184: 1751: 1684: 1404: 1019: 1015: 626: 360: 255: 231: 768:
to support more data and users by linking to multiple Access databases or using a
551: 4537: 4492: 4435: 4324: 4319: 4259: 4254: 4223: 4183: 4124: 4119: 4089: 3520:"Microsoft Access Version Releases, Service Packs, Hotfixes, and Updates History" 3214: 2842:"Microsoft Access Version Releases, Service Packs, Hotfixes, and Updates History" 2797: 2778: 2757: 2735: 2713: 2675: 2656: 2637: 2618: 2599: 2580: 2561: 2542: 2327: 1800: 1267: 1173: 1151: 1136: 1076: 1023: 914: 886: 800: 776: 742: 727: 699: 665: 661: 654: 619: 603: 587: 3383:"Download Microsoft Access 2010 Runtime from Official Microsoft Download Center" 4415: 4405: 4344: 4314: 4264: 4228: 4218: 4155: 4129: 3833:
Microsoft Access Version Releases, Service Packs, Hotfixes, and Updates History
1965: 1935: 1864: 1834: 1804: 1252: 966: 943: 780: 703: 684: 669: 611: 335: 2766:
Open ISAM support will be in Microsoft's forthcomming Cirrus DBMS for Windows.
419:
product was during the mid 1980s, when Microsoft obtained the license to sell
4626: 4213: 3868: 2130: 1906: 1217: 961:. These queries and Access tables can be referenced from other programs like 918: 576: 388: 318: 118: 97: 4249: 3767: 3747: 1898: 1872: 1842: 1746: 1727: 1439: 962: 638: 634: 595: 571:
Microsoft Access is no longer included in the one-time-purchase version of
442: 351: 1641:
Protected Access Database, with compiled VBA and macros (2003 and earlier)
1403:
A higher level of protection is the use of workgroup security requiring a
1306: 1302: 4547: 4466: 4338: 4284: 4188: 3294: 2862: 2498: 2075: 2038: 1706: 1427: 1412: 1119: 1004: 855: 829: 719: 437: 380: 1507:
Protected Access Database, with compiled VBA and macros (2007 and later)
4304: 4150: 3320:"Microsoft Access Database Scalability: How many users can it support?" 3145: 2164: 2147:
2 capabilities, and Access 7 shows that it was compatible with Word 7.
2121: 2117: 2098: 2079: 2042: 1902: 1876: 1868: 1838: 1830: 1796: 1771: 1355:
Access 2000 through Access 2010 included a feature called the Upsizing
1146: 1087: 1081: 1053: 921: 650: 560: 536: 404: 339: 51: 43: 765: 3885: 3795: 3772: 3752: 3150: 3115: 2169: 2143:
version was launched with Word 7. All of the Office 95 products have
2140: 2071: 2067: 2034: 2022: 1997: 1985: 1910: 1290: 540: 502: 303: 260: 56: 2736:"Whatever costume Eckhard wears is likely to scare Silicon Graphics" 2676:"Elvis, Now a Vegas Parking Lot Attendant, Further Delays Intel 486" 4370: 3362:"Microsoft Access Runtime Distribution Programs and Free Downloads" 1423: 1411:. Users and groups can be specified along with their rights at the 1408: 1047: 1039: 906: 723: 459: 346:. Like other Microsoft Office applications, Access is supported by 3449:"When and How to Upsize Microsoft Access Databases to SQL Server" 3141:"Discontinued features and modified functionality in Access 2010" 2922:"Discontinued features and modified functionality in Access 2013" 2657:"Lotus Exec Tells of Ordeal: "Aliens Force Me to Use MS Windows"" 1159: 1044: 804: 599: 372: 355: 3837: 698:(VB6) and used throughout the Microsoft Office programs such as 694:
Programmers can create solutions using VBA, which is similar to
3010: 2894: 2892: 796: 791:, core to Access, can be accessed through technologies such as 726:
solutions to a professional solution with advanced automation,
591: 420: 396: 458:
or dBase that would work on Windows. After Microsoft acquired
3061:"Creating Web Databases with Access 2010 and Access Services" 3040:"Create ASP.NET Web Forms to Use a Microsoft Access Database" 2638:"No Way, the PC Industry Will Always Be Dominated By Doritos" 2139:
There are no Access versions between 2.0 and 7.0 because the
1156: 1141: 1107: 898: 894: 432:(VBA). Omega was also expected to provide a front end to the 384: 223: 3193:"Simulating the Microsoft Access Runtime during Development" 2889: 783:
features of Access, such as forms and reports, only work in
501:
required, 6 MB RAM recommended; 8 MB of available
2541:
Brownstein, Mark; Johnston, Stuart J. (November 14, 1988).
2466:"Microsoft Access Business Information Access Program 1.0x" 2179: 1125: 1102: 993: 792: 424: 325: 3427:"Microsoft SQL Server Migration Assistant 7.10 for Access" 3172:"Microsoft Access Runtime Distribution and Free Downloads" 2619:"Gates Claims That 80286 Systems Are No Longer His Babies" 2562:"Microsoft Puts Finishing Touches on Windows Applications" 2005:
Professional, Professional Academic and Professional Plus
1948:
Professional, Professional Plus, Ultimate and Enterprise
1092: 939: 808: 799:. The data (i.e., tables and queries) can be accessed by 715: 691:
code, but Microsoft's templates do not include VBA code.
687:, forms, reports, and macros. Database templates support 625:
Access tables support a variety of standard field types,
672:
level which is significantly different from Excel which
3252:"Developing Access 2007 Solutions with Native C or C++" 1438:
Microsoft Access saves information under the following
3470:"Security Considerations and Guidance for Access 2007" 843:
Access Services in SharePoint has since been retired.
660:
Repetitive tasks can be automated through macros with
317:
and software-development tools. It is a member of the
3108:"Back by popular demand—dBASE file support in Access" 3083:"Microsoft Access 2013 Web Applications and Examples" 2253:"Update history for Office LTSC 2021 and Office 2021" 1578:
Protected Access Data Project (not supported in 2013)
2816:"Where did the name for Microsoft Access come from?" 2714:"Microsoft's Fox purchase stirs up the XBase market" 2303:"Update history for Office 2016 C2R and Office 2019" 2160:
Comparison of relational database management systems
1610:
Access Database, used for addins (Access 2, 95, 97),
954:
possibilities. VBA can also be included in queries.
835:
Access 2013 can create web applications directly in
1499:
Access Workgroup, database for user-level security.
1033: 928:for manipulation, analysis, and reporting locally. 2540: 196:16.0 (Build 18025.20046) / September 11, 2024 160:1808 (Build 10414.20002) / September 10, 2024 142:2108 (Build 14332.20771) / September 10, 2024 103:2408 (Build 17928.20156) / September 10, 2024 16:Database manager part of the Microsoft 365 package 3249: 2492: 2490: 2488: 2486: 1620:Access Blank Database Template (2003 and earlier) 1110:(dropped in Access 2013; restored in Access 2016) 988:can be used with Access as an alternative to the 4624: 3785: 3783: 2581:"Microsoft Applications to Share Macro Language" 2521: 2519: 2517: 2515: 823:Access 2010 allows databases to be published to 441:(codename for Access) and Thunder (codename for 124:16.89 (Build 24090815) / September 10, 2024 3632:"Office 2003 Licensing and System Requirements" 3542:"Chapter 5 – System Requirements for MS Office" 2863:"Out of memory" error starting Microsoft Access 2779:"Developers get beta version of Microsoft DBMS" 2712:Picarille, Lisa; Mace, Scott (March 30, 1992). 2370: 4643:Desktop database application development tools 3135: 3133: 2483: 2407:"Introduction to importing and exporting data" 1602:Access Database (Pocket Access for Windows CE) 1316: 714:. Most VB6 code, including the use of Windows 3853: 3780: 3664:"Getting started with the 2007 Office system" 3345: 3343: 3341: 2711: 2512: 2496: 2247: 2245: 1376:copying the whole table across the network. 1014:(RDBMS), Microsoft Access does not implement 466:(Jet Blue) but, in the end, only support for 387:, acquired by Borland in 1991) and Fox (with 2798:"Cirrus dubbed Access; faster beta released" 1633:Access (SQL Server) detached database (2000) 1221:as well as on traditional Windows desktops. 328:stored in other applications and databases. 3243: 3130: 2758:"Microsoft creating API to complement ODBC" 2525: 2401: 2399: 1586:Access Data Project (not supported in 2013) 1167: 3860: 3846: 3820: 3350:Very slow Access 2002 query with Windows 7 3338: 2972:"Migrate an Access database to SQL Server" 2559: 2295: 2242: 1555:Access lock files (associated with .accdb) 1337: 1116:(with Access 2007; dropped in Access 2010) 285: 36: 27: 3492:"Microsoft Access Life-cycle Information" 2674:Cringely, Robert X. (November 20, 1989). 2617:Cringely, Robert X. (September 4, 1989). 1918:Professional and Professional Enterprise 1612:previously used for workgroups (Access 2) 1483:Access Database Template (2007 and later) 1064: 3212: 2944:"Using the Date/Time Extended data type" 2795: 2734:Cringely, Robert X. (November 4, 1991). 2733: 2673: 2655:Cringely, Robert X. (October 16, 1989). 2654: 2635: 2616: 2396: 1649:Access lock files (associated with .mdb) 1475:Access Database Runtime (2007 and later) 550: 477: 178:18.2409.1051.0 / September 11, 2024 42:Microsoft Office Access 2021 running on 4663:Proprietary database management systems 3514: 3512: 3510: 3508: 3018:"Access Services in SharePoint Roadmap" 1246:(ADO) (both 32-bit and 64-bit versions) 1128:-compliant data containers, including: 4668:Relational database management systems 4625: 2560:Brownstein, Mark (February 13, 1989). 1012:relational database management systems 1000:versions of SQL Server 2005 and 2008. 878:to write rich solutions with advanced 4658:Programming languages created in 1992 3841: 3720:"System requirements for Office 2013" 3692:"System requirements for Office 2010" 3219:. Apress Series. Apress. p. 39. 2796:Johnston, Stuart J. (July 20, 1998). 2695:"Microsoft demos its ill-fated Omega" 2636:Cringely, Robert X. (July 31, 1989). 2597: 2578: 2384:from the original on November 7, 2019 2203:Including Office 2021, 2019 and 2016. 555:The logo for Access from 2013 to 2019 371:Prior to the introduction of Access, 4589:Microsoft Office password protection 3505: 2755: 2692: 2454:. Ziff Davis, Inc. October 15, 1985. 1850:Professional, Premium and Developer 415:Microsoft's first attempt to sell a 342:can use Microsoft Access to develop 3295:Naming Conventions for Visual Basic 3063:. Msdn.microsoft.com. July 22, 2009 2600:"Microsoft Waits on SQL Front Ends" 2278:"Update history for Office for Mac" 2225:"Release notes for Current Channel" 2106:Professional and Professional Plus 2087:Professional and Professional Plus 2050:Professional and Professional Plus 741:being performed, level of use, and 649:, which contains these objects, is 586:and non-Microsoft products such as 13: 4638:Data-centric programming languages 3568:"Office 2000 Systems Requirements" 3324:FMS Software Development Team Blog 1594:Access Database (2003 and earlier) 1433: 779:prior to version 2010 is limited. 764:. Microsoft Access is designed to 546:OLE (Object Linking and Embedding) 14: 4694: 4673:Windows database-related software 3867: 3807: 3791:"Microsoft 365 Apps for Business" 3250:Aleksandar JakĹĄić (August 2008). 2693:Mace, Scott (November 30, 1992). 2598:Flynn, Laurie (August 21, 1989). 2543:"Microsoft Works on SAA Database" 448: 4607: 4606: 1467:Access Database (2007 and later) 1034:Access Services and Web database 722:and developers can extend basic 410: 3760: 3740: 3712: 3684: 3656: 3624: 3600:"Office XP System Requirements" 3592: 3560: 3534: 3484: 3462: 3441: 3419: 3397: 3375: 3354: 3312: 3299: 3288: 3266: 3206: 3185: 3164: 3100: 3075: 3053: 3032: 2989: 2964: 2950: 2936: 2914: 2867: 2856: 2834: 2808: 2789: 2771: 2749: 2727: 2705: 2686: 2667: 2648: 2629: 2610: 2591: 2572: 2553: 2534: 2458: 2442: 2421: 2150:Version number 13 was skipped. 1531:Windows Shortcut: Access Report 3728:. Microsoft. December 16, 2016 3700:. Microsoft. February 19, 2013 2900:"New in Access for developers" 2345: 2320: 2270: 2217: 2197: 1539:Windows Shortcut: Access Table 1523:Windows Shortcut: Access Query 1515:Windows Shortcut: Access Macro 1491:Access Add-In (2007 and later) 1191: 815:. With the use of Microsoft's 1: 4678:Database administration tools 4558:Visual Basic for Applications 3305:Kevin Collins (Microsoft Jet 2756:Mace, Scott (June 29, 1992). 2579:Flynn, Laurie (May 8, 1989). 2210: 1547:Windows Shortcut: Access Form 1459:Access Blank Project Template 1395: 430:Visual Basic for Applications 348:Visual Basic for Applications 4574:Microsoft Product Activation 4533:Object Linking and Embedding 4528:Information Bridge Framework 1942:, or newer operating system 992:. This support started with 7: 4648:Microsoft database software 3672:. Microsoft. April 28, 2009 3640:. Microsoft. Archived from 3608:. Microsoft. Archived from 3576:. Microsoft. Archived from 2958:"What's new in Access 2021" 2822:. Microsoft. April 13, 2006 2785:. July 13, 1992. p. 3. 2528:"The Birth of Visual Basic" 2153: 1884:Professional and Developer 1813:Professional and Developer 1658: 1317:Split database architecture 1260:Leszynski naming convention 865: 860:Microsoft Visual SourceSafe 775:Microsoft Access's role in 718:calls, can be used in VBA. 473: 68:; 31 years ago 10: 4699: 4584:Office filename extensions 4493:Snapshot Viewer for Access 3213:Sinclair, Russell (2000). 2429:"Microsoft Access History" 1341: 1313:Vista, 7 and Windows 8.x. 1037: 926:enterprise level databases 734:, and multi-user support. 366: 300:database management system 4602: 4566: 4520: 4361:Discontinued shared tools 4353: 4237: 4176: 4146:Skype for Business Server 4138: 4077: 4064: 3987: 3903: 3894: 3875: 3276:. Microsoft. July 9, 2007 3216:From access to SQL server 2380:. cppcon. July 17, 2014. 2063: 2057: 1826: 1572: 1569: 1453: 1450: 874:. Advanced users can use 641:. Access also includes a 575:, but remains within the 464:Extensible Storage Engine 266: 254: 242: 230: 219: 215: 192: 174: 156: 138: 117: 96: 91: 84: 80: 62: 50: 35: 26: 4579:Office Genuine Advantage 4461:Project Portfolio Server 3637:Microsoft Office website 3605:Microsoft Office website 3573:Microsoft Office website 3472:. Microsoft. May 5, 2014 2353:"Microsoft 365 (Office)" 2328:"Microsoft 365 (Office)" 2190: 1168:Microsoft Access Runtime 1122:(dropped in Access 2010) 1007:-based database. Unlike 957:Microsoft Access offers 676:the entire spreadsheet. 516:Versions 3.0 and 3.5 of 407:and electronic mailbox. 315:graphical user interface 4441:PerformancePoint Server 3768:"Microsoft Access 2019" 3748:"Microsoft Access 2016" 3254:. Microsoft Corporation 1970:Windows Server 2003 SP2 1940:Windows Server 2003 SP1 1338:Migration to SQL Server 1276:virtual private network 1255:types in ACCDB tables. 3546:Office 97 Resource Kit 2497:Goodhew, Tony (1996). 2027:Windows Server 2008 R2 1990:Windows Server 2008 R2 1974:Windows Server 2003 R2 1295:Windows Server 2008 R2 1172:Microsoft offers free 1065:Import or link sources 1003:Microsoft Access is a 850:Microsoft also offers 801:web-based applications 556: 490: 311:Access Database Engine 100:& Retail (Windows) 2976:support.microsoft.com 2499:"Jet Engine: History" 1759:Access for Windows 95 1689:Office suite version 1284:continuous connection 1242:ActiveX Data Objects 959:parameterized queries 631:referential integrity 573:Microsoft Office 2021 554: 481: 4483:SharePoint Workspace 3274:"Naming Conventions" 3087:access-templates.com 1350:Microsoft SQL Server 1305:for Access 2007 and 1244:ActiveX Data Objects 1132:Microsoft SQL Server 986:Microsoft SQL Server 852:developer extensions 633:including cascading 616:Microsoft PowerPoint 584:Microsoft SQL Server 434:Microsoft SQL Server 344:application software 198:; 5 days ago 180:; 5 days ago 162:; 6 days ago 144:; 6 days ago 126:; 6 days ago 105:; 6 days ago 4478:SharePoint Designer 3580:on February 2, 2012 3118:. September 7, 2016 2875:"Changes in Access" 2095:September 24, 2018 2031:Windows Server 2012 1994:Windows Server 2012 1982:Windows Server 2008 1566: 1447: 1344:Upsizing (database) 1299:Jet Database Engine 1237:Data Access Objects 1214:temporary variables 1186:command-line option 1024:transaction logging 990:Jet Database Engine 789:Jet Database Engine 526:backward compatible 518:Jet Database Engine 468:Jet Database Engine 417:relational database 332:Software developers 23: 4683:Microsoft software 4543:Office XML formats 4498:Skype for Business 4280:Outlook on the web 3307:Program Management 2378:"C++ in MS Office" 2133:Apps for business 2061:September 22, 2015 1895:November 27, 2003 1564: 1445: 998:SQL Server Express 931:There is also the 743:application design 557: 539:lists and complex 491: 393:query optimization 306:that combines the 157:Office 2019 (LTSC) 139:Office 2021 (LTSC) 66:November 1992 21: 4620: 4619: 4516: 4515: 4060: 4059: 3725:Microsoft TechNet 3697:Microsoft TechNet 3669:Microsoft TechNet 3226:978-1-893115-24-8 2820:The Old New Thing 2526:Ferguson, Scott. 2137: 2136: 1978:Windows Vista SP1 1656: 1655: 1562: 1561: 1280:wide area network 1218:programming loops 1020:stored procedures 1016:database triggers 880:data manipulation 817:Terminal Services 770:back-end database 608:Microsoft Outlook 482:Access' logo for 293: 292: 237:Microsoft Windows 210: 209: 86:Stable release(s) 4690: 4653:Microsoft Office 4610: 4609: 4426:Office Assistant 4075: 4074: 3901: 3900: 3896:Microsoft Office 3862: 3855: 3848: 3839: 3838: 3824: 3819: 3818: 3816:Official website 3801: 3800: 3787: 3778: 3777: 3764: 3758: 3757: 3744: 3738: 3737: 3735: 3733: 3716: 3710: 3709: 3707: 3705: 3688: 3682: 3681: 3679: 3677: 3660: 3654: 3653: 3651: 3649: 3644:on June 15, 2013 3628: 3622: 3621: 3619: 3617: 3612:on March 4, 2013 3596: 3590: 3589: 3587: 3585: 3564: 3558: 3557: 3555: 3553: 3538: 3532: 3531: 3529: 3527: 3516: 3503: 3502: 3500: 3498: 3488: 3482: 3481: 3479: 3477: 3466: 3460: 3459: 3457: 3455: 3445: 3439: 3438: 3436: 3434: 3423: 3417: 3416: 3414: 3412: 3401: 3395: 3394: 3392: 3390: 3379: 3373: 3372: 3370: 3368: 3358: 3352: 3347: 3336: 3335: 3333: 3331: 3316: 3310: 3303: 3297: 3292: 3286: 3285: 3283: 3281: 3270: 3264: 3263: 3261: 3259: 3247: 3241: 3240: 3235: 3233: 3210: 3204: 3203: 3201: 3199: 3189: 3183: 3182: 3180: 3178: 3168: 3162: 3161: 3159: 3157: 3137: 3128: 3127: 3125: 3123: 3104: 3098: 3097: 3095: 3093: 3079: 3073: 3072: 3070: 3068: 3057: 3051: 3050: 3048: 3046: 3036: 3030: 3029: 3027: 3025: 3014: 3008: 3007: 3005: 3003: 2993: 2987: 2986: 2984: 2982: 2968: 2962: 2961: 2954: 2948: 2947: 2940: 2934: 2933: 2931: 2929: 2918: 2912: 2911: 2909: 2907: 2896: 2887: 2886: 2884: 2882: 2871: 2865: 2860: 2854: 2853: 2851: 2849: 2838: 2832: 2831: 2829: 2827: 2812: 2806: 2805: 2793: 2787: 2786: 2775: 2769: 2768: 2753: 2747: 2746: 2731: 2725: 2724: 2709: 2703: 2702: 2690: 2684: 2683: 2671: 2665: 2664: 2652: 2646: 2645: 2633: 2627: 2626: 2614: 2608: 2607: 2595: 2589: 2588: 2576: 2570: 2569: 2557: 2551: 2550: 2538: 2532: 2531: 2523: 2510: 2509: 2507: 2505: 2494: 2481: 2480: 2478: 2476: 2462: 2456: 2455: 2446: 2440: 2439: 2437: 2435: 2425: 2419: 2418: 2416: 2414: 2403: 2394: 2393: 2391: 2389: 2374: 2368: 2367: 2365: 2363: 2349: 2343: 2342: 2340: 2338: 2324: 2318: 2317: 2315: 2313: 2299: 2293: 2292: 2290: 2288: 2274: 2268: 2267: 2265: 2263: 2249: 2240: 2239: 2237: 2235: 2221: 2204: 2201: 2185:LibreOffice Base 2114:October 5, 2021 2016:January 29, 2013 1929:January 27, 2007 1790:January 16, 1997 1663: 1662: 1567: 1563: 1448: 1446:Current formats 1444: 1184: 1073:Microsoft Access 696:Visual Basic 6.0 620:ActiveX controls 361:operating system 296:Microsoft Access 289: 284: 281: 279: 277: 275: 273: 232:Operating system 206: 204: 199: 188: 186: 181: 170: 168: 163: 152: 150: 145: 134: 132: 127: 113: 111: 106: 94: 93: 76: 74: 69: 40: 31: 24: 22:Microsoft Access 20: 4698: 4697: 4693: 4692: 4691: 4689: 4688: 4687: 4623: 4622: 4621: 4616: 4598: 4562: 4538:Office Open XML 4512: 4446:Picture Manager 4436:OneDrive Groups 4349: 4233: 4172: 4134: 4066: 4056: 3983: 3890: 3871: 3866: 3814: 3813: 3810: 3805: 3804: 3789: 3788: 3781: 3766: 3765: 3761: 3746: 3745: 3741: 3731: 3729: 3718: 3717: 3713: 3703: 3701: 3690: 3689: 3685: 3675: 3673: 3662: 3661: 3657: 3647: 3645: 3630: 3629: 3625: 3615: 3613: 3598: 3597: 3593: 3583: 3581: 3566: 3565: 3561: 3551: 3549: 3540: 3539: 3535: 3525: 3523: 3518: 3517: 3506: 3496: 3494: 3490: 3489: 3485: 3475: 3473: 3468: 3467: 3463: 3453: 3451: 3447: 3446: 3442: 3432: 3430: 3429:. Microsoft.com 3425: 3424: 3420: 3410: 3408: 3403: 3402: 3398: 3388: 3386: 3381: 3380: 3376: 3366: 3364: 3360: 3359: 3355: 3348: 3339: 3329: 3327: 3318: 3317: 3313: 3304: 3300: 3293: 3289: 3279: 3277: 3272: 3271: 3267: 3257: 3255: 3248: 3244: 3231: 3229: 3227: 3211: 3207: 3197: 3195: 3191: 3190: 3186: 3176: 3174: 3170: 3169: 3165: 3155: 3153: 3139: 3138: 3131: 3121: 3119: 3106: 3105: 3101: 3091: 3089: 3081: 3080: 3076: 3066: 3064: 3059: 3058: 3054: 3044: 3042: 3038: 3037: 3033: 3023: 3021: 3016: 3015: 3011: 3001: 2999: 2995: 2994: 2990: 2980: 2978: 2970: 2969: 2965: 2956: 2955: 2951: 2942: 2941: 2937: 2927: 2925: 2920: 2919: 2915: 2905: 2903: 2898: 2897: 2890: 2880: 2878: 2873: 2872: 2868: 2861: 2857: 2847: 2845: 2840: 2839: 2835: 2825: 2823: 2814: 2813: 2809: 2794: 2790: 2777: 2776: 2772: 2754: 2750: 2742:. p. 118. 2732: 2728: 2710: 2706: 2691: 2687: 2672: 2668: 2653: 2649: 2634: 2630: 2615: 2611: 2596: 2592: 2577: 2573: 2558: 2554: 2539: 2535: 2524: 2513: 2503: 2501: 2495: 2484: 2474: 2472: 2464: 2463: 2459: 2448: 2447: 2443: 2433: 2431: 2427: 2426: 2422: 2412: 2410: 2405: 2404: 2397: 2387: 2385: 2376: 2375: 2371: 2361: 2359: 2351: 2350: 2346: 2336: 2334: 2326: 2325: 2321: 2311: 2309: 2307:Microsoft Learn 2301: 2300: 2296: 2286: 2284: 2282:Microsoft Learn 2276: 2275: 2271: 2261: 2259: 2257:Microsoft Learn 2251: 2250: 2243: 2233: 2231: 2229:Microsoft Learn 2223: 2222: 2218: 2213: 2208: 2207: 2202: 2198: 2193: 2156: 1801:Windows NT 3.51 1765:August 24, 1995 1670: 1661: 1611: 1565:Legacy formats 1436: 1434:File extensions 1398: 1346: 1340: 1319: 1268:database design 1194: 1182: 1170: 1152:IBM Lotus Notes 1067: 1042: 1036: 952:object-oriented 933:Access Database 868: 777:web development 728:data validation 662:point-and-click 647:Access database 604:Microsoft Excel 476: 451: 413: 369: 336:data architects 270: 211: 202: 200: 197: 184: 182: 179: 166: 164: 161: 148: 146: 143: 130: 128: 125: 109: 107: 104: 72: 70: 67: 63:Initial release 46: 17: 12: 11: 5: 4696: 4686: 4685: 4680: 4675: 4670: 4665: 4660: 4655: 4650: 4645: 4640: 4635: 4618: 4617: 4615: 4614: 4603: 4600: 4599: 4597: 4596: 4591: 4586: 4581: 4576: 4570: 4568: 4564: 4563: 4561: 4560: 4555: 4550: 4545: 4540: 4535: 4530: 4524: 4522: 4518: 4517: 4514: 4513: 4511: 4510: 4505: 4500: 4495: 4490: 4485: 4480: 4475: 4470: 4463: 4458: 4453: 4448: 4443: 4438: 4433: 4428: 4423: 4418: 4413: 4408: 4403: 4398: 4393: 4388: 4383: 4378: 4373: 4368: 4363: 4357: 4355: 4351: 4350: 4348: 4347: 4342: 4332: 4327: 4322: 4317: 4312: 4307: 4302: 4297: 4292: 4287: 4282: 4277: 4272: 4267: 4262: 4257: 4252: 4247: 4241: 4239: 4235: 4234: 4232: 4231: 4226: 4221: 4216: 4211: 4206: 4201: 4196: 4191: 4186: 4180: 4178: 4174: 4173: 4171: 4170: 4169: 4168: 4163: 4161:Project Server 4158: 4156:Excel Services 4148: 4142: 4140: 4136: 4135: 4133: 4132: 4127: 4122: 4117: 4112: 4107: 4102: 4097: 4092: 4087: 4081: 4079: 4072: 4062: 4061: 4058: 4057: 4055: 4054: 4049: 4044: 4039: 4034: 4029: 4024: 4019: 4014: 4009: 4004: 3999: 3993: 3991: 3985: 3984: 3982: 3981: 3976: 3971: 3966: 3961: 3956: 3951: 3946: 3941: 3936: 3931: 3926: 3921: 3918: 3913: 3909: 3907: 3898: 3892: 3891: 3889: 3888: 3882: 3876: 3873: 3872: 3865: 3864: 3857: 3850: 3842: 3836: 3835: 3830: 3825: 3809: 3808:External links 3806: 3803: 3802: 3779: 3759: 3739: 3711: 3683: 3655: 3623: 3591: 3559: 3533: 3504: 3483: 3461: 3440: 3418: 3396: 3374: 3353: 3337: 3326:. May 31, 2011 3311: 3298: 3287: 3265: 3242: 3225: 3205: 3184: 3163: 3129: 3099: 3074: 3052: 3031: 3009: 2988: 2963: 2949: 2935: 2913: 2888: 2866: 2855: 2833: 2807: 2788: 2770: 2748: 2726: 2704: 2685: 2682:. p. 106. 2666: 2663:. p. 106. 2647: 2628: 2609: 2606:. p. 109. 2590: 2571: 2552: 2533: 2511: 2482: 2457: 2441: 2420: 2395: 2369: 2344: 2332:Microsoft Apps 2319: 2294: 2269: 2241: 2215: 2214: 2212: 2209: 2206: 2205: 2195: 2194: 2192: 2189: 2188: 2187: 2182: 2177: 2172: 2167: 2162: 2155: 2152: 2135: 2134: 2129:Professional, 2124: 2115: 2112: 2108: 2107: 2101: 2096: 2093: 2089: 2088: 2082: 2065: 2062: 2059: 2056: 2052: 2051: 2045: 2020: 2017: 2014: 2011: 2007: 2006: 2000: 1966:Windows XP SP3 1963: 1960: 1957: 1954: 1950: 1949: 1943: 1936:Windows XP SP2 1933: 1930: 1927: 1924: 1920: 1919: 1913: 1901:SP3 or later, 1896: 1893: 1890: 1886: 1885: 1879: 1865:Windows NT 4.0 1862: 1859: 1856: 1852: 1851: 1845: 1835:Windows NT 4.0 1828: 1825: 1822: 1819: 1815: 1814: 1808: 1805:Windows NT 4.0 1794: 1791: 1788: 1785: 1781: 1780: 1774: 1769: 1766: 1763: 1760: 1756: 1755: 1749: 1744: 1741: 1738: 1735: 1731: 1730: 1725: 1722: 1719: 1716: 1712: 1711: 1709: 1704: 1701: 1698: 1695: 1691: 1690: 1687: 1681: 1675: 1672: 1667: 1660: 1657: 1654: 1653: 1650: 1646: 1645: 1642: 1638: 1637: 1634: 1630: 1629: 1625: 1624: 1621: 1617: 1616: 1613: 1607: 1606: 1603: 1599: 1598: 1595: 1591: 1590: 1587: 1583: 1582: 1579: 1575: 1574: 1571: 1560: 1559: 1556: 1552: 1551: 1548: 1544: 1543: 1540: 1536: 1535: 1532: 1528: 1527: 1524: 1520: 1519: 1516: 1512: 1511: 1508: 1504: 1503: 1500: 1496: 1495: 1492: 1488: 1487: 1484: 1480: 1479: 1476: 1472: 1471: 1468: 1464: 1463: 1460: 1456: 1455: 1452: 1435: 1432: 1397: 1394: 1373: 1372: 1368: 1342:Main article: 1339: 1336: 1318: 1315: 1248: 1247: 1240: 1193: 1190: 1169: 1166: 1165: 1164: 1163: 1162: 1154: 1149: 1144: 1139: 1134: 1123: 1117: 1111: 1105: 1100: 1095: 1090: 1085: 1079: 1074: 1066: 1063: 1035: 1032: 944:query language 867: 864: 781:User interface 732:error trapping 655:record-locking 612:Microsoft Word 475: 472: 450: 449:Project Cirrus 447: 412: 409: 368: 365: 291: 290: 280:/microsoft-365 268: 264: 263: 258: 252: 251: 246: 240: 239: 234: 228: 227: 221: 217: 216: 213: 212: 208: 207: 194: 190: 189: 176: 172: 171: 158: 154: 153: 140: 136: 135: 122: 115: 114: 101: 92: 89: 88: 82: 81: 78: 77: 64: 60: 59: 54: 48: 47: 41: 33: 32: 15: 9: 6: 4: 3: 2: 4695: 4684: 4681: 4679: 4676: 4674: 4671: 4669: 4666: 4664: 4661: 4659: 4656: 4654: 4651: 4649: 4646: 4644: 4641: 4639: 4636: 4634: 4633:1992 software 4631: 4630: 4628: 4613: 4605: 4604: 4601: 4595: 4592: 4590: 4587: 4585: 4582: 4580: 4577: 4575: 4572: 4571: 4569: 4565: 4559: 4556: 4554: 4551: 4549: 4546: 4544: 4541: 4539: 4536: 4534: 4531: 4529: 4526: 4525: 4523: 4519: 4509: 4506: 4504: 4501: 4499: 4496: 4494: 4491: 4489: 4486: 4484: 4481: 4479: 4476: 4474: 4471: 4469: 4468: 4464: 4462: 4459: 4457: 4454: 4452: 4449: 4447: 4444: 4442: 4439: 4437: 4434: 4432: 4429: 4427: 4424: 4422: 4419: 4417: 4414: 4412: 4409: 4407: 4404: 4402: 4401:Liquid Motion 4399: 4397: 4394: 4392: 4389: 4387: 4384: 4382: 4379: 4377: 4374: 4372: 4369: 4367: 4364: 4362: 4359: 4358: 4356: 4352: 4346: 4343: 4340: 4336: 4333: 4331: 4328: 4326: 4323: 4321: 4318: 4316: 4313: 4311: 4308: 4306: 4303: 4301: 4298: 4296: 4293: 4291: 4288: 4286: 4283: 4281: 4278: 4276: 4273: 4271: 4268: 4266: 4263: 4261: 4258: 4256: 4253: 4251: 4248: 4246: 4243: 4242: 4240: 4236: 4230: 4227: 4225: 4222: 4220: 4217: 4215: 4212: 4210: 4207: 4205: 4202: 4200: 4197: 4195: 4192: 4190: 4187: 4185: 4182: 4181: 4179: 4175: 4167: 4166:Search Server 4164: 4162: 4159: 4157: 4154: 4153: 4152: 4149: 4147: 4144: 4143: 4141: 4137: 4131: 4128: 4126: 4123: 4121: 4118: 4116: 4113: 4111: 4108: 4106: 4103: 4101: 4098: 4096: 4093: 4091: 4088: 4086: 4083: 4082: 4080: 4076: 4073: 4070: 4063: 4053: 4050: 4048: 4045: 4043: 4040: 4038: 4035: 4033: 4030: 4028: 4025: 4023: 4020: 4018: 4015: 4013: 4010: 4008: 4005: 4003: 4000: 3998: 3995: 3994: 3992: 3990: 3986: 3980: 3977: 3975: 3972: 3970: 3967: 3965: 3962: 3960: 3957: 3955: 3952: 3950: 3947: 3945: 3942: 3940: 3937: 3935: 3932: 3930: 3927: 3925: 3922: 3919: 3917: 3914: 3911: 3910: 3908: 3906: 3902: 3899: 3897: 3893: 3887: 3884:A product of 3883: 3881: 3878: 3877: 3874: 3870: 3869:Microsoft 365 3863: 3858: 3856: 3851: 3849: 3844: 3843: 3840: 3834: 3831: 3829: 3826: 3823: 3817: 3812: 3811: 3798: 3797: 3792: 3786: 3784: 3775: 3774: 3769: 3763: 3755: 3754: 3749: 3743: 3727: 3726: 3721: 3715: 3699: 3698: 3693: 3687: 3671: 3670: 3665: 3659: 3643: 3639: 3638: 3633: 3627: 3611: 3607: 3606: 3601: 3595: 3579: 3575: 3574: 3569: 3563: 3547: 3543: 3537: 3521: 3515: 3513: 3511: 3509: 3493: 3487: 3471: 3465: 3450: 3444: 3428: 3422: 3406: 3400: 3384: 3378: 3363: 3357: 3351: 3346: 3344: 3342: 3325: 3321: 3315: 3308: 3302: 3296: 3291: 3275: 3269: 3258:September 22, 3253: 3246: 3239: 3228: 3222: 3218: 3217: 3209: 3194: 3188: 3173: 3167: 3152: 3148: 3147: 3142: 3136: 3134: 3117: 3113: 3109: 3103: 3088: 3084: 3078: 3062: 3056: 3041: 3035: 3019: 3013: 2998: 2992: 2977: 2973: 2967: 2959: 2953: 2945: 2939: 2923: 2917: 2901: 2895: 2893: 2876: 2870: 2864: 2859: 2843: 2837: 2821: 2817: 2811: 2803: 2799: 2792: 2784: 2780: 2774: 2767: 2764:. p. 1. 2763: 2759: 2752: 2745: 2741: 2737: 2730: 2723: 2720:. p. 1. 2719: 2715: 2708: 2701:. p. 16. 2700: 2696: 2689: 2681: 2677: 2670: 2662: 2658: 2651: 2644:. p. 86. 2643: 2639: 2632: 2625:. p. 82. 2624: 2620: 2613: 2605: 2601: 2594: 2586: 2582: 2575: 2567: 2563: 2556: 2548: 2544: 2537: 2529: 2522: 2520: 2518: 2516: 2500: 2493: 2491: 2489: 2487: 2471: 2467: 2461: 2453: 2452: 2445: 2430: 2424: 2408: 2402: 2400: 2383: 2379: 2373: 2362:September 16, 2358: 2354: 2348: 2337:September 16, 2333: 2329: 2323: 2312:September 16, 2308: 2304: 2298: 2287:September 16, 2283: 2279: 2273: 2262:September 16, 2258: 2254: 2248: 2246: 2234:September 16, 2230: 2226: 2220: 2216: 2200: 2196: 2186: 2183: 2181: 2178: 2176: 2173: 2171: 2168: 2166: 2163: 2161: 2158: 2157: 2151: 2148: 2146: 2142: 2132: 2131:Microsoft 365 2128: 2125: 2123: 2119: 2116: 2113: 2110: 2109: 2105: 2102: 2100: 2097: 2094: 2091: 2090: 2086: 2083: 2081: 2077: 2073: 2069: 2066: 2060: 2054: 2053: 2049: 2046: 2044: 2040: 2036: 2032: 2028: 2024: 2021: 2018: 2015: 2012: 2009: 2008: 2004: 2001: 1999: 1995: 1991: 1987: 1983: 1979: 1975: 1971: 1967: 1964: 1961: 1959:July 15, 2010 1958: 1955: 1952: 1951: 1947: 1944: 1941: 1937: 1934: 1931: 1928: 1925: 1922: 1921: 1917: 1914: 1912: 1908: 1907:Windows Vista 1904: 1900: 1897: 1894: 1891: 1888: 1887: 1883: 1880: 1878: 1874: 1870: 1866: 1863: 1861:May 31, 2001 1860: 1857: 1854: 1853: 1849: 1846: 1844: 1840: 1836: 1832: 1829: 1823: 1820: 1817: 1816: 1812: 1809: 1806: 1802: 1798: 1795: 1792: 1789: 1786: 1783: 1782: 1779:Professional 1778: 1775: 1773: 1770: 1767: 1764: 1761: 1758: 1757: 1753: 1750: 1748: 1745: 1742: 1739: 1736: 1733: 1732: 1729: 1726: 1723: 1720: 1717: 1714: 1713: 1710: 1708: 1705: 1702: 1699: 1696: 1693: 1692: 1688: 1686: 1682: 1679: 1676: 1673: 1668: 1665: 1664: 1651: 1648: 1647: 1643: 1640: 1639: 1635: 1632: 1631: 1627: 1626: 1622: 1619: 1618: 1614: 1609: 1608: 1604: 1601: 1600: 1596: 1593: 1592: 1588: 1585: 1584: 1580: 1577: 1576: 1568: 1557: 1554: 1553: 1549: 1546: 1545: 1541: 1538: 1537: 1533: 1530: 1529: 1525: 1522: 1521: 1517: 1514: 1513: 1509: 1506: 1505: 1501: 1498: 1497: 1493: 1490: 1489: 1485: 1482: 1481: 1477: 1474: 1473: 1469: 1466: 1465: 1461: 1458: 1457: 1449: 1443: 1441: 1431: 1429: 1425: 1420: 1417: 1414: 1410: 1406: 1401: 1393: 1389: 1385: 1381: 1377: 1369: 1366: 1365: 1364: 1361: 1358: 1353: 1351: 1345: 1335: 1331: 1329: 1323: 1314: 1310: 1308: 1304: 1300: 1296: 1292: 1287: 1285: 1281: 1277: 1271: 1269: 1263: 1261: 1256: 1254: 1253:complex field 1245: 1241: 1238: 1235: 1234: 1233: 1231: 1226: 1222: 1219: 1215: 1209: 1205: 1201: 1197: 1189: 1187: 1178: 1175: 1161: 1158: 1155: 1153: 1150: 1148: 1145: 1143: 1140: 1138: 1135: 1133: 1130: 1129: 1127: 1124: 1121: 1118: 1115: 1112: 1109: 1106: 1104: 1101: 1099: 1096: 1094: 1091: 1089: 1086: 1083: 1080: 1078: 1075: 1072: 1071: 1070: 1062: 1058: 1055: 1051: 1049: 1046: 1041: 1031: 1027: 1025: 1021: 1017: 1013: 1010: 1009:client–server 1006: 1001: 999: 995: 991: 987: 983: 978: 976: 972: 968: 964: 960: 955: 953: 949: 945: 941: 936: 934: 929: 927: 923: 920: 919:heterogeneous 916: 912: 908: 904: 900: 896: 892: 888: 883: 881: 877: 873: 863: 861: 858:control with 857: 853: 848: 844: 841: 838: 833: 831: 826: 821: 818: 814: 810: 806: 803:developed in 802: 798: 794: 790: 786: 782: 778: 773: 771: 767: 763: 759: 754: 752: 748: 744: 740: 735: 733: 729: 725: 721: 717: 713: 709: 705: 701: 697: 692: 690: 686: 682: 677: 675: 671: 667: 663: 658: 656: 652: 648: 644: 640: 636: 632: 628: 623: 621: 617: 613: 609: 605: 601: 597: 593: 589: 585: 580: 578: 577:Microsoft 365 574: 569: 565: 562: 553: 549: 547: 542: 538: 533: 530: 527: 521: 519: 514: 510: 506: 504: 500: 495: 489: 485: 480: 471: 469: 465: 461: 457: 446: 444: 439: 435: 431: 426: 422: 418: 411:Project Omega 408: 406: 402: 398: 394: 390: 386: 382: 378: 374: 364: 362: 357: 353: 349: 345: 341: 337: 333: 329: 327: 322: 320: 319:Microsoft 365 316: 313:(ACE) with a 312: 309: 305: 301: 297: 288: 283: 269: 265: 262: 259: 257: 253: 250: 247: 245: 241: 238: 235: 233: 229: 225: 222: 218: 214: 195: 191: 177: 173: 159: 155: 141: 137: 123: 120: 119:Microsoft 365 116: 102: 99: 98:Microsoft 365 95: 90: 87: 83: 79: 65: 61: 58: 55: 53: 49: 45: 39: 34: 30: 25: 19: 4567:Other topics 4521:Technologies 4488:Shared tools 4465: 4456:Photo Editor 4411:Live Meeting 4391:InterConnect 4354:Discontinued 4084: 4065:Applications 3799:. Microsoft. 3794: 3776:. Microsoft. 3771: 3762: 3756:. Microsoft. 3751: 3742: 3730:. Retrieved 3723: 3714: 3702:. Retrieved 3695: 3686: 3674:. Retrieved 3667: 3658: 3646:. Retrieved 3642:the original 3635: 3626: 3614:. Retrieved 3610:the original 3603: 3594: 3582:. Retrieved 3578:the original 3571: 3562: 3550:. Retrieved 3545: 3536: 3524:. Retrieved 3495:. Retrieved 3486: 3474:. Retrieved 3464: 3452:. Retrieved 3443: 3431:. Retrieved 3421: 3409:. Retrieved 3407:. Fmsinc.com 3399: 3387:. Retrieved 3377: 3365:. Retrieved 3356: 3328:. Retrieved 3323: 3314: 3301: 3290: 3278:. Retrieved 3268: 3256:. Retrieved 3245: 3237: 3230:. Retrieved 3215: 3208: 3196:. Retrieved 3187: 3175:. Retrieved 3166: 3154:. Retrieved 3144: 3120:. Retrieved 3112:Office Blogs 3111: 3102: 3092:September 4, 3090:. Retrieved 3086: 3077: 3065:. Retrieved 3055: 3043:. Retrieved 3034: 3022:. Retrieved 3012: 3000:. Retrieved 2991: 2979:. Retrieved 2975: 2966: 2952: 2938: 2926:. Retrieved 2916: 2904:. Retrieved 2879:. Retrieved 2869: 2858: 2846:. Retrieved 2836: 2824:. Retrieved 2819: 2810: 2804:. p. 1. 2801: 2791: 2782: 2773: 2765: 2761: 2751: 2743: 2739: 2729: 2721: 2717: 2707: 2698: 2688: 2679: 2669: 2660: 2650: 2641: 2631: 2622: 2612: 2603: 2593: 2587:. p. 1. 2584: 2574: 2568:. p. 5. 2565: 2555: 2549:. p. 5. 2546: 2536: 2502:. Retrieved 2473:. Retrieved 2469: 2460: 2450: 2444: 2432:. Retrieved 2423: 2411:. Retrieved 2386:. Retrieved 2372: 2360:. Retrieved 2356: 2347: 2335:. Retrieved 2331: 2322: 2310:. Retrieved 2306: 2297: 2285:. Retrieved 2281: 2272: 2260:. Retrieved 2256: 2232:. Retrieved 2228: 2219: 2199: 2149: 2138: 1899:Windows 2000 1873:Windows 2000 1843:Windows 2000 1824:June 7, 1999 1747:Windows 3.1x 1728:Windows 3.1x 1674:Release Date 1570:File format 1451:File format 1440:file formats 1437: 1421: 1418: 1402: 1399: 1390: 1386: 1382: 1378: 1374: 1362: 1354: 1347: 1332: 1324: 1320: 1311: 1288: 1272: 1264: 1257: 1249: 1232:components: 1227: 1223: 1210: 1206: 1202: 1198: 1195: 1179: 1171: 1068: 1059: 1052: 1043: 1028: 1002: 984:editions of 979: 956: 942:(structured 937: 930: 884: 869: 849: 845: 842: 834: 822: 774: 755: 736: 693: 678: 659: 653:and handles 624: 596:Visual Basic 581: 570: 566: 558: 534: 531: 522: 515: 511: 507: 496: 492: 452: 443:Visual Basic 414: 370: 363:operations. 352:object-based 330: 323: 302:(DBMS) from 295: 294: 52:Developer(s) 18: 4548:Power Pivot 4508:Word Viewer 4467:Ribbon Hero 4431:Office Live 4339:Viva Engage 4285:Outlook.com 3828:Access Blog 3548:. Microsoft 3497:October 23, 3433:October 20, 3385:. Microsoft 3156:January 17, 3020:. Microsoft 2981:October 15, 2924:. Microsoft 2902:. Microsoft 2877:. Microsoft 2413:October 15, 2409:. Microsoft 2357:Google Play 2127:Office 2021 2111:Access 2021 2104:Office 2019 2092:Access 2019 2085:Office 2016 2076:Windows 8.1 2055:Access 2016 2048:Office 2013 2039:Windows 8.1 2010:Access 2013 2003:Office 2010 1953:Access 2010 1946:Office 2007 1923:Access 2007 1916:Office 2003 1889:Access 2003 1855:Access 2002 1848:Office 2000 1818:Access 2000 1707:Windows 3.0 1428:decompiling 1413:object type 1278:(VPN) or a 1192:Development 1120:Lotus 1-2-3 1005:file server 856:source code 830:Silverlight 720:Power users 484:Office 2000 381:Ashton-Tate 340:power users 193:Android hub 175:Windows hub 4627:Categories 4553:Smart tags 4366:Accounting 4305:SharePoint 4295:PowerPoint 4209:PowerPoint 4151:SharePoint 4105:PowerPoint 3732:August 15, 3146:Office.com 3122:August 20, 2848:August 20, 2504:January 2, 2211:References 2165:Form (web) 2122:Windows 11 2118:Windows 10 2099:Windows 10 2080:Windows 10 2043:Windows 10 1903:Windows XP 1877:Windows Me 1869:Windows 98 1839:Windows 98 1831:Windows 95 1797:Windows 95 1772:Windows 95 1734:Access 2.0 1715:Access 1.1 1694:Access 1.0 1683:Supported 1573:Extension 1454:Extension 1396:Protection 1147:PostgreSQL 1088:Plain text 1082:SharePoint 1054:SharePoint 1038:See also: 911:SQL Server 837:SharePoint 825:SharePoint 712:PowerPoint 679:There are 651:multi-user 561:SharePoint 541:data types 537:SharePoint 405:Compuserve 350:(VBA), an 308:relational 274:.microsoft 226:(back-end) 220:Written in 203:2024-09-11 185:2024-09-11 167:2024-09-10 149:2024-09-10 131:2024-09-10 110:2024-09-10 44:Windows 10 4473:Schedule+ 4451:PhotoDraw 4421:Classroom 4381:FrontPage 4376:Entourage 4115:Publisher 3886:Microsoft 3796:Microsoft 3773:Microsoft 3753:Microsoft 3476:March 13, 3454:March 13, 3411:April 24, 3389:March 13, 3367:March 13, 3330:March 13, 3280:March 13, 3151:Microsoft 3116:Microsoft 3067:April 24, 3002:March 13, 2928:March 13, 2906:March 13, 2881:March 13, 2826:March 13, 2802:InfoWorld 2783:InfoWorld 2762:InfoWorld 2740:InfoWorld 2718:InfoWorld 2699:InfoWorld 2680:InfoWorld 2661:InfoWorld 2642:InfoWorld 2623:InfoWorld 2604:InfoWorld 2585:InfoWorld 2566:InfoWorld 2547:InfoWorld 2434:March 13, 2170:MDB Tools 2141:Office 95 2072:Windows 8 2068:Windows 7 2035:Windows 8 2023:Windows 7 1998:Windows 8 1986:Windows 7 1911:Windows 7 1882:Office XP 1811:Office 97 1784:Access 97 1777:Office 95 1405:user name 1307:KB2553116 1303:KB2553029 1291:Windows 7 1048:web forms 758:bandwidth 751:front end 503:hard disk 488:Office XP 401:Dow Jones 304:Microsoft 261:Trialware 57:Microsoft 4612:Category 4386:InfoPath 4371:Docs.com 4270:OneDrive 4245:Bookings 4194:OneDrive 3526:July 20, 3198:June 15, 3177:June 15, 3045:June 13, 2470:WinWorld 2388:June 25, 2382:Archived 2154:See also 1827:4.0 SP1 1754:4.3 Pro 1659:Versions 1558:.laccdb 1424:compiled 1409:password 1183:/runtime 1040:Web form 969:through 866:Features 747:back end 724:end-user 681:template 474:Timeline 4594:Copilot 4396:Kaizala 4300:Project 4290:Planner 4275:OneNote 4204:Outlook 4199:OneNote 4110:Project 4100:Outlook 4095:OneNote 4078:Desktop 3905:Windows 3880:History 3232:July 8, 3024:May 20, 2475:May 23, 1680:version 1678:JET/ACE 1669:Version 1666:Version 1628:Access 1510:.accde 1494:.accda 1486:.accdt 1478:.accdr 1470:.accdb 1174:runtime 1160:IBM Db2 1114:Paradox 1098:Outlook 1045:ASP.NET 982:desktop 948:Modules 903:Paradox 891:Outlook 805:ASP.NET 785:Windows 708:Outlook 685:queries 668:at the 639:deletes 635:updates 627:indices 600:ASP.NET 548:field. 456:Paradox 377:Paradox 373:Borland 367:History 356:ActiveX 282:/access 267:Website 256:License 201: ( 183: ( 165: ( 147: ( 129: ( 108: ( 73:1992-11 71: ( 4503:Vizact 4310:Stream 4214:Remote 4177:Mobile 4139:Server 4085:Access 3704:May 2, 3676:May 2, 3648:May 2, 3616:May 2, 3584:May 2, 3552:May 2, 3223:  2451:PC Mag 2175:Jam.py 1752:Office 1671:number 1357:Wizard 1137:Oracle 915:Oracle 907:FoxPro 872:macros 797:OLE DB 762:memory 670:record 666:locked 629:, and 592:Sybase 588:Oracle 460:FoxPro 421:R:Base 397:MS-DOS 389:FoxPro 383:(with 375:(with 278:/en-us 4330:Video 4325:To Do 4320:Teams 4260:Forms 4255:Excel 4250:Delve 4224:Teams 4184:Excel 4125:Visio 4120:Teams 4090:Excel 3522:. FMS 2844:. FMS 2191:Notes 1867:SP6, 1803:SP5, 1652:.ldb 1644:.mde 1636:.mdf 1623:.mdn 1615:.mda 1605:.cdb 1597:.mdb 1589:.adp 1581:.ade 1550:.maf 1542:.mat 1534:.mar 1526:.maq 1518:.mam 1502:.mdw 1462:.adn 1157:IBM i 1142:MySQL 1108:dBase 1084:lists 1077:Excel 1022:, or 922:joins 899:dBase 895:ASCII 887:Excel 811:, or 766:scale 739:tasks 700:Excel 674:locks 643:query 385:dBase 298:is a 249:RDBMS 121:(Mac) 4416:Mail 4406:Lync 4345:Word 4335:Viva 4315:Sway 4265:Loop 4229:Word 4219:Sway 4189:Lens 4130:Word 4069:List 4052:2024 4047:2021 4042:2019 4037:2016 4032:2011 4027:2008 4022:2004 4012:2001 3979:2024 3974:2021 3969:2019 3964:2016 3959:2013 3954:2010 3949:2007 3944:2003 3934:2000 3734:2017 3706:2013 3678:2013 3650:2013 3618:2013 3586:2013 3554:2013 3528:2015 3499:2011 3478:2016 3456:2016 3435:2018 3413:2013 3391:2016 3369:2016 3332:2016 3282:2016 3260:2008 3234:2010 3221:ISBN 3200:2016 3179:2016 3158:2014 3124:2017 3094:2017 3069:2013 3047:2017 3026:2019 3004:2016 2983:2021 2930:2016 2908:2016 2883:2016 2850:2023 2828:2016 2506:2011 2477:2022 2436:2016 2415:2010 2390:2019 2364:2024 2339:2024 2314:2024 2289:2024 2264:2024 2236:2024 2180:Kexi 2058:16.0 2013:15.0 1956:14.0 1926:12.0 1892:11.0 1858:10.0 1807:SP2 1793:3.5 1768:3.0 1743:2.0 1740:1994 1724:1.1 1721:1993 1700:1992 1407:and 1293:and 1126:ODBC 1103:HTML 994:MSDE 980:The 967:.NET 965:and 913:and 813:Java 793:ODBC 760:and 710:and 704:Word 637:and 618:and 590:and 486:and 425:OS/2 338:and 326:data 276:.com 244:Type 4238:Web 4002:4.2 3997:3.0 3989:Mac 3920:4.x 3916:3.0 3912:1.x 2145:OLE 2064:16 2019:15 1962:14 1932:12 1821:9.0 1787:8.0 1762:7.0 1737:2.0 1718:1.1 1703:1.0 1697:1.0 1328:VBA 1230:COM 1093:XML 975:ADO 973:or 971:DAO 963:VB6 940:SQL 876:VBA 832:). 809:PHP 795:or 716:API 689:VBA 499:RAM 438:386 379:), 272:www 224:C++ 4629:: 4007:98 3939:XP 3929:97 3924:95 3793:. 3782:^ 3770:. 3750:. 3722:. 3694:. 3666:. 3634:. 3602:. 3570:. 3544:. 3507:^ 3340:^ 3322:. 3236:. 3149:. 3143:. 3132:^ 3114:. 3110:. 3085:. 2974:. 2891:^ 2818:. 2800:. 2781:. 2760:. 2738:. 2716:. 2697:. 2678:. 2659:. 2640:. 2621:. 2602:. 2583:. 2564:. 2545:. 2514:^ 2485:^ 2468:. 2398:^ 2355:. 2330:. 2305:. 2280:. 2255:. 2244:^ 2227:. 2120:, 2078:, 2074:, 2070:, 2041:, 2037:, 2033:, 2029:, 2025:, 1996:, 1992:, 1988:, 1984:, 1980:, 1976:, 1972:, 1968:, 1938:, 1909:, 1905:, 1875:, 1871:, 1841:, 1837:, 1833:, 1799:, 1685:OS 1442:: 1330:. 1188:. 1018:, 909:, 905:, 901:, 897:, 893:, 889:, 862:. 807:, 730:, 706:, 702:, 657:. 622:. 614:, 610:, 606:, 598:, 403:, 334:, 4341:) 4337:( 4071:) 4067:( 4017:X 3861:e 3854:t 3847:v 3736:. 3708:. 3680:. 3652:. 3620:. 3588:. 3556:. 3530:. 3501:. 3480:. 3458:. 3437:. 3415:. 3393:. 3371:. 3334:. 3284:. 3262:. 3202:. 3181:. 3160:. 3126:. 3096:. 3071:. 3049:. 3028:. 3006:. 2985:. 2960:. 2946:. 2932:. 2910:. 2885:. 2852:. 2830:. 2530:. 2508:. 2479:. 2438:. 2417:. 2392:. 2366:. 2341:. 2316:. 2291:. 2266:. 2238:. 205:) 187:) 169:) 151:) 133:) 112:) 75:)

Index



Windows 10
Developer(s)
Microsoft
Stable release(s)
Microsoft 365
Microsoft 365
C++
Operating system
Microsoft Windows
Type
RDBMS
License
Trialware
www.microsoft.com/en-us/microsoft-365/access
Edit this at Wikidata
database management system
Microsoft
relational
Access Database Engine
graphical user interface
Microsoft 365
data
Software developers
data architects
power users
application software
Visual Basic for Applications
object-based

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑