SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Computer Literacy
BASICS: A
Comprehensive Guide
to IC3, 5th Edition
Lesson 23
Getting Started with Access
Essentials
1 Morrison / Wells / Ruffolo
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Objectives
 Identify the parts of the Access screen.
 Customize the application settings.
 Navigate objects in a database.
 Create a database, then create a new table
and enter records in Datasheet view.
 Change the column width in a tab.
 Add and delete fields in Design view.
222
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Objectives (continued)
 Change field data types and field properties.
 Add and edit records in a table in Datasheet
view.
 Delete and copy records and fields in
Datasheet view.
333
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Words to Know
 field properties
 primary key
 record
 relational database
 cell
 data type
 database
 datasheet
 entry
 field
 field name
444
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Access Essentials
 A database is a collection of related information.
 Access is the Microsoft Office database
application that enables you to organize,
retrieve, and analyze data in many ways.
 Access is a relational database management
system.
 In a relational database, information is
organized into separate subject-based tables,
and the relationship of the data in one or more
tables is used to bring the data together.
5
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Access Essentials (continued)
 In Access you can import or link data from
other Access databases, Excel, Outlook, and
many other data sources.
 Access data can be exported to many other
data formats for use in other applications.
 This lesson and Lesson 24 will introduce you
to some of the basic features for viewing,
entering, editing, querying, and reporting
data.
6
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Identifying the Parts of the Access
Screen
 The Access screen is similar to other Office
2013 applications, with the title bar, Ribbon,
Quick Access Toolbar, application window
sizing buttons, Close button, and status bar.
 You can only open one database at a time
using the Access Open command.
 You can customize the application settings to
fit your needs.
7
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Identifying the Parts of the Access
Screen (continued)
8
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Navigating the Objects in a
Database
 Unlike Word and Excel, Access does not
have a standard document view.
 An Access database is composed of objects
of several different types.
 The Access document window changes
based on the object with which you are
working.
9
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Navigating the Objects in a
Database (continued)
 Table 23-1 describes four basic objects
(tables, queries, forms, and reports) that you
will work with in this lesson and in Lesson 24.
10
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Navigating the Objects in a
Database (continued)
 The objects are
organized into
categories on the
Navigation Pane,
which can be
collapsed to allow
more space for the
selected object.
11
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Creating a New Database
 You can create a new database file using a
blank database template, or by using templates
that are predefined with objects already created.
 Saving a Database File and Creating a Table
in Datasheet View
 When you create a new database, the first step
is to create a table.
 A table, often referred to as a datasheet, is the
primary object in the database.
12
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Creating a New Database
(continued)
 Saving a Database File and Creating a Table in
Datasheet View (continued)
 At least one table must be created before any
additional objects can be created.
13
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Creating a New Database
(continued)
 Entering Records in
Datasheet View
 When you enter data
into a cell, you are
making an entry.
 To move from cell to
cell, you can use the
mouse or you can
use the keyboard.
14
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Modifying a Database Table in
Design View
 Default column widths are often too wide or too
narrow for the data in the table.
 You can adjust the column widths in a database
table just as you adjust the column widths in an
Excel spreadsheet.
 Adding and Deleting Fields
 You can add fields in either Datasheet view or
Design view.
 Design view provides features that make the
task easier.
15
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Modifying a Database Table in
Design View (continued)
 Adding and Deleting Fields (continued)
 Field properties define the characteristics and
behavior of a field, such as the number of
characters allowed in the field.
16
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Modifying a Database Table in
Design View (continued)
 Changing Field Data Type and Field Properties
 The default data type for a field is Short Text.
 In Design view, you can specify the data type for
each field, such as Date/Time, Text, Number,
Currency, and Yes/No.
 When you choose a data type, you can also change
the field properties.
 Most data types include a Format property, which
specifies how you want Access to show numbers,
dates, times, and text.
17
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Modifying a Database Table in
Design View (continued)
18
 Changing Field Data Type and Field
Properties (continued)
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Adding and Editing Database
Records
 Access provides
several navigation
features that make it
easy for you to move
around in a table to
make necessary edits,
such as hiding fields to
reduce the amount of
data that displays in a
table.
19
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Adding and Editing Database
Records (continued)
 If you make a mistake when adding or editing
data, you can choose the Undo command to
reverse your last action.
 As soon as you begin editing another record, the
Undo command is no longer available because
Access constantly saves the changes.
 When you work in Datasheet view, the changes
