SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Exploring an Access Database Lesson Two – ACCESS 2007
Once you have determined that an Access database will help you store and manage your data, you will need to learn the parts of a database, how to start using Access, and how to navigate the Access window. In this lesson, we will provide a basic overview of Access, including the parts of a database, and common tasks you can complete using a database. 2 Guevarra Institute of Technology
Databases in Our Lives Think about all the information we encounter on a typical day that might be organized by a database. For example, if you go shopping at a department store for a toaster, the store inventory of products is information that has to be stored somewhere, along with the price of each product. ‹‹When you make a purchase, the store needs to be able to store the sales information to determine the daily sales total and how to track the decrease in inventory. A database could store this information, and also allow the store to quickly determine how many Brand X toasters are in the inventory without needing to count the inventory on the shelves. 3 Guevarra Institute of Technology
While this information could be managed without a database, it would be easier and more efficient to use one. Databases have an enormous impact in almost every area of our lives. 4 Guevarra Institute of Technology
Think About It Think about what is going on around you in everyday situations and whether there might be a database at work. Grocery Store: The grocery store is stocked with items. The items have to be ordered, shipped, and stocked in the store. The store has to pay for the items. Then, when the customer buys the items, the cash register retrieves prices and the customer pays for products. Where might databases be involved in the situation? Restaurant: Where does the food come from? How does management know when to reorder a product? How are bills paid? Traffic Lights: Who or what controls when the lights turn red or green? A database maintains order and structure in our lives. Databases are created using programs such as Microsoft Office Access 2007, which is a relational database program. 5 Guevarra Institute of Technology
Getting Started with Access When you start Access 2007, you will see the Getting Started window. In the left pane, the template categories including the featured local templates are listed, as well as the categories on Office Online. Templates are pre-built databases focused on a specific task that you can download and use immediately. 6 Guevarra Institute of Technology
7 Guevarra Institute of Technology
In the example below, the featured templates are selected, and the template options are displayed in the center area of the screen. Featured templates include database template options that are available online, as well as templates available as part of the local version of Access. 8 Guevarra Institute of Technology
Opening a Database You have three main options on the Getting Started page. You can open a template database stored locally or online, an existing database, or a blank database. 9 Guevarra Institute of Technology
To View Templates Included with Access: Click Local Templates in the left pane. The center of the screen will change to display icons for the templates. Select an icon in the center of the screen. Details about the database template will appear on the right. In the left pane of the Getting Started window, you will see a list of categories for the templates available on Microsoft Office Online. You must have an Internet connection to download these database templates. The Blank Database command allows you to create a database from scratch. 10 Guevarra Institute of Technology
To Open an Existing Database: In the Open Recent Database section, double-click the file name of the database you wish to open. It will appear in the window. 11 Guevarra Institute of Technology
OR Click the More link. A dialog box will appear. 12 Guevarra Institute of Technology
Select the database you wish to open. Click Open. The database will appear. 13 Guevarra Institute of Technology
The Access Window Before you can begin to use a database, you need to become familiar with the Access window. 14 Guevarra Institute of Technology
The Ribbon Like other software in the Microsoft Office 2007 suite, Access 2007 has a tabbed Ribbon system that you use to navigate the database. The Ribbon is organized into tabs. Each tab contains groups of commands that you use to perform tasks in Access. ‹‹For example, on the Home tab, you’ll see that there is a Font group that contains the font formatting commands such as font type, size, color, alignment, and more. Unless you use keyboard shortcuts for everything, the Ribbon is how you get the work done in Access. 15 Guevarra Institute of Technology
Quick Access Toolbar Once you are familiar with Access, you may find that you there are commands that you use more often than others. To make it easier to use these commands, you can add them to the Quick Access toolbar. By default, the toolbar appears above the Ribbon on the left side of the Access window, and includes the Save, Undo, and Redo commands. 16 Guevarra Institute of Technology
Microsoft Office Button The Microsoft Office Button resides in the upper-left corner of the Access window and includes key menu options such as New, Save, Print, and more. From this menu, you can also change your Access Options 17 Guevarra Institute of Technology
Navigation Pane The main control center of each Access database is the Navigation Pane. It shows you what is in the database and makes the information accessible to you. Also, you can choose to close the navigation pane, if you need more of the Access window to complete specific tasks. 18 Guevarra Institute of Technology
To Open and Close the Navigation Pane: Click the Shutter Bar Button on the right side of the Navigation Pane. 19 Guevarra Institute of Technology
The Navigation Pane appears as a single column when it is collapsed. 20 Guevarra Institute of Technology
Parts of a Database A Microsoft Access database is made up of several components including tables, forms, queries, and reports. These components are called database objects. One or more of these objects are formed when a database is created, and all the objects appear in the Navigation Pane. To make the database easier to navigate, beginning Access users may want to reorder the objects in the Navigation Pane 21 Guevarra Institute of Technology
To Change how Objects are Ordered in the Navigation Pane: Click the drop-down arrow at the top of the Navigation Pane to see the ordering options. Change Object Order in Navigation Pane Select a menu option. The Navigation Pane will appear reordered based on your selection. If you are new to databases, arranging the objects by type in the Navigation Pane is usually a good idea. This will group tables, forms, queries, and reports in individual groups in the pane. 22 Guevarra Institute of Technology
To Expand or Collapse a Group Click any downward pointing double arrow to expand a group so that all objects are displayed. Click any upward pointing double arrow to collapse a group and hide all the objects. 23 Guevarra Institute of Technology
A database is made up of several components, or objects. These objects include: Tables Queries Forms Reports We'll look at each of these objects in more detail in later lessons, but you can access them from the Navigation Pane like you can with tables. 24 Guevarra Institute of Technology
Tables A table is the database object that contains the basic information you wish to store. A blue and white icon represents the table in the Navigation Pane. 25 Guevarra Institute of Technology
In the Customer Info table below, there are columns, or fields, of information including title and author. Each row is a record that contains the information specific to the fields listed. 26 Guevarra Institute of Technology
Queries Another database object is called a query. A query allows you to retrieve information from one or more tables based on a set of search conditions you define using the table fields. For example, if you want to know the name of the books that have sold in Colorado and Kansas, you could create a query that would retrieve information from multiple tables to determine the answer. In this example, you would retrieve information from the Order table and Books table. Queries are covered in more detail in later lessons. 27 Guevarra Institute of Technology
Forms A third database object is the form. Forms are an Access tool that users can create to make data entry in database tables easier. Entering data directly into a table can be difficult if there is a lot of information to enter. Like an Excel spreadsheet, an Access table is essentially a screen filled with blank rows where a user enters records. Forms, however, provide users with an easy-to-read interface where they can enter table data. Forms are especially useful for Access users that aren’t comfortable working with databases. 28 Guevarra Institute of Technology
Reports The final database object is the report. A report is an effective way to analyze and present data using a specific layout. The text can be formatted in an Access report, just like it can be in Word documents. 29 Guevarra Institute of Technology
To Close an Object: Select the tab for the object you wish to close. (The highlighted tab is the active tab). Right-click the tab and select Close from the menu. 30 Guevarra Institute of Technology
Challenge See if you can answer these questions: Where is the Ribbon in the Access window Where is the Navigation Pane located What is the purpose of each of the four objects in an Access database? 31 Guevarra Institute of Technology

