SlideShare a Scribd company logo
1 of 20
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

What's hot

Ms access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal sahaMs access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal saha253253
 
Microsoft Power Point
Microsoft Power PointMicrosoft Power Point
Microsoft Power PointOwly Eyes
 
Microsoft word - teaching slides
Microsoft word  - teaching slidesMicrosoft word  - teaching slides
Microsoft word - teaching slidesMiss-Short
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksskomadina
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excelsam ran
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Alomgir Hossain
 
Charts in EXCEL
Charts in EXCELCharts in EXCEL
Charts in EXCELpkottke
 
Microsoft word basics ppt
Microsoft word basics pptMicrosoft word basics ppt
Microsoft word basics pptjdbutler13
 
Microsoft Office Application (Word, Power Point, Excel)
Microsoft Office Application (Word, Power Point, Excel)Microsoft Office Application (Word, Power Point, Excel)
Microsoft Office Application (Word, Power Point, Excel)ACLC Antipolo
 
Access lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying FormsAccess lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying FormsAram SE
 
Ms access basics ppt
Ms access basics ppt Ms access basics ppt
Ms access basics ppt vethics
 

What's hot (20)

Ms access
Ms accessMs access
Ms access
 
Ms access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal sahaMs access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal saha
 
Ms access
Ms accessMs access
Ms access
 
Intro to ms excel
Intro to ms excelIntro to ms excel
Intro to ms excel
 
Microsoft Power Point
Microsoft Power PointMicrosoft Power Point
Microsoft Power Point
 
Microsoft word - teaching slides
Microsoft word  - teaching slidesMicrosoft word  - teaching slides
Microsoft word - teaching slides
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
Ms word 2007
Ms word 2007Ms word 2007
Ms word 2007
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
 
MS Excel 2013
MS Excel 2013MS Excel 2013
MS Excel 2013
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table
 
Ms excel
Ms excelMs excel
Ms excel
 
Charts in EXCEL
Charts in EXCELCharts in EXCEL
Charts in EXCEL
 
Microsoft word basics ppt
Microsoft word basics pptMicrosoft word basics ppt
Microsoft word basics ppt
 
Excel ppt
Excel pptExcel ppt
Excel ppt
 
Microsoft Office Application (Word, Power Point, Excel)
Microsoft Office Application (Word, Power Point, Excel)Microsoft Office Application (Word, Power Point, Excel)
Microsoft Office Application (Word, Power Point, Excel)
 
Access lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying FormsAccess lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying Forms
 
Ms access basics ppt
Ms access basics ppt Ms access basics ppt
Ms access basics ppt
 
Introduction to microsoft word 2007
Introduction to microsoft word 2007Introduction to microsoft word 2007
Introduction to microsoft word 2007
 
MS Excel Basics
 MS Excel Basics MS Excel Basics
MS Excel Basics
 

Viewers also liked

Power point 2016 module 1 ppt presentation
Power point 2016 module 1 ppt presentationPower point 2016 module 1 ppt presentation
Power point 2016 module 1 ppt presentationdgdotson
 
Access 2016 module 3 ppt presentation
Access 2016 module 3 ppt presentationAccess 2016 module 3 ppt presentation
Access 2016 module 3 ppt presentationdgdotson
 
Access 2016 module 4 ppt presentation
Access 2016 module 4 ppt presentationAccess 2016 module 4 ppt presentation
Access 2016 module 4 ppt presentationdgdotson
 
Word 2016 module 2 ppt presentation
Word 2016 module 2 ppt presentationWord 2016 module 2 ppt presentation
Word 2016 module 2 ppt presentationdgdotson
 
Word 2016 module 3 ppt presentation
Word 2016 module 3 ppt presentationWord 2016 module 3 ppt presentation
Word 2016 module 3 ppt presentationdgdotson
 
Power point 2016 module 4 ppt presentation
Power point 2016 module 4 ppt presentationPower point 2016 module 4 ppt presentation
Power point 2016 module 4 ppt presentationdgdotson
 