are saved as they are made. When you switch to
another view, you are not prompted to save the
changes.
20
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Deleting and Copying Records and
Fields in Datasheet View
 Deleting records is similar to deleting rows in an
Excel spreadsheet.
 To delete a record, you must first select the record.
 You can delete multiple records at the same time by
selecting more than one row.
 However, in a database table, you cannot select
non-adjacent cells, rows, or columns.
 After a record is selected, you can press the Delete
key to remove the data.
 Once you have deleted a record, you cannot use the
Undo command to restore it.
21
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Deleting and Copying Records and
Fields in Datasheet View
(continued)
 The Cut, Copy, and Paste commands are also
available in Access.
 To remove a table field and all the data for the field,
you delete the column, similar to how you delete a
column in Excel.
 To change the sequence of the fields in the table,
you can rearrange the sequence of the columns.
22
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Summary
In this lesson, you learned:
 Many parts of the Access screen are similar to
other Office 2013 applications. However, Access
also has different views to perform tasks unique
to Access.
 You can customize the Access application
settings to fit your needs.
 A database can have multiple tables, and all
other objects are based on data stored in tables.
232323
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Summary (continued)
 A table can be modified after it is created, and you
can add or delete fields in the table even after
records have been entered. You can modify a table
in Datasheet view or in Design view.
 You can easily switch between Design view and
Datasheet view.
 In Design view, you can specify the data type and
properties for each field. The field properties control
the characteristics and behavior of a database field,
such as the maximum number of characters.
242424
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Summary (continued)
 Access provides several navigation features
that make it easy for you to move around in a
table to make necessary edits. If you are
working in a large database, you can hide
fields to reduce the amount of data that
displays in a table.
 Deleting records is similar to deleting rows in
Excel. Once you have deleted a record, you
cannot use the Undo command to restore it.
252525
Lesson23
Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E
Summary (continued)
 Selected data can be copied or moved from
one location to another in an Access table, or
to another table, using the Cut, Copy, and
Paste commands.
 To change the sequence of fields in a table,
you rearrange the sequence of columns.
262626

Weitere ähnliche Inhalte

Was ist angesagt?

Computer Literacy Lesson 14
Computer Literacy Lesson 14Computer Literacy Lesson 14
Computer Literacy Lesson 14cpashke
 
Computer Literacy Lesson 18
Computer Literacy Lesson 18Computer Literacy Lesson 18
Computer Literacy Lesson 18cpashke
 
Computer Literacy Lesson 12
Computer Literacy Lesson 12Computer Literacy Lesson 12
Computer Literacy Lesson 12cpashke
 
Computer Literacy Lesson 14
Computer Literacy Lesson 14Computer Literacy Lesson 14
Computer Literacy Lesson 14cpashke
 
Computer Literacy Lesson 22
Computer Literacy Lesson 22Computer Literacy Lesson 22
Computer Literacy Lesson 22cpashke
 
Computer Literacy Lesson 8
Computer Literacy Lesson 8Computer Literacy Lesson 8
Computer Literacy Lesson 8cpashke
 
Computer Literacy Lesson 29
Computer Literacy Lesson 29Computer Literacy Lesson 29
Computer Literacy Lesson 29cpashke
 
Lesson 13
Lesson 13Lesson 13
Lesson 13cpashke
 
0214 wg3 workingwithfields
0214 wg3 workingwithfields0214 wg3 workingwithfields
0214 wg3 workingwithfieldsHusna Mubarok
 
Word practical questions for exercises
Word practical questions for exercisesWord practical questions for exercises
Word practical questions for exercisesHari993901
 

Was ist angesagt? (20)

Computer Literacy Lesson 14
Computer Literacy Lesson 14Computer Literacy Lesson 14
Computer Literacy Lesson 14
 
Computer Literacy Lesson 18
Computer Literacy Lesson 18Computer Literacy Lesson 18
Computer Literacy Lesson 18
 
Computer Literacy Lesson 12
Computer Literacy Lesson 12Computer Literacy Lesson 12
Computer Literacy Lesson 12
 
Computer Literacy Lesson 14
Computer Literacy Lesson 14Computer Literacy Lesson 14
Computer Literacy Lesson 14
 
Lesson 19
Lesson 19Lesson 19
Lesson 19
 
Computer Literacy Lesson 22
Computer Literacy Lesson 22Computer Literacy Lesson 22
Computer Literacy Lesson 22
 
