Microsoft Access is a Windows Relational Database Management System (RDBMS). This document assumes a basic familiarity with RDBMSs and with Microsoft Windows. It describes, in broad terms, the facilities offered by Access and demonstrates how some of the commoner tasks can be carried out. A database based on the operation of a bank is described in Appendix I of this document and will be used in examples throughout. An Access database is made up of a collection of tables, queries, forms, reports, macros and modules (programming code). All of the information connected with a database is stored in a single file. The file will have a name of your choice and extension MDB. Access enables its users to:
Return to Table of Contents.
Fundamentals
System Requirements
To run Access you will require:
Data Types Supported by Access
The following data types are supported by Access:
Restrictions imposed by Access
Many of the restrictions imposed are not restrictions in any practical sense: e.g. the maximum database size of 1GB (1000Mb) is hardly likely to be exceeded before disk space is exhausted. The only maxima likely be approached in practice are:
A complete list of restrictions can be found in Appendix A of the Access User's Guide.
Return to Table of Contents Continue with the next section.