SlideShare a Scribd company logo
1 of 46
Microsoft
Access 2010
       Chapter 1

Databases and Database
Objects: An Introduction
Objectives

• Design a database to satisfy a collection of
  requirements
• Describe the features of the Access window
• Create a database
• Create tables in Datasheet and Design views
• Add records to a table



Databases and Database Objects: An Introduction   2
Objectives

•    Close a database
•    Open a database
•    Print the contents of a table
•    Create and use a query
•    Create and use a form
•    Create and print custom reports
•    Modify a report in Layout view

Databases and Database Objects: An Introduction   3
Project – Database Creation




Databases and Database Objects: An Introduction   4
General Project Guidelines
•    Identify the tables
•    Determine the primary keys
•    Determine the additional fields
•    Determine relationships between the tables
•    Determine data types for the fields
•    Identify and remove any unwanted redundancy
•    Determine a storage location for the database
•    Determine additional properties for fields
•    Determine the best method for distributing the
     database objects

Databases and Database Objects: An Introduction       5
Creating a Database
• With a USB flash drive connected to one of the computer’s USB
  ports, ensure the New tab is selected in the Backstage view and that
  Blank database is selected in the New gallery
• Click the Browse button in the right pane of the New gallery to display
  the File New Database dialog box
• Type the desired file name in the File New Database dialog box to
  change the file name. Do not press the ENTER key after typing the file
  name
• Navigate to the desired save location
• Click the OK button, which returns you to the New gallery
• Click the Create button in the right pane of the New gallery to create
  the database on the selected drive with the entered file name

Databases and Database Objects: An Introduction                        6
Creating a Database




Databases and Database Objects: An Introduction   7
Modifying the Primary Key
• Right-click the column heading for the desired
  primary key field to display a shortcut menu
• Right-click the column heading for the field to display
  a shortcut menu
• Type the new desired name for the field
• Click the white space immediately below the field
  name to complete the addition of the field
• Click the Data Type box arrow (Table Tools Fields tab |
  Formatting group) to display a menu of available data
  types
• Click the desired data type
Databases and Database Objects: An Introduction        8
Modifying the Primary Key
• Click the Field Size text box (Table Tools Fields tab |
  Properties group) to select the current field size, use either
  the delete or backspace keys to erase the current field
  size, and then type the new field size
• Click the Name & Caption button (Table Tools Fields tab |
  Properties group) to display the Enter Field Properties
  dialog box
• Click the Caption text box (Enter Field Properties dialog
  box), and then type the desired caption
• Click the Description text box, and then type the desired
  description
• Click the Description text box, and then type the desired
  description
Databases and Database Objects: An Introduction                9
Modifying the Primary Key




Databases and Database Objects: An Introduction   10
Defining the Remaining Fields in a Table

• Click the Click to Add column heading to display a
  menu of available data types
• Click the desired data type
• Enter the desired field name
• Click the white space below the field name to
  complete the change of the name. Click the white
  space a second time to select the field
• Change the field size, if necessary

Databases and Database Objects: An Introduction    11
Saving a Table

• Click the Save button on the Quick Access Toolbar
  to display the Save As dialog box
• Type the desired file name
• Click the OK button (Save As dialog box) to save
  the table




Databases and Database Objects: An Introduction   12
Viewing the Table in Design View

• Click the View button arrow (Table Tools Fields tab
  | Views group) to display the View button menu
• Click the View button arrow (Table Tools Fields tab
  | Views group) to display the View button menu




Databases and Database Objects: An Introduction    13
Closing the Table

• Click the Close button for the open table to close
  the table




Databases and Database Objects: An Introduction        14
Adding Records to a Table

• Right-click the table in the Navigation Pane to
  display the shortcut menu
• Click Design View on the View button menu to
  view the table in Design view
• Click the Shutter Bar Open/Close Button to close
  the Navigation Pane
• Type the desired values in each field, pressing the
  TAB key to move to the next field

Databases and Database Objects: An Introduction     15
Adding Records to a Table




Databases and Database Objects: An Introduction   16
Resizing Columns in a Datasheet

• Point to the right boundary of the field selector so
  that the mouse pointer becomes a two-headed
  arrow
• Double-click the right boundary of the field
  selector to resize the field so that it best fits the
  data
• Save the changes to the layout by clicking the
  Save button on the Quick Access Toolbar
• Click the table’s Close button to close the table
Databases and Database Objects: An Introduction      17
Resizing Columns in a Datasheet