Computer Literacy Lesson 8
Computer Literacy Lesson 8Computer Literacy Lesson 8
Computer Literacy Lesson 8
 
Lesson 16
Lesson 16Lesson 16
Lesson 16
 
Computer Literacy Lesson 29
Computer Literacy Lesson 29Computer Literacy Lesson 29
Computer Literacy Lesson 29
 
Lesson 23
Lesson 23Lesson 23
Lesson 23
 
Lesson 24
Lesson 24Lesson 24
Lesson 24
 
Lesson 20
Lesson 20Lesson 20
Lesson 20
 
Lesson 13
Lesson 13Lesson 13
Lesson 13
 
Lesson 13
Lesson 13Lesson 13
Lesson 13
 
MS Office for Beginners
MS Office for BeginnersMS Office for Beginners
MS Office for Beginners
 
0214 wg3 workingwithfields
0214 wg3 workingwithfields0214 wg3 workingwithfields
0214 wg3 workingwithfields
 
Word03p2
Word03p2Word03p2
Word03p2
 
Lesson 12
Lesson 12Lesson 12
Lesson 12
 
Word practical questions for exercises
Word practical questions for exercisesWord practical questions for exercises
Word practical questions for exercises
 
Project excel
Project excelProject excel
Project excel
 

Andere mochten auch

Computer Literacy Lesson 27
Computer Literacy Lesson 27Computer Literacy Lesson 27
Computer Literacy Lesson 27cpashke
 
Computer Literacy Lesson 25
Computer Literacy Lesson 25Computer Literacy Lesson 25
Computer Literacy Lesson 25cpashke
 
Computer Literacy Lesson 28
Computer Literacy Lesson 28Computer Literacy Lesson 28
Computer Literacy Lesson 28cpashke
 
Computer Literacy Lesson 26
Computer Literacy Lesson 26Computer Literacy Lesson 26
Computer Literacy Lesson 26cpashke
 
Computer Literacy Lesson 30
Computer Literacy Lesson 30Computer Literacy Lesson 30
Computer Literacy Lesson 30cpashke
 
Computer Literacy Lesson 30
Computer Literacy Lesson 30Computer Literacy Lesson 30
Computer Literacy Lesson 30cpashke
 
Computer Literacy Lesson 27
Computer Literacy Lesson 27Computer Literacy Lesson 27
Computer Literacy Lesson 27cpashke
 
Computer Literacy Lesson 28
Computer Literacy Lesson 28Computer Literacy Lesson 28
Computer Literacy Lesson 28cpashke
 
Computer Literacy Lesson 26
Computer Literacy Lesson 26Computer Literacy Lesson 26
Computer Literacy Lesson 26cpashke
 
Computer Literacy Lesson 10
Computer Literacy Lesson 10Computer Literacy Lesson 10
Computer Literacy Lesson 10cpashke
 
Computer Literacy Lesson 11
Computer Literacy Lesson 11Computer Literacy Lesson 11
Computer Literacy Lesson 11cpashke
 
Computer Literacy Lesson 31
Computer Literacy Lesson 31Computer Literacy Lesson 31
Computer Literacy Lesson 31cpashke
 
Computer Literacy Lesson 24
Computer Literacy Lesson 24Computer Literacy Lesson 24
Computer Literacy Lesson 24cpashke
 
Computer Literacy Lesson 25
Computer Literacy Lesson 25Computer Literacy Lesson 25
Computer Literacy Lesson 25cpashke
 

Andere mochten auch (14)

Computer Literacy Lesson 27
Computer Literacy Lesson 27Computer Literacy Lesson 27
Computer Literacy Lesson 27
 
Computer Literacy Lesson 25
Computer Literacy Lesson 25Computer Literacy Lesson 25
Computer Literacy Lesson 25
 
Computer Literacy Lesson 28
Computer Literacy Lesson 28Computer Literacy Lesson 28
Computer Literacy Lesson 28
 
Computer Literacy Lesson 26
Computer Literacy Lesson 26Computer Literacy Lesson 26
Computer Literacy Lesson 26
 
Computer Literacy Lesson 30
Computer Literacy Lesson 30Computer Literacy Lesson 30
Computer Literacy Lesson 30
 
Computer Literacy Lesson 30
Computer Literacy Lesson 30Computer Literacy Lesson 30
Computer Literacy Lesson 30
 