Weitere Àhnliche Inhalte

Was ist angesagt?

Spss chapter1
Spss chapter1Spss chapter1
Spss chapter1Kritika Jain
 
MS Access 2010 tutorial 2
MS Access 2010 tutorial 2MS Access 2010 tutorial 2
MS Access 2010 tutorial 2Khalfan Alshuaili
 
Microsoft Access 2010 - a jargon free guide
Microsoft Access 2010 - a jargon free guideMicrosoft Access 2010 - a jargon free guide
Microsoft Access 2010 - a jargon free guidePaul Barnett
 
Database as information system
Database as information systemDatabase as information system
Database as information systemKAZEMBETVOnline
 
L6-information-systems
L6-information-systemsL6-information-systems
L6-information-systemssmkengkilili2011
 
Gl13 m7-c1-presentation
Gl13 m7-c1-presentationGl13 m7-c1-presentation
Gl13 m7-c1-presentationTracie King
 
Style Intelligence Evaluation Documentation
Style Intelligence Evaluation DocumentationStyle Intelligence Evaluation Documentation
Style Intelligence Evaluation DocumentationArleneWatson
 
Excel 2003,
Excel 2003, Excel 2003,
Excel 2003, Gideon Biney
 
Oracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and AnswersOracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and Answersdouglascarnicelli
 
Sas visual analytics Training
Sas visual analytics Training Sas visual analytics Training
Sas visual analytics Training bidwhm
 