Databases and Database Objects: An Introduction   18
Previewing and Printing the Contents
of a Table
• If necessary, open the Navigation Pane and select
  the table you wish to preview and print
• Click File on the Ribbon to open the Backstage
  view
• Click the Print tab in the Backstage view to display
  the Print gallery
• Click the Print Preview button in the Print gallery
  to display a preview of what the table will look
  like when printed
Databases and Database Objects: An Introduction      19
Previewing and Printing the Contents
of a Table
• Click the Print button (Print Preview tab | Print
  group) to display the Print dialog box
• Click the OK button (Print dialog box) to print the
  table
• When the printer stops, retrieve the hard copy
• Click the Close Print Preview button (Print Preview
  tab | Close Preview group) to close the Print
  Preview window

Databases and Database Objects: An Introduction    20
Previewing and Printing the Contents
of a Table




Databases and Database Objects: An Introduction   21
Creating a Table in Design View
• Open the Navigation Pane
• Click Create on the Ribbon to display the Create tab
• Click the Table Design button (Create tab | Tables
  group) to create a new table in Design view
• Type the desired field name in the Field Name
  column
• Click the Primary Key button (Table Tools Design tab |
  Tools group) if the field you are adding is the primary
  key
• Type the desired description in the Description
  column
Databases and Database Objects: An Introduction        22
Creating a Table in Design View

• Type the desired field size in the Field Size text
  box in the Field Properties pane
• Type the desired caption in the Caption text box




Databases and Database Objects: An Introduction        23
Importing an Excel Worksheet
• Click External Data on the Ribbon to display the
  External Data tab
• Click the Excel button (External Data tab | Import &
  Link group) to display the Get External Data – Excel
  Spreadsheet dialog box
• Click the Browse button (Get External Data – Excel
  Spreadsheet dialog box) to display the File Open
  dialog box
• Navigate to and select the desired file
• Click the Open button (File Open dialog box), which
  will return you to the Get External Data dialog box

Databases and Database Objects: An Introduction          24
Importing an Excel Worksheet

• Follow the remaining steps in the wizard to
  import the Excel worksheet
       – Choose where to import the data
       – Preview the data you are importing
       – Name the table (if importing to a new table)




Databases and Database Objects: An Introduction         25
Using the Simple Query Wizard
to Create a Query
• If necessary, open the Navigation Pane
• Select the table you wish to query
• Click Create on the Ribbon to display the Create tab
• Click the Query Wizard button (Create tab | Queries
  group) to display the New Query dialog box
• Be sure Simple Query Wizard is selected, and then
  click the OK button (New Query dialog box) to display
  the Simple Query Wizard dialog box


Databases and Database Objects: An Introduction       26
Using the Simple Query Wizard
to Create a Query




• Follow the remaining steps in the wizard to finish
  creating the query
Databases and Database Objects: An Introduction        27
Using a Criterion in a Query

• Right-click the query to open in the Navigation
  Pane to produce a shortcut menu
• Click Design View on the shortcut menu to open
  the query in Design view
• Click the Criteria row in the column for the field
  for which you want to specify the criteria, and
  then type the criteria
• Click Design View on the shortcut menu to open
  the query in Design view
Databases and Database Objects: An Introduction        28
Using a Criterion in a Query




Databases and Database Objects: An Introduction   29
Creating a Form

• Select the table in the Navigation Pane for which
  you want to create a form
• If necessary, click Create on the Ribbon to display
  the Create tab
• If the form appears in Layout view, click the Form
  View button on the Access Status bar to display
  the form in Form view


Databases and Database Objects: An Introduction     30
Creating a Form

• Click the Save button on the Quick Access Toolbar
  to display the Save As dialog box
• Type the desired form name, and then click the
  OK button to save the form
• Click the Close button for the form to close the
  form




Databases and Database Objects: An Introduction   31
Creating a Form




Databases and Database Objects: An Introduction   32
Creating a Report
• Select the table in the Navigation Pane for which you
  want to create the report
• Click Create on the Ribbon to display the Create tab
• Click the Report button (Create tab | Reports group)
  to create the report
• Click the Save button on the Quick Access Toolbar to
  display the Save As dialog box and then type the
  name of the report
• Click the OK button (Save As dialog box) to save the
  report
Databases and Database Objects: An Introduction       33
Creating a Report




Databases and Database Objects: An Introduction   34
Modifying Column Headings
and Resizing Columns
• Right-click the report in the Navigation Pane you wish
  to modify and then click Layout View on the shortcut
  menu
