Access

Introduction to Access Databases

Access is a relational database. A relational database is a collection of data items organized as a set of tables. In this lesson, you’ll get a chance to familiarize yourself with the basic components of the database. First, we’ll look at some common database terms. You’ll also take a closer look at the Navigation pane. We’ll introduce tables, table relationships, queries, forms, and reports. Finally, you’ll learn how to close database objects in Access.

For instructor-led Microsoft Access classes in LA call us on 888.815.0604.

Common Database Terms

Before you start learning more about Access procedures, let’s make sure that you have a solid grounding in database terminology. The following terms are commonly used in Access:

  • File - A file is a collection of associated records.
  • Record - All information (all fields/columns) for every item in a file is called a record (or each individual line).
  • Field - A record is divided into separate headings/sections and each is known as a field - this could refer to each column/heading. There are different types of fields, including:

    • NUMBER fields, which can be sorted in ascending or descending numeric order
    • Currency and Date/Time fields
    • TEXT fields, which can contain numbers and text that do not need to be sorted, such as telephone numbers
  • Data - Data is a collection of pieces of information.
  • Database - A database is the organized collection of your data. The Access database can be sorted, queried, or amended at any time.
  • Database object - An object is a container for the work you want Access to perform. It includes tables, macros, queries, forms, reports, and/or pages.
  • Table - A table is a collection of data organized by categories called fields, into unique sets of data called records.
  • Datasheet - A datasheet is a different way of looking at a table, form query, or stored procedure. It is displayed in rows and columns.
  • Query - A query is a request you make of your data to extract only the information you want.
  • Form - A form is a user-friendly interface used for entering or displaying data.
  • Report - A report is similar to a form, but it only shows the information you want. It is also the end result of a query. You can print a report.

Using the Navigation Pane

The Navigation Pane provides a way to open all of the database objects that make up your database.

To expand or collapse the Navigation pane, and how to expand or collapse each of the items listed in the pane.

To open the Navigation pane, select the bar on the left of the screen, titled “Navigation Pane.”

Access Navigation Pane

The Navigation Pane displays all of the objects included with your database, including tables, forms, reports, and queries. The sample database is organized with custom categories.

  1. Select a Category header to expand it (or collapse it).
  2. Double-click on an object to open it.

Access Table List

You can customize the Navigation Pane.

  1. Select the arrow in the Navigation Pane title bar.

Access displays a list.

Navigate to Category - Filter by Group

  1. Under the Navigate To Category, select the category that matches the objects you wish to view. You can also filter the contents of the Navigation Pane. Select an option under Filter By Group to show only those items.

Understanding Tables and Table Relationships

Tables make up the backbone of your database. Tables have relationships to connect data without having to store it in multiple places.

Tables

Tables are made up of columns and rows. Each column is a field. A field is a single piece of information. For example, a field could be Last Name, or Product description. Each field includes some type of information relevant to the table you have created.

Each row is a record. A record is a meaningful and consistent way to combine information about something. In other words, the record includes all of the fields and their information about one unique item in the table. The same fields of information are stored for each record in the table. Each record includes a unique ID known as the primary key.

Table Relationships

One of the goals of good database design is to remove data redundancy or duplicate data. In order to achieve this goal, you can divide your data into many subject-based tables so that each fact is only represented once. Relationships are a way to bring the divided information back together. For example, in one table you could store customer information. The fields might include the customer number, first name, last name, address and so on. In another table, you might store order information. One of the pieces of information you may want to store about orders is the customer who ordered it. You can simply use the customer number, and then create a relationship between the two tables to access the rest of the customer information.

To open a table, use the following procedure.

  1. In the Navigation pane, select the arrow next to Northwind Traders.
  2. Select Object Type from the drop down list.

Object Type from Dropdown

  1. Select the double arrows to the right of Tables. Double-click any table to open it.

Open a table list in MS Access

Notice the icon next to the tables.

Closing Database Objects

To close database objects, use the following procedure.

  1. Right-click on the tab for the database object you want to close.
  2. Select Close from the context menu. You can also select Close All to close all open objects.

Closing Database objects in Microsoft Access

 

Access student reviews

Every year we train thousands of satisfied students. Read a sample of testimonials at our Access training testimonial page.