Access 2016 Basic Student Guide
Access 2016 Basic Student Guide
Basic
© 2018 by CustomGuide, Inc. 3387 Brownlow Avenue, Suite 200; Saint Louis Park, MN 55426
This material is copyrighted and all rights are reserved by CustomGuide, Inc. No part of this publication
may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language
or computer language, in any form or by any means, electronic, mechanical, magnetic, optical, chemical,
manual, or otherwise, without the prior written permission of CustomGuide, Inc.
We make a sincere effort to ensure the accuracy of the material described herein; however, CustomGuide
makes no warranty, expressed or implied, with respect to the quality, correctness, reliability, accuracy, or
freedom from error of this document or the products it describes. Data used in examples and sample data
files are intended to be fictional. Any resemblance to real persons or companies is entirely coincidental.
The names of software products referred to in this manual are claimed as trademarks of their respective
companies. CustomGuide is a registered trademark of CustomGuide, Inc.
Contents
Access Fundamentals ...............................................................................................................................7
Introduction to Databases ...............................................................................................................................8
Database Objects .........................................................................................................................................9
Understand the Screen ................................................................................................................................. 10
N
Open a Database ........................................................................................................................................... 13
Open a Database ....................................................................................................................................... 13
Work with Database Objects ........................................................................................................................ 14
LY IO
Use the Navigation Pane ........................................................................................................................... 14
Open a Database Object ........................................................................................................................... 14
Switch Object Tabs .................................................................................................................................... 15
N
Select Text ................................................................................................................................................. 35
Select a Record .......................................................................................................................................... 35
Select Multiple Records ............................................................................................................................. 36
LY IO
Select a Field Column ................................................................................................................................ 36
Add, Edit, and Delete Records ....................................................................................................................... 38
Add a Record ............................................................................................................................................. 38
Edit a Record.............................................................................................................................................. 39
N
Rearrange Columns ................................................................................................................................... 67
Change Gridlines and Cell Effects ................................................................................................................. 68
Change Gridlines ....................................................................................................................................... 68
LY IO
Apply Background Colors .......................................................................................................................... 69
Apply Cell Effects....................................................................................................................................... 70
Freeze a Column ........................................................................................................................................... 71
Freeze a Column........................................................................................................................................ 71
N
Format Text Fields ....................................................................................................................................... 105
Set a Default Value ...................................................................................................................................... 106
Require Data Entry ...................................................................................................................................... 107
LY IO
Validate Data ............................................................................................................................................... 108
Create an Input Mask .................................................................................................................................. 110
Create a Lookup Field .................................................................................................................................. 114
Create a Lookup Field .............................................................................................................................. 114
N
and print. Open a Database
Work with Database Objects
This chapter is an introduction to working with Access.
We don’t get into great depth here, but we make sure Tour of Tables
LY IO
you understand the key parts of Access, such as tables, Tour of Queries
forms, queries, and reports. You’ll learn about the main
Tour of Forms
components of the program screen, how to work with
database objects, and how to use help. Tour of Reports
Help
A database program, however, is much more powerful than a simple list you keep on paper or in a Microsoft
N
Word document. A database program lets you:
LY IO
personal information, such as a list of Aunt Mildred’s home recipes,
or business information, such as a list of hundreds of thousands of
customers. A database also makes it easy to add, update, organize,
and delete information.
N T
• Find Information: You can easily and instantly locate information
stored in a database. For example, you can find all the customers
with the last name “Johnson” or all the customers who live in the
O A
55417 ZIP code and are older than 65.
Database Objects
N
Tables Tables store a database’s data in rows (records) and columns (fields). For
example, one table could store a list of customers and their addresses while
another table could store the customers’ orders. A database must always
LY IO
contain at least one table where it can store information—all the other database
objects are optional.
Queries Queries ask a question of data stored in a table. For example, a query might only
display customers who are from Texas.
N T Forms Forms are custom screens that provide an easy way to enter and view data in a
table or query.
O A
Reports Reports present data from a table or query in a printed format.
Macros Macros help you perform routine tasks by automating them into a single
U
command. For example, you could create a macro that automatically opens and
prints a report.
AL
Modules Like macros, modules automate tasks, but they do so by using a built-in
programming language called Visual Basic or VB. Modules are much more
powerful and complex than macros.
EV
N
LY IO
N T
O A U
AL
EV
Title Bar: Displays the name of the current Help/Display Options: Here you can
file. change how much of the ribbon is
displayed; minimize, maximize or restore
the screen; or close Access altogether.
Quick Access Toolbar: This is a fast way to The Ribbon: This is where you’ll find all the
access the most used features. options you need to make a database. The
options are grouped into tabs.
File tab: This is where you'll find basic file Access Object: The Access Object is where
management commands, such as New, you can view the content of the open or
Open, Save, Close, and program options. selected database object.
Microsoft Account User Info: When you View buttons: Use one of the view buttons
EV
log in with your Microsoft account, your to quickly switch between the different
name and picture appear here. views.
Scroll bar: Use the scroll bar to view Navigation Pane: The Navigation Pane is
different parts of the database object. where you can see and open your database
objects, such as tables, queries, forms, and
reports.
EV
Status bar: The Status bar displays Object tab: A tab appears for each open
messages and feedback. database object. Click a tab to view and
work with that object.
Open a Database
Click the File tab.
Click Open. The databases
N
you’ve recently opened show
up here.
Select the location where the
LY IO
file is saved.
• If you’re signed into your
Microsoft account, you can
open files directly from
N T OneDrive.
• Or click Computer to open a
database that is saved
O A
locally to your computer.
Click Browse.
U
Navigate to where your file is
saved and select the file you
want to open.
AL
Click Open.
N
select the type of object(s) you
want to display.
The Navigation Pane can
LY IO
display different types of
Access objects. You can change
the view settings to view all
the database objects in this
database.
N
stack on top of each other in the same
window. To bring a different object to
the top, where it’s visible, click its tab.
LY IO
N T
O A
Modify a Database Object in Design View
Click the View button list
U
arrow.
Select Design View.
AL
N
LY IO
N T
O A
Rename a Database Object
In the Navigation Pane, right-
click the object that you want
U
to rename.
Select Rename from the
AL
contextual menu.
Type a new name and press
Enter.
N
LY IO
N T
O A U
AL
EV
Open a Table
Double-click the table you
N
want to open in the Navigation
Pane.
LY IO
window.
N T
be using a database template that
already has tables created for you.
O A U
AL
EV
N
LY IO
N T
O A U
AL
Fields: Tables are made up of groups of fields. A field is a specific type of information, such as a
EV
Records: Together, the related fields for each individual person, place, or thing make up a single
record.
Record selector: The record selector shows indication of the record that you are currently
working on.
Record Navigation bar: You use the Record Navigation bar buttons to move through the records
in a table.
Scroll bars: Tables usually contain too much information to display on the screen at once, so
you’ll have to use the scroll bars to see all of it.
N
Next record Click the Next record Press the <↓> arrow Click the record you want
navigation button. key. to select (if displayed).
Previous record
LY IO
Click the Previous Press the <↑> arrow Click the record you want
record navigation button. key. to select (if displayed).
First record in a table Click the First record Press <Ctrl> + <Home> N/A
navigation button. (when not editing
record).
N T
Last record in a table Click the Last record
navigation button.
Press <Ctrl> + <End>
(when not editing
N/A
O A
record).
New blank record Click the New (blank) N/A Click in the (New) row at
U
record navigation button. the end of the table.
For example, if you wanted to know which employees had worked for the company for more than five years,
you could create a query to examine the contents of the Hire Date field to find all the records in which the
hire date is more than five years old. Access would retrieve the information that meets your criteria and
display it in a datasheet.
N
Open a Query
Double-click the query you
LY IO
want to open in the Navigation
Pane.
N T
displayed in a datasheet, and you can
even edit records in some queries. But,
the information in a query isn’t a
O A
duplication of the data in a table—it’s
just another way of looking at it.
U
AL
EV
N
used to specify which records to
display.
LY IO
Tip: You can also display a query in
Design View by right-clicking the query
object in the Navigation Pane and
selecting Design View. Or, click the
Design View button in the Status bar.
N T
O A
Change a Query’s Criteria
U
Select the information you
want to edit in the Criteria row
and type in your changes.
AL
EV
N
LY IO
N T
O A U
AL
EV
• Form: A traditional form view. In Layout view, you can edit the form design while also displaying
N
data.
• Split form: Creates a split screen that allows you to view information through a Form view and
Datasheet view at the same time. You can use the Datasheet view to locate a record and the Form
LY IO
view to edit it.
• Multiple items form: Allows you to view multiple records at a time—unlike a regular form where
you can only work with one record at a time. It looks much like a datasheet, but allows for more
customization.
N T• Other forms types: You may also come across forms that look like datasheets, or Modal Dialog
forms that pop out in their own dialog box windows (instead of appearing as tabbed items next to
O A
the other database objects in the main database window).
Open a Form
U
Double-click the form you want
to open in the Navigation
Pane.
AL
N
LY IO
N T
Add a Record
O A
Click the New Record button
on the Record Navigation bar.
U
A blank form appears, ready to
accept your information.
Complete the form fields.
AL
Although you can directly print tables and queries, they don’t have any format or display options.
Open a Report
N
Double-click the report you
want to open in the Navigation
Pane.
LY IO
The report appears in Report View.
N T
O A U
AL
N
appears.
Select a topic or click in the
Search box.
LY IO
A list of help topics appears.
Type a topic and click the
Search icon.
Click the topic that best
N
LY IO
N T
O A U
AL
EV
Close a Database
Click the File tab.
N
Select Close.
LY IO
N T
O A U
AL
EV
N
bar also closes any open databases.
LY IO
N T
O A U
AL
EV