• If a Field list appears, click the Add Existing Fields
  button (Report Layout Tools Design tab | Tools group)
  to remove the Field list from the screen
• Close the Navigation Pane
• Click the column heading you wish to modify two
  times
• Type the new column heading
Databases and Database Objects: An Introduction       35
Modifying Column Headings
and Resizing Columns
• Point to the right boundary of the field you wish
  to resize until the mouse pointer changes to a
  two-headed arrow and then drag the right
  boundary to the desired position




Databases and Database Objects: An Introduction       36
Adding Totals to a Report

• Select the field you want to total
• Click Design on the Ribbon to display the Design tab
• Click the Totals button (Report Layout Tools Design
  tab | Grouping & Totals group) to display the list of
  available calculations
• Click Sum to calculate the sum of the amount of paid
  values
• Click the Save button on the Quick Access Toolbar to
  save your changes to the report layout
Databases and Database Objects: An Introduction       37
Adding Totals to a Report




Databases and Database Objects: An Introduction   38
Changing Database Properties

• Click File on the Ribbon to open the Backstage
  view
• If necessary, click the Info tab in the Backstage
  view to display the Information gallery
• Click the ‘View and edit database properties’ link
  in the right pane of the Info gallery
• Enter the desired database properties
• Click the OK button to save your changes

Databases and Database Objects: An Introduction        39
Changing Database Properties




Databases and Database Objects: An Introduction   40
Backing Up a Database
• Open the database to be backed up
• Click File on the Ribbon to open the Backstage
  view, and then click the Save & Publish tab
• With Save Database As selected in the File Types
  area, click Back Up Database in the Save Database As
  area, and then click the Save As button
• Selected the desired location in the Save As box. If
  you do not want the name Access has
  suggested, enter the desired name in the File name
  text box
• Click the Save button to back up the database
Databases and Database Objects: An Introduction      41
Compacting and Repairing a Database

• Open the database to be compacted
• Click File on the Ribbon to open the Backstage
  view, and then, if necessary, select the Info tab
• Click the Compact & Repair Database button in
  the Information gallery to compact and repair the
  database




Databases and Database Objects: An Introduction   42
Additional Operations

•    Opening another database
•    Closing a database without exiting Access
•    Saving a database with another name
•    Deleting a table or other object in the database
•    Renaming an object in the database




Databases and Database Objects: An Introduction         43
Chapter Summary

• Design a database to satisfy a collection of
  requirements
• Describe the features of the Access window
• Create a database
• Create tables in Datasheet and Design views
• Add records to a table



Databases and Database Objects: An Introduction   44
Chapter Summary

•    Close a database
•    Open a database
•    Print the contents of a table
•    Create and use a query
•    Create and use a form
•    Create and print custom reports
•    Modify a report in Layout view

Databases and Database Objects: An Introduction   45
Microsoft
Access 2010
 Chapter 1 Complete

More Related Content

What's hot

Access2003
Access2003Access2003
Access2003mrh1222
 
Database as information system
Database as information systemDatabase as information system
Database as information systemKAZEMBETVOnline
 
MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPTprsmith72
 
New Perspectives: Access.02
New Perspectives: Access.02New Perspectives: Access.02
New Perspectives: Access.02Anna Stirling
 
How to create lists in millennium july 2011
How to create lists in millennium july 2011How to create lists in millennium july 2011
How to create lists in millennium july 2011nybglibrary
 
New Perspectives: Access.01
New Perspectives: Access.01New Perspectives: Access.01
New Perspectives: Access.01Anna Stirling
 
Power Point Lesson 09 Part 2
Power Point Lesson 09 Part 2Power Point Lesson 09 Part 2
Power Point Lesson 09 Part 2Nasir Jumani
 
Ms access notes
Ms access notesMs access notes
Ms access notesIKIARA
 
Access Basics 01
Access Basics 01Access Basics 01
Access Basics 01Lets try
 
Getting Started with MS Access and Pivot Tables
Getting Started with MS Access and Pivot TablesGetting Started with MS Access and Pivot Tables
Getting Started with MS Access and Pivot TablesParth Acharya
 
PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |Umesh Kumar
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms accessjigeno
 

What's hot (18)

Access2003
Access2003Access2003
Access2003
 
Database as information system
Database as information systemDatabase as information system
Database as information system
 
Base1
Base1Base1
Base1
 
MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPT
 
MS ACCESS (REPORT)
MS ACCESS (REPORT)MS ACCESS (REPORT)
MS ACCESS (REPORT)
 
M s access
M s accessM s access
M s access
 
