Access - Chapter 1 - Creating A Database and Tables
Access - Chapter 1 - Creating A Database and Tables
SLO 1.1
Organize Data
Like the majority of the DBMSs available today, Access is a relational database, which means that the data
are organized into a collection of related tables. Each table stores data about one type, or grouping, of
information represented in the system. For example, a database application used by a retail store contains a
table with details about its customers, a table with details about the products it sells, and a table with details
about the orders its customers have made for the various products. The different tables are related, or
connected, to one another through common fields.
The first step in creating a database is to determine the best way to organize the required data. To do so,
you need to understand the hierarchy of data used in relational databases. In Access, the hierarchy is
organized from the smallest to the largest grouping of data. A field is a collection of characters that describes
one aspect of a business object or activity—a single unit of data. A record is a collection of related data fields. A
table is a collection of related records. Visually, you see the table containing rows and columns. Each row is the
equivalent of a record. A row contains many different columns or fields. A database is a collection of related
tables. An example of how this hierarchy works for a database that a university might use is shown in Table 1-1.
Field A single unit of data Date Enrolled, Student First Name, Student Last Name, Student
ID
Record A collection of related fields All of the fields for one student stored together
Table A collection of related records A record for each of the students at the university stored together
Database A collection of integrated and The collection of the student, faculty, and course tables for the
related tables entire university
How do you know how many tables you need or which fields belong in which tables? Often the database
design plan is already completed for you, and you simply need to build the design. At this point, the simplest
answer to the question about how many tables you need is this: Create a separate table for each major subject
or grouping of information you will store in the database. Later, in SLO 2.6: Understanding and Designing
Relational Databases, you will learn a more formal set of steps to create a well-designed database.
https://hillsboroughybor.simnetonline.com/sb/ac19_ip_01_01/?l=227…5&redirect_uri=%2Fsp%2Fassignments%2Fsimbooks%2Fdetails%2F8737659 Page 1 of 5
Access - Chapter 1 - Creating a Database and Tables 3/23/24, 4:32 PM
The Ribbon in Access contains five primary tabs: File, Home, Create, External Data, and Database Tools.
Access also has several contextual tabs that become available to you when you are working on different
tasks. The Ribbon provides the common Office functions, like copy, paste, and file management, but many of
the Ribbon tabs are unique to Access. The Ribbon also contains the Tell Me help feature. You enter text in the
Tell Me search box and Access displays command options that take you directly to the actions you want to
perform.
MORE INFO
Depending on configuration changes made to the Access program installed on your computer, you may see a sixth tab
titled Add-Ins.
Table Stores data Once a table is created, you can begin entering data.
records Create a separate table for each type or grouping of
information. When you view data in a table, it appears in a
tabular format, very much like a spreadsheet.
Form Used to create an Although you can do these tasks directly in a table, a form
interface to view, usually provides an easier way to interact with the data.
add, update, and Forms also enable you to view only one record at a time
delete data in a and to view fields from multiple tables at the same time.
table
Query Used to find data Queries enable you to specify criteria to locate specific
in your database records. Queries can also be used to perform actions such
as updating or deleting records.
https://hillsboroughybor.simnetonline.com/sb/ac19_ip_01_01/?l=227…5&redirect_uri=%2Fsp%2Fassignments%2Fsimbooks%2Fdetails%2F8737659 Page 2 of 5
Access - Chapter 1 - Creating a Database and Tables 3/23/24, 4:32 PM
Report Used to view and Reports enable you to create a formatted, and more
print the data in professional, way to view and print the contents of your
your database database.
MORE INFO
Forms, queries, and reports provide different ways to interact with the data in your tables. As a result, they are related
to the tables on which they are based.
Access contains two additional objects, Macros and Modules. These objects enable you to add functionality
to the forms and reports in your database. For example, you can add a button to a form and tell Access what
actions to perform when an event happens to that button. Examples of events are clicking a button or moving
the pointer over a button. You can attach specific actions to each event. For example, attach an action to open a
form when the button is clicked.
ANOTHER WAY
F11 opens and closes the Navigation Pane.
https://hillsboroughybor.simnetonline.com/sb/ac19_ip_01_01/?l=227…5&redirect_uri=%2Fsp%2Fassignments%2Fsimbooks%2Fdetails%2F8737659 Page 3 of 5
Access - Chapter 1 - Creating a Database and Tables 3/23/24, 4:32 PM
HOW TO: Modify the Navigation Pane Category and Group Filter
1. Click the Navigation Pane arrow, shown in Figure 1-4, to open the Navigation menu.
2. Select the desired category.
The Navigation menu closes.
The Navigation Pane updates to display the objects based on
your category selection.
3. Click the Navigation Pane arrow to open the Navigation menu.
4. Select the desired filter selection.
5. The Navigation menu closes.
6. The Navigation Pane updates to display the objects based on your
filter selection.
You can adjust the width of the Navigation Pane as needed. Figure 1-4 Modify the Navigation
Increase the width to see the complete text of longer object names. Pane
Decrease the width when you wish to have more space in the Access
work area to display and edit objects.
To switch between views of an open table, click the View button [Home tab, Views group] as shown in
Figure 1-6 and select the desired view. The view option that is currently selected displays with a gray icon.
Figure 1-7 illustrates Datasheet view of a table. The name of the table displays in
the tab at the top of the datasheet. Each row represents a record in the table and
each column represents a field. The gray cell on the left of each row is the record
selector. The record selector turns yellow when field(s) are selected on a particular
row, indicating the active row. A rose-colored border surrounds the active cell. The
active cell is the field where you enter or edit data. The last row in a table is the
append row, identified with an asterisk in the record selector of that row. A new
record is added to a table by entering the data in fields of the append row. The
horizontal and vertical scroll sliders automatically display if the Access window is not
wide enough or tall enough to display all of the rows and columns. Move the sliders to
adjust what displays in the window. You may also see columns that display a series of
Figure 1-6 View
# symbols. This occurs if the width of a column with numeric data is not large enough
menu of a table
to display the entire contents.
https://hillsboroughybor.simnetonline.com/sb/ac19_ip_01_01/?l=227…5&redirect_uri=%2Fsp%2Fassignments%2Fsimbooks%2Fdetails%2F8737659 Page 4 of 5
Access - Chapter 1 - Creating a Database and Tables 3/23/24, 4:32 PM
Page(s)
ID ac19_ip_01_01
https://hillsboroughybor.simnetonline.com/sb/ac19_ip_01_01/?l=227…5&redirect_uri=%2Fsp%2Fassignments%2Fsimbooks%2Fdetails%2F8737659 Page 5 of 5