Power point 2016 module 3 ppt presentation
Power point 2016 module 3 ppt presentationPower point 2016 module 3 ppt presentation
Power point 2016 module 3 ppt presentationdgdotson
 
Word 2016 module 1 ppt presentation
Word 2016 module 1 ppt presentationWord 2016 module 1 ppt presentation
Word 2016 module 1 ppt presentationdgdotson
 
Power point 2016 module 2 ppt presentation
Power point 2016 module 2 ppt presentationPower point 2016 module 2 ppt presentation
Power point 2016 module 2 ppt presentationdgdotson
 
Word 2016 module 4 pp
Word 2016 module 4 ppWord 2016 module 4 pp
Word 2016 module 4 ppdgdotson
 
Domain Access Module
Domain Access ModuleDomain Access Module
Domain Access ModuleRyan Cross
 
Career guidance as a creative process
Career guidance as a creative processCareer guidance as a creative process
Career guidance as a creative processCentres-EU
 
Excel module 1 ppt presentation
Excel module 1 ppt presentationExcel module 1 ppt presentation
Excel module 1 ppt presentationdgdotson
 
Access 2013 Unit C
Access 2013 Unit CAccess 2013 Unit C
Access 2013 Unit Cjarana00
 
Access 2013 Unit B
Access 2013 Unit BAccess 2013 Unit B
Access 2013 Unit Bjarana00
 
New Perspectives: Access.07
New Perspectives: Access.07New Perspectives: Access.07
New Perspectives: Access.07Anna Stirling
 
Module 1 power point presentation
Module 1 power point presentationModule 1 power point presentation
Module 1 power point presentationNkosilathi Mpala
 
New Perspectives: Access.08
New Perspectives: Access.08New Perspectives: Access.08
New Perspectives: Access.08Anna Stirling
 
New Perspectives: Access.01
New Perspectives: Access.01New Perspectives: Access.01
New Perspectives: Access.01Anna Stirling
 
New Perspectives: Access.09
New Perspectives: Access.09New Perspectives: Access.09
New Perspectives: Access.09Anna Stirling
 

Viewers also liked (20)

Power point 2016 module 1 ppt presentation
Power point 2016 module 1 ppt presentationPower point 2016 module 1 ppt presentation
Power point 2016 module 1 ppt presentation
 
Access 2016 module 3 ppt presentation
Access 2016 module 3 ppt presentationAccess 2016 module 3 ppt presentation
Access 2016 module 3 ppt presentation
 
Access 2016 module 4 ppt presentation
Access 2016 module 4 ppt presentationAccess 2016 module 4 ppt presentation
Access 2016 module 4 ppt presentation
 
Word 2016 module 2 ppt presentation
Word 2016 module 2 ppt presentationWord 2016 module 2 ppt presentation
Word 2016 module 2 ppt presentation
 
Word 2016 module 3 ppt presentation
Word 2016 module 3 ppt presentationWord 2016 module 3 ppt presentation
Word 2016 module 3 ppt presentation
 
Power point 2016 module 4 ppt presentation
Power point 2016 module 4 ppt presentationPower point 2016 module 4 ppt presentation
Power point 2016 module 4 ppt presentation
 
Power point 2016 module 3 ppt presentation
Power point 2016 module 3 ppt presentationPower point 2016 module 3 ppt presentation
Power point 2016 module 3 ppt presentation
 
Word 2016 module 1 ppt presentation
Word 2016 module 1 ppt presentationWord 2016 module 1 ppt presentation
Word 2016 module 1 ppt presentation
 
Power point 2016 module 2 ppt presentation
Power point 2016 module 2 ppt presentationPower point 2016 module 2 ppt presentation
Power point 2016 module 2 ppt presentation
 
Word 2016 module 4 pp
Word 2016 module 4 ppWord 2016 module 4 pp
Word 2016 module 4 pp
 
Domain Access Module
Domain Access ModuleDomain Access Module
Domain Access Module
 
Career guidance as a creative process
Career guidance as a creative processCareer guidance as a creative process
Career guidance as a creative process
 
Excel module 1 ppt presentation
Excel module 1 ppt presentationExcel module 1 ppt presentation
Excel module 1 ppt presentation
 