Database concepts using libre office base
Database concepts using libre office baseDatabase concepts using libre office base
Database concepts using libre office base
 
New Perspectives: Access.02
New Perspectives: Access.02New Perspectives: Access.02
New Perspectives: Access.02
 
Access
AccessAccess
Access
 
How to create lists in millennium july 2011
How to create lists in millennium july 2011How to create lists in millennium july 2011
How to create lists in millennium july 2011
 
New Perspectives: Access.01
New Perspectives: Access.01New Perspectives: Access.01
New Perspectives: Access.01
 
Power Point Lesson 09 Part 2
Power Point Lesson 09 Part 2Power Point Lesson 09 Part 2
Power Point Lesson 09 Part 2
 
Ms access notes
Ms access notesMs access notes
Ms access notes
 
Access ppt
Access ppt Access ppt
Access ppt
 
Access Basics 01
Access Basics 01Access Basics 01
Access Basics 01
 
Getting Started with MS Access and Pivot Tables
Getting Started with MS Access and Pivot TablesGetting Started with MS Access and Pivot Tables
Getting Started with MS Access and Pivot Tables
 
PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
 

Viewers also liked

Viewers also liked (20)

Arthur conan doyle2
Arthur conan doyle2Arthur conan doyle2
Arthur conan doyle2
 
2010 DFC Taiwan-Chi 056 「愛」入資源班
2010 DFC Taiwan-Chi 056 「愛」入資源班2010 DFC Taiwan-Chi 056 「愛」入資源班
2010 DFC Taiwan-Chi 056 「愛」入資源班
 
2010 DFC Taiwan-Chi 055 親愛的!我把它變大了!
2010 DFC Taiwan-Chi 055 親愛的!我把它變大了!2010 DFC Taiwan-Chi 055 親愛的!我把它變大了!
2010 DFC Taiwan-Chi 055 親愛的!我把它變大了!
 
GA週報 vol 14 - GA流量規則與設定關聯
GA週報 vol 14 - GA流量規則與設定關聯GA週報 vol 14 - GA流量規則與設定關聯
GA週報 vol 14 - GA流量規則與設定關聯
 
Ragged school
Ragged schoolRagged school
Ragged school
 
2010 DFC Taiwan-Chi 038 當我們游在一起
2010 DFC Taiwan-Chi 038 當我們游在一起2010 DFC Taiwan-Chi 038 當我們游在一起
2010 DFC Taiwan-Chi 038 當我們游在一起
 
Gate 2012
Gate 2012Gate 2012
Gate 2012
 
Lines by Julia Kim and Max Gold
Lines by Julia Kim and Max Gold Lines by Julia Kim and Max Gold
Lines by Julia Kim and Max Gold
 
Великая забытая война
Великая забытая войнаВеликая забытая война
Великая забытая война
 
2012 Recirc And Hs Program Mark
2012 Recirc And Hs Program  Mark2012 Recirc And Hs Program  Mark
2012 Recirc And Hs Program Mark
 
Pertemuan 12
Pertemuan 12Pertemuan 12
Pertemuan 12
 
PICMET2012 Conference / Tero Peltola
PICMET2012 Conference / Tero PeltolaPICMET2012 Conference / Tero Peltola
PICMET2012 Conference / Tero Peltola
 
Calendar2012 jan-sep
Calendar2012 jan-sepCalendar2012 jan-sep
Calendar2012 jan-sep
 
Science WEBQUEST ACTIVITY
Science  WEBQUEST ACTIVITYScience  WEBQUEST ACTIVITY
Science WEBQUEST ACTIVITY
 
Pertemuan 7
Pertemuan 7Pertemuan 7
Pertemuan 7
 
Kerong Wine Cooler
Kerong Wine CoolerKerong Wine Cooler
Kerong Wine Cooler
 
Halloween’
Halloween’Halloween’
Halloween’
 
Media digipak analysis rihanna
Media digipak analysis rihannaMedia digipak analysis rihanna
Media digipak analysis rihanna
 
Pertemuan 7
Pertemuan 7Pertemuan 7
Pertemuan 7
 
Pertemuan2
Pertemuan2Pertemuan2
Pertemuan2
 

Similar to Access Chapter 01

Access2013 ch03
Access2013 ch03Access2013 ch03
Access2013 ch03xtin101
 
Access Chapter 02
Access Chapter 02Access Chapter 02
Access Chapter 02jgardne4
 
Access Chapter 02
Access Chapter 02Access Chapter 02
Access Chapter 02xtin101
 