Computer Literacy Lesson 27
Computer Literacy Lesson 27Computer Literacy Lesson 27
Computer Literacy Lesson 27
 
Computer Literacy Lesson 28
Computer Literacy Lesson 28Computer Literacy Lesson 28
Computer Literacy Lesson 28
 
Computer Literacy Lesson 26
Computer Literacy Lesson 26Computer Literacy Lesson 26
Computer Literacy Lesson 26
 
Computer Literacy Lesson 10
Computer Literacy Lesson 10Computer Literacy Lesson 10
Computer Literacy Lesson 10
 
Computer Literacy Lesson 11
Computer Literacy Lesson 11Computer Literacy Lesson 11
Computer Literacy Lesson 11
 
Computer Literacy Lesson 31
Computer Literacy Lesson 31Computer Literacy Lesson 31
Computer Literacy Lesson 31
 
Computer Literacy Lesson 24
Computer Literacy Lesson 24Computer Literacy Lesson 24
Computer Literacy Lesson 24
 
Computer Literacy Lesson 25
Computer Literacy Lesson 25Computer Literacy Lesson 25
Computer Literacy Lesson 25
 

Ähnlich wie Computer Literacy Lesson 23

MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt1520lakshyagupta
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptwondmhunegn
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptJoselitoTan2
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxEsubalew21
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxEsubalew21
 
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptxLESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptxmarybethgrabillo1
 
Database DESIGN CONCEPTSDr. Dexter Francis2Data Design
Database DESIGN CONCEPTSDr. Dexter Francis2Data DesignDatabase DESIGN CONCEPTSDr. Dexter Francis2Data Design
Database DESIGN CONCEPTSDr. Dexter Francis2Data DesignOllieShoresna
 
HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.pptsatgup78
 
What are Database Access Types. Please give detailed explanation to .pdf
What are Database Access Types. Please give detailed explanation to .pdfWhat are Database Access Types. Please give detailed explanation to .pdf
What are Database Access Types. Please give detailed explanation to .pdfhullibergerr25980
 
EDUC 210 Computers in EducationDatabase HandoutDefinition.docx
EDUC 210 Computers in EducationDatabase HandoutDefinition.docxEDUC 210 Computers in EducationDatabase HandoutDefinition.docx
EDUC 210 Computers in EducationDatabase HandoutDefinition.docxSALU18
 
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGESDATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGESWesleyWenceslaus
 

Ähnlich wie Computer Literacy Lesson 23 (20)

MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
Lesson 18
Lesson 18Lesson 18
Lesson 18
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptx
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptx
 
Lesson 15
Lesson 15Lesson 15
Lesson 15
 
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptxLESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
 
T6
T6T6
T6
 
Database DESIGN CONCEPTSDr. Dexter Francis2Data Design
Database DESIGN CONCEPTSDr. Dexter Francis2Data DesignDatabase DESIGN CONCEPTSDr. Dexter Francis2Data Design
Database DESIGN CONCEPTSDr. Dexter Francis2Data Design
 
nithin raj ppt.ppt
nithin raj ppt.pptnithin raj ppt.ppt
nithin raj ppt.ppt
 
nnr.ppt
nnr.pptnnr.ppt
nnr.ppt
 
Database use
Database useDatabase use
Database use
 
Access 2010
Access 2010Access 2010
Access 2010
 
MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
 
HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.ppt
 
What are Database Access Types. Please give detailed explanation to .pdf
What are Database Access Types. Please give detailed explanation to .pdfWhat are Database Access Types. Please give detailed explanation to .pdf
What are Database Access Types. Please give detailed explanation to .pdf
 
EDUC 210 Computers in EducationDatabase HandoutDefinition.docx
EDUC 210 Computers in EducationDatabase HandoutDefinition.docxEDUC 210 Computers in EducationDatabase HandoutDefinition.docx
EDUC 210 Computers in EducationDatabase HandoutDefinition.docx
 
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGESDATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
DATABASES NOTES FOR STUDENTS TAKING MICROSOFT PACKAGES
 
unit 1.pptx
unit 1.pptxunit 1.pptx
unit 1.pptx
 

Mehr von cpashke

Chapter4
Chapter4Chapter4
Chapter4cpashke
 
Chapter3
Chapter3Chapter3
Chapter3cpashke
 
Web Design Chapter3
Web Design Chapter3Web Design Chapter3
Web Design Chapter3cpashke
 