Access 2013 Unit C
Access 2013 Unit CAccess 2013 Unit C
Access 2013 Unit C
 
Access 2013 Unit B
Access 2013 Unit BAccess 2013 Unit B
Access 2013 Unit B
 
New Perspectives: Access.07
New Perspectives: Access.07New Perspectives: Access.07
New Perspectives: Access.07
 
Module 1 power point presentation
Module 1 power point presentationModule 1 power point presentation
Module 1 power point presentation
 
New Perspectives: Access.08
New Perspectives: Access.08New Perspectives: Access.08
New Perspectives: Access.08
 
New Perspectives: Access.01
New Perspectives: Access.01New Perspectives: Access.01
New Perspectives: Access.01
 
New Perspectives: Access.09
New Perspectives: Access.09New Perspectives: Access.09
New Perspectives: Access.09
 

Similar to Access 2016 Module 1

Word 2016 module 1 ppt presentation
Word 2016 module 1 ppt presentationWord 2016 module 1 ppt presentation
Word 2016 module 1 ppt presentationdgdotson
 
Word Module 1 Lesson
Word Module 1 LessonWord Module 1 Lesson
Word Module 1 LessonGulledgeE
 
Word_2016_Module_1_PPT__Presentation_accessible.pptx
Word_2016_Module_1_PPT__Presentation_accessible.pptxWord_2016_Module_1_PPT__Presentation_accessible.pptx
Word_2016_Module_1_PPT__Presentation_accessible.pptxNeoRamalivhana
 
Word 2016 module 2 ppt presentation
Word 2016 module 2 ppt presentationWord 2016 module 2 ppt presentation
Word 2016 module 2 ppt presentationdgdotson
 
Windows 10 Module 1.pdf
Windows 10 Module 1.pdfWindows 10 Module 1.pdf
Windows 10 Module 1.pdfssuser536c36
 
Windows 10 module 2 ppt presentation
Windows 10 module 2 ppt presentationWindows 10 module 2 ppt presentation
Windows 10 module 2 ppt presentationdgdotson
 
Excel module 3 ppt presentation
Excel module 3 ppt presentationExcel module 3 ppt presentation
Excel module 3 ppt presentationdgdotson
 
Excel module 4 ppt presentation
Excel module 4 ppt presentationExcel module 4 ppt presentation
Excel module 4 ppt presentationdgdotson
 
New Perspectives on Microsoft Access 2016Module 4Creating.docx
New Perspectives on Microsoft Access 2016Module 4Creating.docxNew Perspectives on Microsoft Access 2016Module 4Creating.docx
New Perspectives on Microsoft Access 2016Module 4Creating.docxgibbonshay
 
Windows 10 Module 2.pdf
Windows 10 Module 2.pdfWindows 10 Module 2.pdf
Windows 10 Module 2.pdfssuser536c36
 
Windows 10 module 1 ppt presentation
Windows 10 module 1 ppt presentationWindows 10 module 1 ppt presentation
Windows 10 module 1 ppt presentationdgdotson
 
Excel module 2 ppt presentation
Excel module 2 ppt presentationExcel module 2 ppt presentation
Excel module 2 ppt presentationdgdotson
 
Coronel_DatabaseSystems_13e_ch02.pptx
Coronel_DatabaseSystems_13e_ch02.pptxCoronel_DatabaseSystems_13e_ch02.pptx
Coronel_DatabaseSystems_13e_ch02.pptxrmzx1989
 
Ecc 2016 module 1 ppt presentation
Ecc 2016 module 1 ppt presentationEcc 2016 module 1 ppt presentation
Ecc 2016 module 1 ppt presentationdgdotson
 
Ecc 2016 module 1 ppt presentation
Ecc 2016 module 1 ppt presentationEcc 2016 module 1 ppt presentation
Ecc 2016 module 1 ppt presentationdgdotson
 
MOK8 Module 3 Data and Bus Intelligence
MOK8 Module 3 Data and Bus Intelligence MOK8 Module 3 Data and Bus Intelligence
MOK8 Module 3 Data and Bus Intelligence Mavis65
 