M0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdfM0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdfJoshCasas1
 
Access slide show
Access slide showAccess slide show
Access slide showjhaastrup1
 
Excel chapter 05
Excel chapter 05Excel chapter 05
Excel chapter 05teeworthy
 
Microsoft access exercises
Microsoft access exercisesMicrosoft access exercises
Microsoft access exercisessarahandaiza
 
Excel chapter 03
Excel chapter 03Excel chapter 03
Excel chapter 03teeworthy
 
Excel Chapter 03
Excel Chapter 03Excel Chapter 03
Excel Chapter 03jgardne4
 
Gl2010 m5 wd3-presentation
Gl2010 m5 wd3-presentationGl2010 m5 wd3-presentation
Gl2010 m5 wd3-presentationTracie King
 
Welcome-slides-durham-tech
Welcome-slides-durham-techWelcome-slides-durham-tech
Welcome-slides-durham-techdjl0525
 

Similar to Access Chapter 01 (20)

Access.01.ppt
Access.01.pptAccess.01.ppt
Access.01.ppt
 
Access2013 ch03
Access2013 ch03Access2013 ch03
Access2013 ch03
 
Access2013 ch09
Access2013 ch09Access2013 ch09
Access2013 ch09
 
Access Chapter 02
Access Chapter 02Access Chapter 02
Access Chapter 02
 
Access Chapter 02
Access Chapter 02Access Chapter 02
Access Chapter 02
 
M0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdfM0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdf
 
Access slide show
Access slide showAccess slide show
Access slide show
 
Excel chapter 05
Excel chapter 05Excel chapter 05
Excel chapter 05
 
Microsoft access exercises
Microsoft access exercisesMicrosoft access exercises
Microsoft access exercises
 
Access2013 ch05
Access2013 ch05Access2013 ch05
Access2013 ch05
 
Word ch10
Word ch10Word ch10
Word ch10
 
MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
 
Excel chapter 03
Excel chapter 03Excel chapter 03
Excel chapter 03
 
Excel Chapter 03
Excel Chapter 03Excel Chapter 03
Excel Chapter 03
 
Excel ch06
Excel ch06Excel ch06
Excel ch06
 
Word Chapter 04
Word Chapter 04Word Chapter 04
Word Chapter 04
 
Gl2010 m5 wd3-presentation
Gl2010 m5 wd3-presentationGl2010 m5 wd3-presentation
Gl2010 m5 wd3-presentation
 
Excel ch07
Excel ch07Excel ch07
Excel ch07
 
Welcome-slides-durham-tech
Welcome-slides-durham-techWelcome-slides-durham-tech
Welcome-slides-durham-tech
 
Word ch09
Word ch09Word ch09
Word ch09
 

More from jgardne4

Student Educational Plan at Delaware Technical Community College
Student Educational Plan at Delaware Technical Community CollegeStudent Educational Plan at Delaware Technical Community College
Student Educational Plan at Delaware Technical Community Collegejgardne4
 
First assignment Document
First assignment DocumentFirst assignment Document
First assignment Documentjgardne4
 
Instructions for Screen Capture
Instructions for Screen CaptureInstructions for Screen Capture
Instructions for Screen Capturejgardne4
 
PowerPoint Chapter 03
PowerPoint Chapter 03PowerPoint Chapter 03
PowerPoint Chapter 03jgardne4
 
PowerPoint Chapter 02
PowerPoint Chapter 02PowerPoint Chapter 02
PowerPoint Chapter 02jgardne4
 
PowerPoint Chapter 01
PowerPoint Chapter 01PowerPoint Chapter 01
PowerPoint Chapter 01jgardne4
 
Excel Chapter 02
Excel Chapter 02Excel Chapter 02
Excel Chapter 02jgardne4
 
Excel chapter 01
Excel chapter 01Excel chapter 01
Excel chapter 01jgardne4
 
Word Chapter 03
Word Chapter 03Word Chapter 03
Word Chapter 03jgardne4
 
Word Chapter 02
Word Chapter 02Word Chapter 02
Word Chapter 02jgardne4
 
Word Chapter 1
Word Chapter 1Word Chapter 1
Word Chapter 1jgardne4
 
Lvm cis17 2w4 online class how to sign into sam
Lvm cis17 2w4 online class how to sign into samLvm cis17 2w4 online class how to sign into sam
Lvm cis17 2w4 online class how to sign into samjgardne4
 
Introduction to cis107 fall 2012
Introduction to cis107 fall 2012Introduction to cis107 fall 2012
Introduction to cis107 fall 2012jgardne4
 
