SlideShare a Scribd company logo
2
Most read
3
Most read
15
Most read
1
Access 2016 Module 1
Getting Started with Access 2016
2
• Understand relational databases
• Explore a database
• Create a database
• Create a table
• Create primary keys
• Relate two tables
• Enter data
• Edit data
Module Objectives
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
3
• Relational database software
• Data organized into lists
• Examples – customers, products, vendors, employees
• Access provides tools that allow
• Sorting, grouping, analyzing and reporting data in many different ways
Understand Relational Databases (Slide 1 of 3)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
4
• Duplicate data minimized
• Information is more accurate, reliable and consistent
• Data entry is faster and easier
• Data can be viewed and sorted in many ways
• Information is more secure
• Data can be shared and edited by several users simultaneously
Understand Relational Databases (Slide 2 of 3)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
5
Understand Relational Databases (Slide 3 of 3)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
Excel vs. Access Comparison
6
• Can start Access in different ways
• Database contains different objects
• Tables
• Queries
• Forms
• Reports
• Navigation Pane displays objects
Explore a Database (Slide 1 of 3)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
7
Explore a Database (Slide 2 of 3)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
Objects in a database
8
Explore a Database (Slide 3 of 3)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
Access objects and their purpose
9
• Use an Access template (sample database) or create a blank database
• Table Design View
• provides the most options for defining fields
• Datasheet View
• spreadsheet-like view of the data in a table
• Data type
• Characteristic of a field
Create a Database (Slide 1 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
10
Data types
Create a Database (Slide 2 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
11
• Essential tasks
• Define the fields
• Select data type for each field (e.g., numbers, text, dates)
• Name the table
• Determine how the table will participate in the relational database
• Identify primary key
• Field that contains unique data for each record
Create a Table (Slide 1 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
12
Important database terminology
Create a Table (Slide 2 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
13
• Primary key field
• Contains data that uniquely identifies each record
- No two records can have the exact same entry in primary key field
• Helps relate one table to another
- One-to-many relationship (one record in one table relates to many records in another table)
Create Primary Keys (Slide 1 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
14
Creating a primary key field
Create Primary Keys (Slide 2 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
15
• Create a one-to-many relationship
• Use a common field to relate tables
• Primary key is the “one” side of the relationship
• Foreign key is the “many” side of the relationship
• One-to-many line shows the link with a “1” on the one side and an infinity symbol on
the many side
• In Datasheet view, subdatasheet shows related records (records in the many
table)
Relate Two Tables (Slide 1 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
16
Relate Two Tables (Slide 2 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
Creating a one-to-many relationship
17
• Focus
• Which data you would enter or edit if you started typing
• Options for changing focus
• [Tab]
• [Enter]
• Navigation buttons:
Previous record
Next record
Enter Data (Slide 1 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
18
Navigation mode keyboard shortcuts
Enter Data (Slide 2 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
19
• Access automatically saves new data and changes to existing data as soon as
you move to another record OR close the datasheet
• To change the contents of an existing record, navigate to the field you want to
change and type the new information
• Press [Esc]
• Once to remove the current field’s editing changes
• Twice to remove all changes to current record
Edit Data (Slide 1 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.
20
Edit mode keyboard shortcuts
Edit Data (Slide 2 of 2)
© 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a
password-protected website for classroom use.

More Related Content

PPTX
Ms access
PPTX
Ms access
PPTX
Ms access
PPTX
Ms access 2007
PPTX
Ms access 2010
PDF
Introduction to Database
PPT
MS-Access Tables Forms Queries Reports.ppt
PPTX
Creating a table in ms access
Ms access
Ms access
Ms access
Ms access 2007
Ms access 2010
Introduction to Database
MS-Access Tables Forms Queries Reports.ppt
Creating a table in ms access

What's hot (20)

PPTX
PPT
Introduction to microsoft office
PPTX
Excel 2010
PPTX
Microsoft Excel Basics
PPTX
Ms excel ppt presentation
PPT
Windows Basic Computer Skills
PPTX
MS ACCESS (REPORT)
PPTX
ms excel presentation...
PPT
Training On Microsoft Excel
PPTX
Access lesson 04 Creating and Modifying Forms
PPTX
Excel-2016-L1-PPT.pptx
PPTX
MS ACCESS PPT.pptx
PPTX
Microsoft word
PPSX
Microsoft Power Point
PPTX
Access 2016 module 2 ppt presentation
PPT
Microsoft Powerpoint
PPT
Introduction to Excel
PPTX
Learning power point 2016
PDF
A practical tutorial to excel
Introduction to microsoft office
Excel 2010
Microsoft Excel Basics
Ms excel ppt presentation
Windows Basic Computer Skills
MS ACCESS (REPORT)
ms excel presentation...
Training On Microsoft Excel
Access lesson 04 Creating and Modifying Forms
Excel-2016-L1-PPT.pptx
MS ACCESS PPT.pptx
Microsoft word
Microsoft Power Point
Access 2016 module 2 ppt presentation
Microsoft Powerpoint
Introduction to Excel
Learning power point 2016
A practical tutorial to excel
Ad

Viewers also liked (20)

PPTX
Power point 2016 module 1 ppt presentation
PPTX
Access 2016 module 3 ppt presentation
PPTX
Access 2016 module 4 ppt presentation
PPTX
Word 2016 module 2 ppt presentation
PPTX
Word 2016 module 3 ppt presentation
PPTX
Power point 2016 module 4 ppt presentation
PPTX
Power point 2016 module 3 ppt presentation
PPTX
Word 2016 module 1 ppt presentation
PPTX
Power point 2016 module 2 ppt presentation
PPTX
Word 2016 module 4 pp
ODP
Domain Access Module
PDF
Career guidance as a creative process
PPTX
Excel module 1 ppt presentation
PPTX
Access 2013 Unit C
PPTX
Access 2013 Unit B
PDF
New Perspectives: Access.07
PPTX
Module 1 power point presentation
PDF
New Perspectives: Access.08
PDF
New Perspectives: Access.01
PDF
New Perspectives: Access.09
Power point 2016 module 1 ppt presentation
Access 2016 module 3 ppt presentation
Access 2016 module 4 ppt presentation
Word 2016 module 2 ppt presentation
Word 2016 module 3 ppt presentation
Power point 2016 module 4 ppt presentation
Power point 2016 module 3 ppt presentation
Word 2016 module 1 ppt presentation
Power point 2016 module 2 ppt presentation
Word 2016 module 4 pp
Domain Access Module
Career guidance as a creative process
Excel module 1 ppt presentation
Access 2013 Unit C
Access 2013 Unit B
New Perspectives: Access.07
Module 1 power point presentation
New Perspectives: Access.08
New Perspectives: Access.01
New Perspectives: Access.09
Ad

Similar to Access 2016 module 1 ppt presentation (20)

PPTX
MS-ACCESS.pptx
PPTX
Access Basics 01
PPT
Chapter 5 ms access-1
PPTX
Introduction to ms access database
PDF
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
PPTX
ECDL module 5: using databases [To be continued]
PPTX
Introduction to database with ms access.hetvii
PPTX
Introduction to database with ms access(DBMS)
PPTX
MS ACCESS.pptx
PDF
Data Base Management System.pdf
PPTX
unit database IGCSE summary for unit 18-1
PDF
001.general
PPTX
dbms ms access basics and introduction to ms access
PPT
TID Chapter 10 Introduction To Database
PPTX
INTRODUCTION TO DATABASE............pptx
PPTX
Operate Database Applicationidentify ntrk handtools.pptx
PPT
Uses of MS Access in Business
PPT
Database an introduction
MS-ACCESS.pptx
Access Basics 01
Chapter 5 ms access-1
Introduction to ms access database
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
ECDL module 5: using databases [To be continued]
Introduction to database with ms access.hetvii
Introduction to database with ms access(DBMS)
MS ACCESS.pptx
Data Base Management System.pdf
unit database IGCSE summary for unit 18-1
001.general
dbms ms access basics and introduction to ms access
TID Chapter 10 Introduction To Database
INTRODUCTION TO DATABASE............pptx
Operate Database Applicationidentify ntrk handtools.pptx
Uses of MS Access in Business
Database an introduction

More from dgdotson (9)

PPTX
Windows 10 module 2 ppt presentation
PPTX
Windows 10 module 1 ppt presentation
PPTX
Word 2016 module 2 ppt presentation
PPTX
Ecc 2016 module 1 ppt presentation
PPTX
Excel module 4 ppt presentation
PPTX
Excel module 3 ppt presentation
PPTX
Excel module 2 ppt presentation
PPTX
Word 2016 module 1 ppt presentation
PPTX
Ecc 2016 module 1 ppt presentation
Windows 10 module 2 ppt presentation
Windows 10 module 1 ppt presentation
Word 2016 module 2 ppt presentation
Ecc 2016 module 1 ppt presentation
Excel module 4 ppt presentation
Excel module 3 ppt presentation
Excel module 2 ppt presentation
Word 2016 module 1 ppt presentation
Ecc 2016 module 1 ppt presentation

Recently uploaded (20)

PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Cloud computing and distributed systems.
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Empathic Computing: Creating Shared Understanding
PDF
Electronic commerce courselecture one. Pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Cloud computing and distributed systems.
Network Security Unit 5.pdf for BCA BBA.
20250228 LYD VKU AI Blended-Learning.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
NewMind AI Weekly Chronicles - August'25 Week I
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Empathic Computing: Creating Shared Understanding
Electronic commerce courselecture one. Pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Advanced methodologies resolving dimensionality complications for autism neur...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Reach Out and Touch Someone: Haptics and Empathic Computing
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Encapsulation_ Review paper, used for researhc scholars
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows

Access 2016 module 1 ppt presentation

  • 1. 1 Access 2016 Module 1 Getting Started with Access 2016
  • 2. 2 • Understand relational databases • Explore a database • Create a database • Create a table • Create primary keys • Relate two tables • Enter data • Edit data Module Objectives © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 3. 3 • Relational database software • Data organized into lists • Examples – customers, products, vendors, employees • Access provides tools that allow • Sorting, grouping, analyzing and reporting data in many different ways Understand Relational Databases (Slide 1 of 3) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 4. 4 • Duplicate data minimized • Information is more accurate, reliable and consistent • Data entry is faster and easier • Data can be viewed and sorted in many ways • Information is more secure • Data can be shared and edited by several users simultaneously Understand Relational Databases (Slide 2 of 3) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 5. 5 Understand Relational Databases (Slide 3 of 3) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use. Excel vs. Access Comparison
  • 6. 6 • Can start Access in different ways • Database contains different objects • Tables • Queries • Forms • Reports • Navigation Pane displays objects Explore a Database (Slide 1 of 3) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 7. 7 Explore a Database (Slide 2 of 3) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use. Objects in a database
  • 8. 8 Explore a Database (Slide 3 of 3) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use. Access objects and their purpose
  • 9. 9 • Use an Access template (sample database) or create a blank database • Table Design View • provides the most options for defining fields • Datasheet View • spreadsheet-like view of the data in a table • Data type • Characteristic of a field Create a Database (Slide 1 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 10. 10 Data types Create a Database (Slide 2 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 11. 11 • Essential tasks • Define the fields • Select data type for each field (e.g., numbers, text, dates) • Name the table • Determine how the table will participate in the relational database • Identify primary key • Field that contains unique data for each record Create a Table (Slide 1 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 12. 12 Important database terminology Create a Table (Slide 2 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 13. 13 • Primary key field • Contains data that uniquely identifies each record - No two records can have the exact same entry in primary key field • Helps relate one table to another - One-to-many relationship (one record in one table relates to many records in another table) Create Primary Keys (Slide 1 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 14. 14 Creating a primary key field Create Primary Keys (Slide 2 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 15. 15 • Create a one-to-many relationship • Use a common field to relate tables • Primary key is the “one” side of the relationship • Foreign key is the “many” side of the relationship • One-to-many line shows the link with a “1” on the one side and an infinity symbol on the many side • In Datasheet view, subdatasheet shows related records (records in the many table) Relate Two Tables (Slide 1 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 16. 16 Relate Two Tables (Slide 2 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use. Creating a one-to-many relationship
  • 17. 17 • Focus • Which data you would enter or edit if you started typing • Options for changing focus • [Tab] • [Enter] • Navigation buttons: Previous record Next record Enter Data (Slide 1 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 18. 18 Navigation mode keyboard shortcuts Enter Data (Slide 2 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 19. 19 • Access automatically saves new data and changes to existing data as soon as you move to another record OR close the datasheet • To change the contents of an existing record, navigate to the field you want to change and type the new information • Press [Esc] • Once to remove the current field’s editing changes • Twice to remove all changes to current record Edit Data (Slide 1 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.
  • 20. 20 Edit mode keyboard shortcuts Edit Data (Slide 2 of 2) © 2017 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use.