Was ist angesagt? (16)

Spss chapter1
Spss chapter1Spss chapter1
Spss chapter1
 
Access tutorial2
Access tutorial2Access tutorial2
Access tutorial2
 
MS Access 2010 tutorial 2
MS Access 2010 tutorial 2MS Access 2010 tutorial 2
MS Access 2010 tutorial 2
 
Microsoft Access 2010 - a jargon free guide
Microsoft Access 2010 - a jargon free guideMicrosoft Access 2010 - a jargon free guide
Microsoft Access 2010 - a jargon free guide
 
3320 lab1
3320 lab13320 lab1
3320 lab1
 
Database as information system
Database as information systemDatabase as information system
Database as information system
 
MS ACCESS (REPORT)
MS ACCESS (REPORT)MS ACCESS (REPORT)
MS ACCESS (REPORT)
 
ibuyer_Manual
ibuyer_Manualibuyer_Manual
ibuyer_Manual
 
L6-information-systems
L6-information-systemsL6-information-systems
L6-information-systems
 
Gl13 m7-c1-presentation
Gl13 m7-c1-presentationGl13 m7-c1-presentation
Gl13 m7-c1-presentation
 
Style Intelligence Evaluation Documentation
Style Intelligence Evaluation DocumentationStyle Intelligence Evaluation Documentation
Style Intelligence Evaluation Documentation
 
Excel 2003,
Excel 2003, Excel 2003,
Excel 2003,
 
Oracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and AnswersOracle Certification 1Z0-1041 Questions and Answers
Oracle Certification 1Z0-1041 Questions and Answers
 
Sas visual analytics Training
Sas visual analytics Training Sas visual analytics Training
Sas visual analytics Training
 
Ms access
Ms accessMs access
Ms access
 
Sq lite manager
Sq lite managerSq lite manager
Sq lite manager
 

Andere mochten auch

Presentation latin american_librarians
Presentation latin american_librariansPresentation latin american_librarians
Presentation latin american_librariansAquiles Alencar Brayner
 
Database and Access Power Point
Database and Access Power PointDatabase and Access Power Point
Database and Access Power PointAyee_Its_Bailey
 
IMSFinalGroupProject
IMSFinalGroupProjectIMSFinalGroupProject
IMSFinalGroupProjectBrittany Lucien
 
Los formularios en access 2007 paso a paso
Los formularios en access 2007 paso a pasoLos formularios en access 2007 paso a paso
Los formularios en access 2007 paso a pasoInmaculada ConcepciĂłn
 
Отчёты
ОтчётыОтчёты
ОтчётыVictoria Nagornaya
 
User Manual Joomla2006
User Manual Joomla2006User Manual Joomla2006
User Manual Joomla2006 defg gf
 
Test Tech 2011 Overview
Test Tech 2011 OverviewTest Tech 2011 Overview
Test Tech 2011 Overviewjamono
 
Relational Database Access with Python ‘sans’ ORM
Relational Database Access with Python ‘sans’ ORM  Relational Database Access with Python ‘sans’ ORM
Relational Database Access with Python ‘sans’ ORM Mark Rees
 
Mastering Excel for PPC: An Advanced Series for Better Marketing Results in 2017
Mastering Excel for PPC: An Advanced Series for Better Marketing Results in 2017Mastering Excel for PPC: An Advanced Series for Better Marketing Results in 2017
Mastering Excel for PPC: An Advanced Series for Better Marketing Results in 2017Hanapin Marketing
 
Electronic Medical Records - Paperless to Big Data Initiative
Electronic Medical Records - Paperless to Big Data InitiativeElectronic Medical Records - Paperless to Big Data Initiative
Electronic Medical Records - Paperless to Big Data InitiativeData Science Thailand
 
What Is Medical Informatics?
What Is Medical Informatics?What Is Medical Informatics?
What Is Medical Informatics?Sanjoy Sanyal
 
User Focused Digital Library: A Practical Guide
User Focused Digital Library: A Practical GuideUser Focused Digital Library: A Practical Guide
User Focused Digital Library: A Practical GuideSophia Guevara
 
Heightworks IRATA Training Manual Version 2 - Rope Access Training Manual
Heightworks IRATA Training Manual Version 2 - Rope Access Training ManualHeightworks IRATA Training Manual Version 2 - Rope Access Training Manual
Heightworks IRATA Training Manual Version 2 - Rope Access Training ManualHeightworks Ltd
 