Shelly cashman microsoft access 2016 module 2 querying a dat
Shelly cashman microsoft access 2016 module 2  querying a datShelly cashman microsoft access 2016 module 2  querying a dat
Shelly cashman microsoft access 2016 module 2 querying a datmayank272369
 
9781337102087 ppt ch17
9781337102087 ppt ch179781337102087 ppt ch17
9781337102087 ppt ch17Terry Yoast
 

Similar to Access 2016 Module 1 (19)

Word 2016 module 1 ppt presentation
Word 2016 module 1 ppt presentationWord 2016 module 1 ppt presentation
Word 2016 module 1 ppt presentation
 
Word Module 1 Lesson
Word Module 1 LessonWord Module 1 Lesson
Word Module 1 Lesson
 
Word_2016_Module_1_PPT__Presentation_accessible.pptx
Word_2016_Module_1_PPT__Presentation_accessible.pptxWord_2016_Module_1_PPT__Presentation_accessible.pptx
Word_2016_Module_1_PPT__Presentation_accessible.pptx
 
Word 2016 module 2 ppt presentation
Word 2016 module 2 ppt presentationWord 2016 module 2 ppt presentation
Word 2016 module 2 ppt presentation
 
Windows 10 Module 1.pdf
Windows 10 Module 1.pdfWindows 10 Module 1.pdf
Windows 10 Module 1.pdf
 
Windows 10 module 2 ppt presentation
Windows 10 module 2 ppt presentationWindows 10 module 2 ppt presentation
Windows 10 module 2 ppt presentation
 
Excel module 3 ppt presentation
Excel module 3 ppt presentationExcel module 3 ppt presentation
Excel module 3 ppt presentation
 
Excel module 4 ppt presentation
Excel module 4 ppt presentationExcel module 4 ppt presentation
Excel module 4 ppt presentation
 
New Perspectives on Microsoft Access 2016Module 4Creating.docx
New Perspectives on Microsoft Access 2016Module 4Creating.docxNew Perspectives on Microsoft Access 2016Module 4Creating.docx
New Perspectives on Microsoft Access 2016Module 4Creating.docx
 
Windows 10 Module 2.pdf
Windows 10 Module 2.pdfWindows 10 Module 2.pdf
Windows 10 Module 2.pdf
 
Windows 10 module 1 ppt presentation
Windows 10 module 1 ppt presentationWindows 10 module 1 ppt presentation
Windows 10 module 1 ppt presentation
 
Excel module 2 ppt presentation
Excel module 2 ppt presentationExcel module 2 ppt presentation
Excel module 2 ppt presentation
 
Coronel_DatabaseSystems_13e_ch02.pptx
Coronel_DatabaseSystems_13e_ch02.pptxCoronel_DatabaseSystems_13e_ch02.pptx
Coronel_DatabaseSystems_13e_ch02.pptx
 
Ecc 2016 module 1 ppt presentation
Ecc 2016 module 1 ppt presentationEcc 2016 module 1 ppt presentation
Ecc 2016 module 1 ppt presentation
 
Ecc 2016 module 1 ppt presentation
Ecc 2016 module 1 ppt presentationEcc 2016 module 1 ppt presentation
Ecc 2016 module 1 ppt presentation
 
MOK8 Module 3 Data and Bus Intelligence
MOK8 Module 3 Data and Bus Intelligence MOK8 Module 3 Data and Bus Intelligence
MOK8 Module 3 Data and Bus Intelligence
 
Sql9e ppt ch07
Sql9e ppt ch07 Sql9e ppt ch07
Sql9e ppt ch07
 
Shelly cashman microsoft access 2016 module 2 querying a dat
Shelly cashman microsoft access 2016 module 2  querying a datShelly cashman microsoft access 2016 module 2  querying a dat
Shelly cashman microsoft access 2016 module 2 querying a dat
 
9781337102087 ppt ch17
9781337102087 ppt ch179781337102087 ppt ch17
9781337102087 ppt ch17
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 

Recently uploaded (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 

Access 2016 Module 1

  • 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.