Intro

Microsoft Access is a relational database that provides a database backend, as well as front end tools and user interface.

MS Access is a member of the Microsoft Office Suite but (for some goofy reason) is not available for Macs.

MS Access uses tables, queries, forms, reports, and macros to define, sort, manage, and view data. MS Access supports normalization rules, validation rules, DDE, OLE, ActiveX, ODBC, SQL, data security, data integrity, transactions, and VBA.

Typical Steps in Building a Access Database Application

When developing the tables, it may help to think in term of entities, tangible, real-world objects, people, things, and transactions.

  1. Identify tasks that will ultimately be represented by a form or report.
  2. Group and flow chart the tasks.
  3. Identify the needed input data and calculations performed on data.
  4. Organize the data into tables and queries using normalization rules.
  5. Design mock up forms, reports, and event procedures to follow task flow.
  6. Construct the application.
  7. Test, review, and refine the application.

Keyboard Shortcuts

Limitations

History

Page Modified: (Hand noted: 2007-10-12 18:17:36Z) (Auto noted: 2007-11-17 06:45:37Z)