Root Canal Morphology & Access Preparation
Root Canal Morphology & Access PreparationRoot Canal Morphology & Access Preparation
Root Canal Morphology & Access PreparationDr. Nithin Mathew
 

Andere mochten auch (18)

Presentation latin american_librarians
Presentation latin american_librariansPresentation latin american_librarians
Presentation latin american_librarians
 
Database and Access Power Point
Database and Access Power PointDatabase and Access Power Point
Database and Access Power Point
 
IMSFinalGroupProject
IMSFinalGroupProjectIMSFinalGroupProject
IMSFinalGroupProject
 
Los formularios en access 2007 paso a paso
Los formularios en access 2007 paso a pasoLos formularios en access 2007 paso a paso
Los formularios en access 2007 paso a paso
 
Отчёты
ОтчётыОтчёты
Отчёты
 
Database Research
Database ResearchDatabase Research
Database Research
 
User Manual Joomla2006
User Manual Joomla2006User Manual Joomla2006
User Manual Joomla2006
 
Test Tech 2011 Overview
Test Tech 2011 OverviewTest Tech 2011 Overview
Test Tech 2011 Overview
 
Database concepts
Database conceptsDatabase concepts
Database concepts
 
Relational Database Access with Python ‘sans’ ORM
Relational Database Access with Python ‘sans’ ORM  Relational Database Access with Python ‘sans’ ORM
Relational Database Access with Python ‘sans’ ORM
 
Mastering Excel for PPC: An Advanced Series for Better Marketing Results in 2017
Mastering Excel for PPC: An Advanced Series for Better Marketing Results in 2017Mastering Excel for PPC: An Advanced Series for Better Marketing Results in 2017
Mastering Excel for PPC: An Advanced Series for Better Marketing Results in 2017
 
Electronic Medical Records - Paperless to Big Data Initiative
Electronic Medical Records - Paperless to Big Data InitiativeElectronic Medical Records - Paperless to Big Data Initiative
Electronic Medical Records - Paperless to Big Data Initiative
 
MS Access Training
MS Access TrainingMS Access Training
MS Access Training
 
What Is Medical Informatics?
What Is Medical Informatics?What Is Medical Informatics?
What Is Medical Informatics?
 
User Focused Digital Library: A Practical Guide
User Focused Digital Library: A Practical GuideUser Focused Digital Library: A Practical Guide
User Focused Digital Library: A Practical Guide
 
Sample training manual
Sample training manualSample training manual
Sample training manual
 
Heightworks IRATA Training Manual Version 2 - Rope Access Training Manual
Heightworks IRATA Training Manual Version 2 - Rope Access Training ManualHeightworks IRATA Training Manual Version 2 - Rope Access Training Manual
Heightworks IRATA Training Manual Version 2 - Rope Access Training Manual
 
Root Canal Morphology & Access Preparation
Root Canal Morphology & Access PreparationRoot Canal Morphology & Access Preparation
Root Canal Morphology & Access Preparation
 

Ähnlich wie Lesson Two Exploring An Access Database

Pks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcsPks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcsKALAISELVI P
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1jigeno
 
2.3.1 creating database, table and relationship on Access 2003
2.3.1 creating database, table and relationship on Access 20032.3.1 creating database, table and relationship on Access 2003
2.3.1 creating database, table and relationship on Access 2003Steven Alphonce
 
Access2003
Access2003Access2003
Access2003mrh1222
 
Access2003
Access2003Access2003
Access2003tanik363
 
Access2007
Access2007Access2007
Access2007orhan2012
 
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docxAccess Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docxannetnash8266
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007Reshma Arun
 
MS Access 2010 tutorial 1
MS Access 2010 tutorial 1MS Access 2010 tutorial 1
MS Access 2010 tutorial 1Khalfan Alshuaili
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013comatsg
 
Access Basics 01
Access Basics 01Access Basics 01
Access Basics 01Lets try
 
Access2007
Access2007Access2007
Access2007aditu_7
 
MicrosoftAccessHandout.doc
MicrosoftAccessHandout.docMicrosoftAccessHandout.doc
MicrosoftAccessHandout.docCom2K22Class
 
Access_lab_manual06.pdf
Access_lab_manual06.pdfAccess_lab_manual06.pdf
Access_lab_manual06.pdfAditya Kumar
 
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxINTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxmariuse18nolet
 