Pscs6 ch09 ppt
Pscs6 ch09 pptPscs6 ch09 ppt
Pscs6 ch09 pptcpashke
 
Pscs6 ch08 ppt
Pscs6 ch08 pptPscs6 ch08 ppt
Pscs6 ch08 pptcpashke
 
Pscs6 ch07 ppt
Pscs6 ch07 pptPscs6 ch07 ppt
Pscs6 ch07 pptcpashke
 
Pscs6 ch06 ppt
Pscs6 ch06 pptPscs6 ch06 ppt
Pscs6 ch06 pptcpashke
 
Photo ch05 ppt
Photo ch05 pptPhoto ch05 ppt
Photo ch05 pptcpashke
 
PS cs6 ch04 ppt
PS cs6 ch04 pptPS cs6 ch04 ppt
PS cs6 ch04 pptcpashke
 
Lesson 2 Importing media
Lesson 2 Importing mediaLesson 2 Importing media
Lesson 2 Importing mediacpashke
 
Exploring Movie Maker
Exploring Movie MakerExploring Movie Maker
Exploring Movie Makercpashke
 

Mehr von cpashke (11)

Chapter4
Chapter4Chapter4
Chapter4
 
Chapter3
Chapter3Chapter3
Chapter3
 
Web Design Chapter3
Web Design Chapter3Web Design Chapter3
Web Design Chapter3
 
Pscs6 ch09 ppt
Pscs6 ch09 pptPscs6 ch09 ppt
Pscs6 ch09 ppt
 
Pscs6 ch08 ppt
Pscs6 ch08 pptPscs6 ch08 ppt
Pscs6 ch08 ppt
 
Pscs6 ch07 ppt
Pscs6 ch07 pptPscs6 ch07 ppt
Pscs6 ch07 ppt
 
Pscs6 ch06 ppt
Pscs6 ch06 pptPscs6 ch06 ppt
Pscs6 ch06 ppt
 
Photo ch05 ppt
Photo ch05 pptPhoto ch05 ppt
Photo ch05 ppt
 
PS cs6 ch04 ppt
PS cs6 ch04 pptPS cs6 ch04 ppt
PS cs6 ch04 ppt
 
Lesson 2 Importing media
Lesson 2 Importing mediaLesson 2 Importing media
Lesson 2 Importing media
 
Exploring Movie Maker
Exploring Movie MakerExploring Movie Maker
Exploring Movie Maker
 

Kürzlich hochgeladen

Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 

Kürzlich hochgeladen (20)

Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 

