Microsoft Office Professional 2010 Step by Step eBook

(Ben Green) #1

760 Chapter 25 Explore an Access 2010 Database


Understanding Database Concepts


Simple database programs, such as the Database component of Microsoft Works, can store
information in only one table. These simple databases are often called flat file databases, or
just flat databases. More complex database programs, such as Access, can store information
in multiple related tables, thereby creating what are referred to as relational databases. If
the information in a relational database is organized correctly, you can treat these multiple
tables as a single storage area and pull information electronically from different tables in
whatever order meets your needs.
A table is just one of the object types you work with in Access. Other object types include
forms, queries, reports, macros, and modules.
Of all these object types, only one—the table—is used to store information. The rest
are used to enter, manage, manipulate, analyze, retrieve, or display the information
stored in a table—in other words, to make the information as accessible and therefore
as useful as possible.
Over the years, Microsoft has put a lot of effort into making Access not only one of the
most powerful consumer database programs available, but also one of the easiest to learn
and use. Because Access is part of Office 2010, you can use many of the same techniques
you use with Microsoft Word and Microsoft Excel. For example, you can use familiar
commands, buttons, and keyboard shortcuts to open and edit the information in Access
tables. And you can easily share information between Access and Word, Excel, or other
Office programs.
In its most basic form, a database is the electronic equivalent of an organized list of infor-
mation. Typically, this information has a common subject or purpose, such as the list of
employees shown in the following table.

ID Last name First name Title Hire date
1 Anderson Nancy Sales Rep May 1, 2003
2 Carpenter Chase Sales Manager Aug 14, 2001
3 Emanuel Michael Sales Rep Apr 1, 1999
4 Furse Karen Buyer May 3, 2004

This list is arranged in a table of columns and rows. Each column represents a field—a
specific type of information about an employee: last name, first name, hire date, and so
on. Each row represents a record—all the information about a specific employee.
Free download pdf