Tableau free tutorial
Tableau free tutorialTableau free tutorial
Tableau free tutorialtekslate1
 

Ähnlich wie Lesson Two Exploring An Access Database (20)

Pks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcsPks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcs
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1
 
Ms Access
Ms AccessMs Access
Ms Access
 
2.3.1 creating database, table and relationship on Access 2003
2.3.1 creating database, table and relationship on Access 20032.3.1 creating database, table and relationship on Access 2003
2.3.1 creating database, table and relationship on Access 2003
 
Access2003
Access2003Access2003
Access2003
 
Access2003
Access2003Access2003
Access2003
 
Access2007
Access2007Access2007
Access2007
 
Advexcellp
AdvexcellpAdvexcellp
Advexcellp
 
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docxAccess Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
 
My tableau
My tableauMy tableau
My tableau
 
MS Access 2010 tutorial 1
MS Access 2010 tutorial 1MS Access 2010 tutorial 1
MS Access 2010 tutorial 1
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013
 
Access Basics 01
Access Basics 01Access Basics 01
Access Basics 01
 
Access2007
Access2007Access2007
Access2007
 
MicrosoftAccessHandout.doc
MicrosoftAccessHandout.docMicrosoftAccessHandout.doc
MicrosoftAccessHandout.doc
 
Access_lab_manual06.pdf
Access_lab_manual06.pdfAccess_lab_manual06.pdf
Access_lab_manual06.pdf
 
Access2007
Access2007Access2007
Access2007
 
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxINTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
 
Tableau free tutorial
Tableau free tutorialTableau free tutorial
Tableau free tutorial
 

Mehr von guevarra_2000

School personnel sheet2
School personnel sheet2School personnel sheet2
School personnel sheet2guevarra_2000
 
Ting's report on training of spa
Ting's report on training of spaTing's report on training of spa
Ting's report on training of spaguevarra_2000
 
Personnel admin
Personnel adminPersonnel admin
Personnel adminguevarra_2000
 
Personnel administration
Personnel administrationPersonnel administration
Personnel administrationguevarra_2000
 
Supervisor's role
Supervisor's roleSupervisor's role
Supervisor's roleguevarra_2000
 
Filipino values and culture
Filipino values and cultureFilipino values and culture
Filipino values and cultureguevarra_2000
 
Format for the action research project
Format for the action research projectFormat for the action research project
Format for the action research projectguevarra_2000
 
Course outline
Course outlineCourse outline
Course outlineguevarra_2000
 
Course outline
Course outlineCourse outline
Course outlineguevarra_2000
 
Action research format
Action research formatAction research format
Action research formatguevarra_2000
 
Recruitmentcompatible 1222798911739370-9
Recruitmentcompatible 1222798911739370-9Recruitmentcompatible 1222798911739370-9
Recruitmentcompatible 1222798911739370-9guevarra_2000
 
Filipino culture report
Filipino culture reportFilipino culture report
Filipino culture reportguevarra_2000
 
Personnel administration report
Personnel administration reportPersonnel administration report
Personnel administration reportguevarra_2000
 
Leader&cultural diversity
Leader&cultural diversityLeader&cultural diversity
Leader&cultural diversityguevarra_2000
 
Leader&cultural diversity
Leader&cultural diversityLeader&cultural diversity
Leader&cultural diversityguevarra_2000
 
Principles of getting job done
Principles of getting job donePrinciples of getting job done
Principles of getting job doneguevarra_2000
 
Leading different personalities
Leading different personalitiesLeading different personalities
Leading different personalitiesguevarra_2000
 

Mehr von guevarra_2000 (20)

School personnel sheet2
School personnel sheet2School personnel sheet2
School personnel sheet2
 
Ting's report on training of spa
Ting's report on training of spaTing's report on training of spa
Ting's report on training of spa
 
Personnel admin
Personnel adminPersonnel admin
Personnel admin
 
Personnel administration
Personnel administrationPersonnel administration
Personnel administration
 
Supervisor's role
Supervisor's roleSupervisor's role
Supervisor's role
 
Filipino values and culture
Filipino values and cultureFilipino values and culture
Filipino values and culture
 
Format for the action research project
Format for the action research projectFormat for the action research project
Format for the action research project
 
Course outline
Course outlineCourse outline
Course outline
 
Course outline
Course outlineCourse outline
Course outline
 
Action research format
Action research formatAction research format
Action research format
 
Recruitment
RecruitmentRecruitment
Recruitment
 
