Chapter 33. An Introduction to Database Development

In this chapter, you learn the concepts and terminology of databases and how to design the tables that your Access application's forms and reports will use.

Database development is quite unlike most other ways in which you work with computers. Unlike Microsoft Word or Excel, where the approach to working with the application is easy to understand, good database development requires prior knowledge. A beginning user opening Access for the first time likely has no idea where to start. Although the opening user interface helps you create your first database, from that point on, you're pretty much on your own. Unlike Word or Excel, you can't just start typing things in at the keyboard and see any results.

The fundamental concept underlying Access databases is that data is stored in tables. Tables are composed of rows and columns of data, much like an Excel worksheet. In a properly designed database, each table represents a single type of entity, such as a customer or a list of products. Each row within a table describes a single instance of the entity, such as one customer or an individual product. Each column in an Access table contains a single type of data, such as text or date/time.

As you work ...

Get Microsoft® Office 2010 Bible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.