Getting started summer 2012
Getting started summer 2012Getting started summer 2012
Getting started summer 2012jgardne4
 
CIS107 Intro jg
CIS107 Intro jgCIS107 Intro jg
CIS107 Intro jgjgardne4
 

More from jgardne4 (15)

Student Educational Plan at Delaware Technical Community College
Student Educational Plan at Delaware Technical Community CollegeStudent Educational Plan at Delaware Technical Community College
Student Educational Plan at Delaware Technical Community College
 
First assignment Document
First assignment DocumentFirst assignment Document
First assignment Document
 
Instructions for Screen Capture
Instructions for Screen CaptureInstructions for Screen Capture
Instructions for Screen Capture
 
PowerPoint Chapter 03
PowerPoint Chapter 03PowerPoint Chapter 03
PowerPoint Chapter 03
 
PowerPoint Chapter 02
PowerPoint Chapter 02PowerPoint Chapter 02
PowerPoint Chapter 02
 
PowerPoint Chapter 01
PowerPoint Chapter 01PowerPoint Chapter 01
PowerPoint Chapter 01
 
Excel Chapter 02
Excel Chapter 02Excel Chapter 02
Excel Chapter 02
 
Excel chapter 01
Excel chapter 01Excel chapter 01
Excel chapter 01
 
Word Chapter 03
Word Chapter 03Word Chapter 03
Word Chapter 03
 
Word Chapter 02
Word Chapter 02Word Chapter 02
Word Chapter 02
 
Word Chapter 1
Word Chapter 1Word Chapter 1
Word Chapter 1
 
Lvm cis17 2w4 online class how to sign into sam
Lvm cis17 2w4 online class how to sign into samLvm cis17 2w4 online class how to sign into sam
Lvm cis17 2w4 online class how to sign into sam
 
Introduction to cis107 fall 2012
Introduction to cis107 fall 2012Introduction to cis107 fall 2012
Introduction to cis107 fall 2012
 
Getting started summer 2012
Getting started summer 2012Getting started summer 2012
Getting started summer 2012
 
CIS107 Intro jg
CIS107 Intro jgCIS107 Intro jg
CIS107 Intro jg
 

Recently uploaded

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
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
 
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
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
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
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
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
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
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
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
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
 

Recently uploaded (20)

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
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
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
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.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
 
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
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
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
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
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
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
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
 