Recruitmentcompatible 1222798911739370-9
Recruitmentcompatible 1222798911739370-9Recruitmentcompatible 1222798911739370-9
Recruitmentcompatible 1222798911739370-9
 
Filipino culture report
Filipino culture reportFilipino culture report
Filipino culture report
 
Personnel administration report
Personnel administration reportPersonnel administration report
Personnel administration report
 
Leader&cultural diversity
Leader&cultural diversityLeader&cultural diversity
Leader&cultural diversity
 
Leader&cultural diversity
Leader&cultural diversityLeader&cultural diversity
Leader&cultural diversity
 
Edleadership
EdleadershipEdleadership
Edleadership
 
Principles of getting job done
Principles of getting job donePrinciples of getting job done
Principles of getting job done
 
Leading different personalities
Leading different personalitiesLeading different personalities
Leading different personalities
 
Success2012
Success2012Success2012
Success2012
 

KĂŒrzlich hochgeladen

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 

KĂŒrzlich hochgeladen (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 

Lesson Two Exploring An Access Database

  • 1. Exploring an Access Database Lesson Two – ACCESS 2007
  • 2. Once you have determined that an Access database will help you store and manage your data, you will need to learn the parts of a database, how to start using Access, and how to navigate the Access window. In this lesson, we will provide a basic overview of Access, including the parts of a database, and common tasks you can complete using a database. 2 Guevarra Institute of Technology
  • 3. Databases in Our Lives Think about all the information we encounter on a typical day that might be organized by a database. For example, if you go shopping at a department store for a toaster, the store inventory of products is information that has to be stored somewhere, along with the price of each product. ‹‹When you make a purchase, the store needs to be able to store the sales information to determine the daily sales total and how to track the decrease in inventory. A database could store this information, and also allow the store to quickly determine how many Brand X toasters are in the inventory without needing to count the inventory on the shelves. 3 Guevarra Institute of Technology
  • 4. While this information could be managed without a database, it would be easier and more efficient to use one. Databases have an enormous impact in almost every area of our lives. 4 Guevarra Institute of Technology
  • 5. Think About It Think about what is going on around you in everyday situations and whether there might be a database at work. Grocery Store: The grocery store is stocked with items. The items have to be ordered, shipped, and stocked in the store. The store has to pay for the items. Then, when the customer buys the items, the cash register retrieves prices and the customer pays for products. Where might databases be involved in the situation? Restaurant: Where does the food come from? How does management know when to reorder a product? How are bills paid? Traffic Lights: Who or what controls when the lights turn red or green? A database maintains order and structure in our lives. Databases are created using programs such as Microsoft Office Access 2007, which is a relational database program. 5 Guevarra Institute of Technology
  • 6. Getting Started with Access When you start Access 2007, you will see the Getting Started window. In the left pane, the template categories including the featured local templates are listed, as well as the categories on Office Online. Templates are pre-built databases focused on a specific task that you can download and use immediately. 6 Guevarra Institute of Technology
  • 7. 7 Guevarra Institute of Technology
  • 8. In the example below, the featured templates are selected, and the template options are displayed in the center area of the screen. Featured templates include database template options that are available online, as well as templates available as part of the local version of Access. 8 Guevarra Institute of Technology
  • 9. Opening a Database You have three main options on the Getting Started page. You can open a template database stored locally or online, an existing database, or a blank database. 9 Guevarra Institute of Technology
  • 10. To View Templates Included with Access: Click Local Templates in the left pane. The center of the screen will change to display icons for the templates. Select an icon in the center of the screen. Details about the database template will appear on the right. In the left pane of the Getting Started window, you will see a list of categories for the templates available on Microsoft Office Online. You must have an Internet connection to download these database templates. The Blank Database command allows you to create a database from scratch. 10 Guevarra Institute of Technology
  • 11. To Open an Existing Database: In the Open Recent Database section, double-click the file name of the database you wish to open. It will appear in the window. 11 Guevarra Institute of Technology
  • 12. OR Click the More link. A dialog box will appear. 12 Guevarra Institute of Technology
  • 13. Select the database you wish to open. Click Open. The database will appear. 13 Guevarra Institute of Technology
  • 14. The Access Window Before you can begin to use a database, you need to become familiar with the Access window. 14 Guevarra Institute of Technology
  • 15. The Ribbon Like other software in the Microsoft Office 2007 suite, Access 2007 has a tabbed Ribbon system that you use to navigate the database. The Ribbon is organized into tabs. Each tab contains groups of commands that you use to perform tasks in Access. ‹‹For example, on the Home tab, you’ll see that there is a Font group that contains the font formatting commands such as font type, size, color, alignment, and more. Unless you use keyboard shortcuts for everything, the Ribbon is how you get the work done in Access. 15 Guevarra Institute of Technology
  • 16. Quick Access Toolbar Once you are familiar with Access, you may find that you there are commands that you use more often than others. To make it easier to use these commands, you can add them to the Quick Access toolbar. By default, the toolbar appears above the Ribbon on the left side of the Access window, and includes the Save, Undo, and Redo commands. 16 Guevarra Institute of Technology
  • 17. Microsoft Office Button The Microsoft Office Button resides in the upper-left corner of the Access window and includes key menu options such as New, Save, Print, and more. From this menu, you can also change your Access Options 17 Guevarra Institute of Technology
  • 18. Navigation Pane The main control center of each Access database is the Navigation Pane. It shows you what is in the database and makes the information accessible to you. Also, you can choose to close the navigation pane, if you need more of the Access window to complete specific tasks. 18 Guevarra Institute of Technology
  • 19. To Open and Close the Navigation Pane: Click the Shutter Bar Button on the right side of the Navigation Pane. 19 Guevarra Institute of Technology
  • 20. The Navigation Pane appears as a single column when it is collapsed. 20 Guevarra Institute of Technology
  • 21. Parts of a Database A Microsoft Access database is made up of several components including tables, forms, queries, and reports. These components are called database objects. One or more of these objects are formed when a database is created, and all the objects appear in the Navigation Pane. To make the database easier to navigate, beginning Access users may want to reorder the objects in the Navigation Pane 21 Guevarra Institute of Technology
  • 22. To Change how Objects are Ordered in the Navigation Pane: Click the drop-down arrow at the top of the Navigation Pane to see the ordering options. Change Object Order in Navigation Pane Select a menu option. The Navigation Pane will appear reordered based on your selection. If you are new to databases, arranging the objects by type in the Navigation Pane is usually a good idea. This will group tables, forms, queries, and reports in individual groups in the pane. 22 Guevarra Institute of Technology
  • 23. To Expand or Collapse a Group Click any downward pointing double arrow to expand a group so that all objects are displayed. Click any upward pointing double arrow to collapse a group and hide all the objects. 23 Guevarra Institute of Technology
  • 24. A database is made up of several components, or objects. These objects include: Tables Queries Forms Reports We'll look at each of these objects in more detail in later lessons, but you can access them from the Navigation Pane like you can with tables. 24 Guevarra Institute of Technology
  • 25. Tables A table is the database object that contains the basic information you wish to store. A blue and white icon represents the table in the Navigation Pane. 25 Guevarra Institute of Technology
  • 26. In the Customer Info table below, there are columns, or fields, of information including title and author. Each row is a record that contains the information specific to the fields listed. 26 Guevarra Institute of Technology
  • 27. Queries Another database object is called a query. A query allows you to retrieve information from one or more tables based on a set of search conditions you define using the table fields. For example, if you want to know the name of the books that have sold in Colorado and Kansas, you could create a query that would retrieve information from multiple tables to determine the answer. In this example, you would retrieve information from the Order table and Books table. Queries are covered in more detail in later lessons. 27 Guevarra Institute of Technology
  • 28. Forms A third database object is the form. Forms are an Access tool that users can create to make data entry in database tables easier. Entering data directly into a table can be difficult if there is a lot of information to enter. Like an Excel spreadsheet, an Access table is essentially a screen filled with blank rows where a user enters records. Forms, however, provide users with an easy-to-read interface where they can enter table data. Forms are especially useful for Access users that aren’t comfortable working with databases. 28 Guevarra Institute of Technology
  • 29. Reports The final database object is the report. A report is an effective way to analyze and present data using a specific layout. The text can be formatted in an Access report, just like it can be in Word documents. 29 Guevarra Institute of Technology
  • 30. To Close an Object: Select the tab for the object you wish to close. (The highlighted tab is the active tab). Right-click the tab and select Close from the menu. 30 Guevarra Institute of Technology
  • 31. Challenge See if you can answer these questions: Where is the Ribbon in the Access window Where is the Navigation Pane located What is the purpose of each of the four objects in an Access database? 31 Guevarra Institute of Technology