Computer Literacy Lesson 23

  • 1. Computer Literacy BASICS: A Comprehensive Guide to IC3, 5th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo
  • 2. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Objectives  Identify the parts of the Access screen.  Customize the application settings.  Navigate objects in a database.  Create a database, then create a new table and enter records in Datasheet view.  Change the column width in a tab.  Add and delete fields in Design view. 222
  • 3. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Objectives (continued)  Change field data types and field properties.  Add and edit records in a table in Datasheet view.  Delete and copy records and fields in Datasheet view. 333
  • 4. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Words to Know  field properties  primary key  record  relational database  cell  data type  database  datasheet  entry  field  field name 444
  • 5. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Access Essentials  A database is a collection of related information.  Access is the Microsoft Office database application that enables you to organize, retrieve, and analyze data in many ways.  Access is a relational database management system.  In a relational database, information is organized into separate subject-based tables, and the relationship of the data in one or more tables is used to bring the data together. 5
  • 6. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Access Essentials (continued)  In Access you can import or link data from other Access databases, Excel, Outlook, and many other data sources.  Access data can be exported to many other data formats for use in other applications.  This lesson and Lesson 24 will introduce you to some of the basic features for viewing, entering, editing, querying, and reporting data. 6
  • 7. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Identifying the Parts of the Access Screen  The Access screen is similar to other Office 2013 applications, with the title bar, Ribbon, Quick Access Toolbar, application window sizing buttons, Close button, and status bar.  You can only open one database at a time using the Access Open command.  You can customize the application settings to fit your needs. 7
  • 8. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Identifying the Parts of the Access Screen (continued) 8
  • 9. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Navigating the Objects in a Database  Unlike Word and Excel, Access does not have a standard document view.  An Access database is composed of objects of several different types.  The Access document window changes based on the object with which you are working. 9
  • 10. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Navigating the Objects in a Database (continued)  Table 23-1 describes four basic objects (tables, queries, forms, and reports) that you will work with in this lesson and in Lesson 24. 10
  • 11. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Navigating the Objects in a Database (continued)  The objects are organized into categories on the Navigation Pane, which can be collapsed to allow more space for the selected object. 11
  • 12. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Creating a New Database  You can create a new database file using a blank database template, or by using templates that are predefined with objects already created.  Saving a Database File and Creating a Table in Datasheet View  When you create a new database, the first step is to create a table.  A table, often referred to as a datasheet, is the primary object in the database. 12
  • 13. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Creating a New Database (continued)  Saving a Database File and Creating a Table in Datasheet View (continued)  At least one table must be created before any additional objects can be created. 13
  • 14. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Creating a New Database (continued)  Entering Records in Datasheet View  When you enter data into a cell, you are making an entry.  To move from cell to cell, you can use the mouse or you can use the keyboard. 14
  • 15. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Modifying a Database Table in Design View  Default column widths are often too wide or too narrow for the data in the table.  You can adjust the column widths in a database table just as you adjust the column widths in an Excel spreadsheet.  Adding and Deleting Fields  You can add fields in either Datasheet view or Design view.  Design view provides features that make the task easier. 15
  • 16. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Modifying a Database Table in Design View (continued)  Adding and Deleting Fields (continued)  Field properties define the characteristics and behavior of a field, such as the number of characters allowed in the field. 16
  • 17. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Modifying a Database Table in Design View (continued)  Changing Field Data Type and Field Properties  The default data type for a field is Short Text.  In Design view, you can specify the data type for each field, such as Date/Time, Text, Number, Currency, and Yes/No.  When you choose a data type, you can also change the field properties.  Most data types include a Format property, which specifies how you want Access to show numbers, dates, times, and text. 17
  • 18. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Modifying a Database Table in Design View (continued) 18  Changing Field Data Type and Field Properties (continued)
  • 19. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Adding and Editing Database Records  Access provides several navigation features that make it easy for you to move around in a table to make necessary edits, such as hiding fields to reduce the amount of data that displays in a table. 19
  • 20. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Adding and Editing Database Records (continued)  If you make a mistake when adding or editing data, you can choose the Undo command to reverse your last action.  As soon as you begin editing another record, the Undo command is no longer available because Access constantly saves the changes.  When you work in Datasheet view, the changes are saved as they are made. When you switch to another view, you are not prompted to save the changes. 20
  • 21. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Deleting and Copying Records and Fields in Datasheet View  Deleting records is similar to deleting rows in an Excel spreadsheet.  To delete a record, you must first select the record.  You can delete multiple records at the same time by selecting more than one row.  However, in a database table, you cannot select non-adjacent cells, rows, or columns.  After a record is selected, you can press the Delete key to remove the data.  Once you have deleted a record, you cannot use the Undo command to restore it. 21
  • 22. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Deleting and Copying Records and Fields in Datasheet View (continued)  The Cut, Copy, and Paste commands are also available in Access.  To remove a table field and all the data for the field, you delete the column, similar to how you delete a column in Excel.  To change the sequence of the fields in the table, you can rearrange the sequence of the columns. 22
  • 23. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Summary In this lesson, you learned:  Many parts of the Access screen are similar to other Office 2013 applications. However, Access also has different views to perform tasks unique to Access.  You can customize the Access application settings to fit your needs.  A database can have multiple tables, and all other objects are based on data stored in tables. 232323
  • 24. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Summary (continued)  A table can be modified after it is created, and you can add or delete fields in the table even after records have been entered. You can modify a table in Datasheet view or in Design view.  You can easily switch between Design view and Datasheet view.  In Design view, you can specify the data type and properties for each field. The field properties control the characteristics and behavior of a database field, such as the maximum number of characters. 242424
  • 25. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Summary (continued)  Access provides several navigation features that make it easy for you to move around in a table to make necessary edits. If you are working in a large database, you can hide fields to reduce the amount of data that displays in a table.  Deleting records is similar to deleting rows in Excel. Once you have deleted a record, you cannot use the Undo command to restore it. 252525
  • 26. Lesson23 Morrison / Wells / Ruffolo CLB: A Comp Guide to IC3 5E Summary (continued)  Selected data can be copied or moved from one location to another in an Access table, or to another table, using the Cut, Copy, and Paste commands.  To change the sequence of fields in a table, you rearrange the sequence of columns. 262626