Access Chapter 01

  • 1. Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction
  • 2. Objectives • Design a database to satisfy a collection of requirements • Describe the features of the Access window • Create a database • Create tables in Datasheet and Design views • Add records to a table Databases and Database Objects: An Introduction 2
  • 3. Objectives • Close a database • Open a database • Print the contents of a table • Create and use a query • Create and use a form • Create and print custom reports • Modify a report in Layout view Databases and Database Objects: An Introduction 3
  • 4. Project – Database Creation Databases and Database Objects: An Introduction 4
  • 5. General Project Guidelines • Identify the tables • Determine the primary keys • Determine the additional fields • Determine relationships between the tables • Determine data types for the fields • Identify and remove any unwanted redundancy • Determine a storage location for the database • Determine additional properties for fields • Determine the best method for distributing the database objects Databases and Database Objects: An Introduction 5
  • 6. Creating a Database • With a USB flash drive connected to one of the computer’s USB ports, ensure the New tab is selected in the Backstage view and that Blank database is selected in the New gallery • Click the Browse button in the right pane of the New gallery to display the File New Database dialog box • Type the desired file name in the File New Database dialog box to change the file name. Do not press the ENTER key after typing the file name • Navigate to the desired save location • Click the OK button, which returns you to the New gallery • Click the Create button in the right pane of the New gallery to create the database on the selected drive with the entered file name Databases and Database Objects: An Introduction 6
  • 7. Creating a Database Databases and Database Objects: An Introduction 7
  • 8. Modifying the Primary Key • Right-click the column heading for the desired primary key field to display a shortcut menu • Right-click the column heading for the field to display a shortcut menu • Type the new desired name for the field • Click the white space immediately below the field name to complete the addition of the field • Click the Data Type box arrow (Table Tools Fields tab | Formatting group) to display a menu of available data types • Click the desired data type Databases and Database Objects: An Introduction 8
  • 9. Modifying the Primary Key • Click the Field Size text box (Table Tools Fields tab | Properties group) to select the current field size, use either the delete or backspace keys to erase the current field size, and then type the new field size • Click the Name & Caption button (Table Tools Fields tab | Properties group) to display the Enter Field Properties dialog box • Click the Caption text box (Enter Field Properties dialog box), and then type the desired caption • Click the Description text box, and then type the desired description • Click the Description text box, and then type the desired description Databases and Database Objects: An Introduction 9
  • 10. Modifying the Primary Key Databases and Database Objects: An Introduction 10
  • 11. Defining the Remaining Fields in a Table • Click the Click to Add column heading to display a menu of available data types • Click the desired data type • Enter the desired field name • Click the white space below the field name to complete the change of the name. Click the white space a second time to select the field • Change the field size, if necessary Databases and Database Objects: An Introduction 11
  • 12. Saving a Table • Click the Save button on the Quick Access Toolbar to display the Save As dialog box • Type the desired file name • Click the OK button (Save As dialog box) to save the table Databases and Database Objects: An Introduction 12
  • 13. Viewing the Table in Design View • Click the View button arrow (Table Tools Fields tab | Views group) to display the View button menu • Click the View button arrow (Table Tools Fields tab | Views group) to display the View button menu Databases and Database Objects: An Introduction 13
  • 14. Closing the Table • Click the Close button for the open table to close the table Databases and Database Objects: An Introduction 14
  • 15. Adding Records to a Table • Right-click the table in the Navigation Pane to display the shortcut menu • Click Design View on the View button menu to view the table in Design view • Click the Shutter Bar Open/Close Button to close the Navigation Pane • Type the desired values in each field, pressing the TAB key to move to the next field Databases and Database Objects: An Introduction 15
  • 16. Adding Records to a Table Databases and Database Objects: An Introduction 16
  • 17. Resizing Columns in a Datasheet • Point to the right boundary of the field selector so that the mouse pointer becomes a two-headed arrow • Double-click the right boundary of the field selector to resize the field so that it best fits the data • Save the changes to the layout by clicking the Save button on the Quick Access Toolbar • Click the table’s Close button to close the table Databases and Database Objects: An Introduction 17
  • 18. Resizing Columns in a Datasheet Databases and Database Objects: An Introduction 18
  • 19. Previewing and Printing the Contents of a Table • If necessary, open the Navigation Pane and select the table you wish to preview and print • Click File on the Ribbon to open the Backstage view • Click the Print tab in the Backstage view to display the Print gallery • Click the Print Preview button in the Print gallery to display a preview of what the table will look like when printed Databases and Database Objects: An Introduction 19
  • 20. Previewing and Printing the Contents of a Table • Click the Print button (Print Preview tab | Print group) to display the Print dialog box • Click the OK button (Print dialog box) to print the table • When the printer stops, retrieve the hard copy • Click the Close Print Preview button (Print Preview tab | Close Preview group) to close the Print Preview window Databases and Database Objects: An Introduction 20
  • 21. Previewing and Printing the Contents of a Table Databases and Database Objects: An Introduction 21
  • 22. Creating a Table in Design View • Open the Navigation Pane • Click Create on the Ribbon to display the Create tab • Click the Table Design button (Create tab | Tables group) to create a new table in Design view • Type the desired field name in the Field Name column • Click the Primary Key button (Table Tools Design tab | Tools group) if the field you are adding is the primary key • Type the desired description in the Description column Databases and Database Objects: An Introduction 22
  • 23. Creating a Table in Design View • Type the desired field size in the Field Size text box in the Field Properties pane • Type the desired caption in the Caption text box Databases and Database Objects: An Introduction 23
  • 24. Importing an Excel Worksheet • Click External Data on the Ribbon to display the External Data tab • Click the Excel button (External Data tab | Import & Link group) to display the Get External Data – Excel Spreadsheet dialog box • Click the Browse button (Get External Data – Excel Spreadsheet dialog box) to display the File Open dialog box • Navigate to and select the desired file • Click the Open button (File Open dialog box), which will return you to the Get External Data dialog box Databases and Database Objects: An Introduction 24
  • 25. Importing an Excel Worksheet • Follow the remaining steps in the wizard to import the Excel worksheet – Choose where to import the data – Preview the data you are importing – Name the table (if importing to a new table) Databases and Database Objects: An Introduction 25
  • 26. Using the Simple Query Wizard to Create a Query • If necessary, open the Navigation Pane • Select the table you wish to query • Click Create on the Ribbon to display the Create tab • Click the Query Wizard button (Create tab | Queries group) to display the New Query dialog box • Be sure Simple Query Wizard is selected, and then click the OK button (New Query dialog box) to display the Simple Query Wizard dialog box Databases and Database Objects: An Introduction 26
  • 27. Using the Simple Query Wizard to Create a Query • Follow the remaining steps in the wizard to finish creating the query Databases and Database Objects: An Introduction 27
  • 28. Using a Criterion in a Query • Right-click the query to open in the Navigation Pane to produce a shortcut menu • Click Design View on the shortcut menu to open the query in Design view • Click the Criteria row in the column for the field for which you want to specify the criteria, and then type the criteria • Click Design View on the shortcut menu to open the query in Design view Databases and Database Objects: An Introduction 28
  • 29. Using a Criterion in a Query Databases and Database Objects: An Introduction 29
  • 30. Creating a Form • Select the table in the Navigation Pane for which you want to create a form • If necessary, click Create on the Ribbon to display the Create tab • If the form appears in Layout view, click the Form View button on the Access Status bar to display the form in Form view Databases and Database Objects: An Introduction 30
  • 31. Creating a Form • Click the Save button on the Quick Access Toolbar to display the Save As dialog box • Type the desired form name, and then click the OK button to save the form • Click the Close button for the form to close the form Databases and Database Objects: An Introduction 31
  • 32. Creating a Form Databases and Database Objects: An Introduction 32
  • 33. Creating a Report • Select the table in the Navigation Pane for which you want to create the report • Click Create on the Ribbon to display the Create tab • Click the Report button (Create tab | Reports group) to create the report • Click the Save button on the Quick Access Toolbar to display the Save As dialog box and then type the name of the report • Click the OK button (Save As dialog box) to save the report Databases and Database Objects: An Introduction 33
  • 34. Creating a Report Databases and Database Objects: An Introduction 34
  • 35. Modifying Column Headings and Resizing Columns • Right-click the report in the Navigation Pane you wish to modify and then click Layout View on the shortcut menu • If a Field list appears, click the Add Existing Fields button (Report Layout Tools Design tab | Tools group) to remove the Field list from the screen • Close the Navigation Pane • Click the column heading you wish to modify two times • Type the new column heading Databases and Database Objects: An Introduction 35
  • 36. Modifying Column Headings and Resizing Columns • Point to the right boundary of the field you wish to resize until the mouse pointer changes to a two-headed arrow and then drag the right boundary to the desired position Databases and Database Objects: An Introduction 36
  • 37. Adding Totals to a Report • Select the field you want to total • Click Design on the Ribbon to display the Design tab • Click the Totals button (Report Layout Tools Design tab | Grouping & Totals group) to display the list of available calculations • Click Sum to calculate the sum of the amount of paid values • Click the Save button on the Quick Access Toolbar to save your changes to the report layout Databases and Database Objects: An Introduction 37
  • 38. Adding Totals to a Report Databases and Database Objects: An Introduction 38
  • 39. Changing Database Properties • Click File on the Ribbon to open the Backstage view • If necessary, click the Info tab in the Backstage view to display the Information gallery • Click the ‘View and edit database properties’ link in the right pane of the Info gallery • Enter the desired database properties • Click the OK button to save your changes Databases and Database Objects: An Introduction 39
  • 40. Changing Database Properties Databases and Database Objects: An Introduction 40
  • 41. Backing Up a Database • Open the database to be backed up • Click File on the Ribbon to open the Backstage view, and then click the Save & Publish tab • With Save Database As selected in the File Types area, click Back Up Database in the Save Database As area, and then click the Save As button • Selected the desired location in the Save As box. If you do not want the name Access has suggested, enter the desired name in the File name text box • Click the Save button to back up the database Databases and Database Objects: An Introduction 41
  • 42. Compacting and Repairing a Database • Open the database to be compacted • Click File on the Ribbon to open the Backstage view, and then, if necessary, select the Info tab • Click the Compact & Repair Database button in the Information gallery to compact and repair the database Databases and Database Objects: An Introduction 42
  • 43. Additional Operations • Opening another database • Closing a database without exiting Access • Saving a database with another name • Deleting a table or other object in the database • Renaming an object in the database Databases and Database Objects: An Introduction 43
  • 44. Chapter Summary • Design a database to satisfy a collection of requirements • Describe the features of the Access window • Create a database • Create tables in Datasheet and Design views • Add records to a table Databases and Database Objects: An Introduction 44
  • 45. Chapter Summary • Close a database • Open a database • Print the contents of a table • Create and use a query • Create and use a form • Create and print custom reports • Modify a report in Layout view Databases and Database Objects: An Introduction 45