SlideShare uma empresa Scribd logo
1 de 41
Chapter 10 Creating a Database
What’s Inside and on the CD? In this chapter, you will be introduced to Microsoft Access and its powerful tools for: Entering and updating information Deleting information Sorting data Searching for specific data Creating reports 2 Practical Microsoft Office 2010
How is data organized in a database? Database software like Microsoft Access can be complex but is useful for organizing many types of data Access is designed for creating and accessing relational databases An Access database consists of tables Each table contains a category of data Each table is similar to a stack of index cards 3 Practical Microsoft Office 2010
How is data organized in a database? Each card in the stack contains similar information, which relates to a single entity. A database record is equivalent to one index card. 4 Practical Microsoft Office 2010
How is data organized in a database? 5 Practical Microsoft Office 2010
How is data organized in a database? Data can be displayed in different ways The table view is a grid of rows and columns  Each row contains one record, equivalent to one index card Each cell in a row contains the data for one field The table is composed of all fields in all rows, equivalent to the entire stack of index cards 6 Practical Microsoft Office 2010
How is data organized in a database? 7 Practical Microsoft Office 2010
What’s in the Access window? To start Access: Click Start Click All Programs Click Microsoft Office Click Microsoft Office Access 2010 When you start Access, the File tab appears. Use it to: Connect to Microsoft Office Online Search for an existing file Create a new database Open an existing database 8 Practical Microsoft Office 2010
What’s in the Access window? With Access, you typically don’t create a new database but open an existing one to add to or edit data it contains Unlike other Microsoft programs, Access databases are not displayed as they will be printed Access provides several tools used to create, modify, and display data 9 Practical Microsoft Office 2010
What’s in the Access window? Tools, used to create tables and simple queries, are contained in the Navigation Pane on left side of the database window Access offers many different ways to use each tool Access is a complex software In order to simplify introduction, some basic ways to use most common tools will be introduced 10 Practical Microsoft Office 2010
What’s in the Access window? 11 Practical Microsoft Office 2010
How do I create a new database or open an existing database? Creating a database is different from a document, worksheet, or presentation In Access you first save an empty database, then create elements of database Elements include: Tables Reports Forms Queries 12 Practical Microsoft Office 2010
How do I create a new database or open an existing database? To open an existing database: Use the recent databases list Use the Recent button Use the Open button on the Access File tab. 13 Practical Microsoft Office 2010
How do I create a new database or open an existing database? 14 Practical Microsoft Office 2010
How do I create tables? You must specify the structure of tables, records, and fields before you can enter data A table contains records Each record contains one or more fields Each field contains a type of data such as name or data 15 Practical Microsoft Office 2010
How do I create tables? When you create a new database, Access creates an empty table named Table1 You can create additional tables by clicking the Create tab and selecting the table tool 16 Practical Microsoft Office 2010
How do I create tables? To define a field for a table, begin by selecting the data type Text Memo Number Date & Time AutoNumber Yes/No Enter a field name, following the Access rules for field names 17 Practical Microsoft Office 2010
How do I create tables? Table contains an ID field designed to be used as the primary key A field that uniquely identifies each record Important that no two records are ever assigned the same value for this unique field Default data type is AutoNumber Can be modified to accept other primary key data SKU’s SSN’s Telephone numbers 18 Practical Microsoft Office 2010
How do I create tables? 19 Practical Microsoft Office 2010
How do I create tables? 20 Practical Microsoft Office 2010
How do I create tables? 21 Practical Microsoft Office 2010
How do I save tables? Save frequently as a precaution against power outages or hardware glitches Quick way is to click the Save icon on the Quick Access toolbar Supply name, and then table name will appear in the tables list If saving on a CD, DVD, or USB flash drive, do not remove if from the computer until the Access window closes. To open a table the next time, open the database and then double-click the table in the Navigation pane. 22 Practical Microsoft Office 2010
How do I save tables? 23 Practical Microsoft Office 2010
How do I enter and edit data in a table? Once fields are defined for table, data for each entity becomes one record, or row, in table If table is not open, double-click the name of the table in the Navigation Pane An empty record is always displayed at bottom of table 24 Practical Microsoft Office 2010
How do I enter and edit data in a table? You can use the Tab key to move from one field to the next Make sure data is consistent - for example, don't use PG-13 and PG 13 in same database To edit data, click cell containing data 25 Practical Microsoft Office 2010
How do I enter and edit data in a table? Use left and right arrow keys to move insertion point within field Use Backspace and Delete to delete text to left or right of insertion point To delete entire record: Right-click row header Click Delete Record on shortcut menu Click Yes button 26 Practical Microsoft Office 2010
How do I enter and edit data in a table? 27 Practical Microsoft Office 2010
Can I import data into a database? You can import data from files created with other software Worksheets created with Excel Databases created with older versions of Access E-mail address books created with Outlook Comma-delimited files A comma-delimited file, sometimes referred to as a CSV file, is data separated by commas 28 Practical Microsoft Office 2010
Can I import data into a database? Many software applications offer an export option that creates a comma-delimited file Import a CSV file by selecting the Import text filefrom the External Data tab and then select the file 29 Practical Microsoft Office 2010
Can I import data into a database? 30 Practical Microsoft Office 2010
How do I work with tables? Working with data in Access can be similar to working with data in an Excel worksheet You can add, delete, move, sort, and search for data Controls for these operations are on the ribbon 31 Practical Microsoft Office 2010
How do I work with tables? Operations for working with tables include: Modify data Insert a record Delete a record Move a field Hide a field Sort records Search 32 Practical Microsoft Office 2010
How do I work with tables? 33 Practical Microsoft Office 2010
How do I create a query using a wizard? Data in a table can be manipulated in many ways, e.g.: search a company database for all customers in a specific state Create a query to search for records containing particular data A query contains criteria that specifies what you want to find 34 Practical Microsoft Office 2010
How do I create a query using a wizard? Use query to display some, but not all, fields in table The Query Wizard is a quick way to learn about simple queries and use them to locate data 35 Practical Microsoft Office 2010
How do I create a query using a Wizard? Simple Query Wizard – What fields do you want in your query? click a field click      button to add an individual field to query click      button to add all fields to the query click      button to remove an individual field from query click      button to remove all fields from query 36 Practical Microsoft Office 2010
How do I create a query using a Wizard? Simple Query Wizard – Would you like a detail or summary query? Detail option shows all specified fields for records The Summary option displays how many records match your criteria Simple Query Wizard – What title do you want for your query? Enter a title and click the Finish button to see the results of your query 37 Practical Microsoft Office 2010
How do I create a query using a Wizard? To refine search, specify query criteria  Example, to see only records of films after 1995: Right-click query tab Click Design View on shortcut menu Type >1995 in criteria row under Award Year field Click     Run button on Query Tools Design contextual tab 38 Practical Microsoft Office 2010
How do I create a query using a Wizard? When window closed after viewing results of query specified by query criteria: Message asking - Do you want to save changes to design of query ‘Query Name’? Click Yes if you want to use same criteria every time you use query After query is saved, you can use it repeatedly on all data that matches criteria specified 39 Practical Microsoft Office 2010
How do I create a query using a Wizard? 40 Practical Microsoft Office 2010
How do I create a query using a Wizard? 41 Practical Microsoft Office 2010

Mais conteúdo relacionado

Mais procurados

Pks ms powerpointl unit 3_bcomcs
Pks ms powerpointl unit 3_bcomcsPks ms powerpointl unit 3_bcomcs
Pks ms powerpointl unit 3_bcomcsKALAISELVI P
 
Pks ms word unit 1_bcomcs
Pks ms word unit 1_bcomcsPks ms word unit 1_bcomcs
Pks ms word unit 1_bcomcsKALAISELVI P
 
Introduction to Microsoft Office
Introduction to Microsoft OfficeIntroduction to Microsoft Office
Introduction to Microsoft OfficeCik Na Shohaili
 
Essential training on microsoft office power point 2007
Essential training on microsoft office power point 2007Essential training on microsoft office power point 2007
Essential training on microsoft office power point 2007ashok_142
 
Microsoft OneNote 2013 Quickstart
Microsoft OneNote 2013 QuickstartMicrosoft OneNote 2013 Quickstart
Microsoft OneNote 2013 Quickstartcomatsg
 
Pks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcsPks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcsKALAISELVI P
 
Microsoft Visio 2013 Quickstart
Microsoft Visio 2013 QuickstartMicrosoft Visio 2013 Quickstart
Microsoft Visio 2013 Quickstartcomatsg
 
Open Office Impress : Lesson 08
Open Office Impress : Lesson 08Open Office Impress : Lesson 08
Open Office Impress : Lesson 08thinkict
 

Mais procurados (14)

Pks ms powerpointl unit 3_bcomcs
Pks ms powerpointl unit 3_bcomcsPks ms powerpointl unit 3_bcomcs
Pks ms powerpointl unit 3_bcomcs
 
Pks ms word unit 1_bcomcs
Pks ms word unit 1_bcomcsPks ms word unit 1_bcomcs
Pks ms word unit 1_bcomcs
 
Ms powerpoint
Ms powerpointMs powerpoint
Ms powerpoint
 
Introduction to Microsoft Office
Introduction to Microsoft OfficeIntroduction to Microsoft Office
Introduction to Microsoft Office
 
Ms word 2013 Training
Ms word 2013 TrainingMs word 2013 Training
Ms word 2013 Training
 
Ms office 2007 complete
Ms office 2007 completeMs office 2007 complete
Ms office 2007 complete
 
Notacd04
Notacd04Notacd04
Notacd04
 
Notacd04
Notacd04Notacd04
Notacd04
 
Essential training on microsoft office power point 2007
Essential training on microsoft office power point 2007Essential training on microsoft office power point 2007
Essential training on microsoft office power point 2007
 
Microsoft OneNote 2013 Quickstart
Microsoft OneNote 2013 QuickstartMicrosoft OneNote 2013 Quickstart
Microsoft OneNote 2013 Quickstart
 
Pks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcsPks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcs
 
Introduction to microsoft word 2007
Introduction to microsoft word 2007Introduction to microsoft word 2007
Introduction to microsoft word 2007
 
Microsoft Visio 2013 Quickstart
Microsoft Visio 2013 QuickstartMicrosoft Visio 2013 Quickstart
Microsoft Visio 2013 Quickstart
 
Open Office Impress : Lesson 08
Open Office Impress : Lesson 08Open Office Impress : Lesson 08
Open Office Impress : Lesson 08
 

Destaque

Introducing power point test upload
Introducing power point test uploadIntroducing power point test upload
Introducing power point test uploadRomal Bachu
 
Triad 2010 power_point_chapter_2
Triad 2010 power_point_chapter_2Triad 2010 power_point_chapter_2
Triad 2010 power_point_chapter_2Dalia Saeed
 
Emily michaels 2010 power point
Emily michaels 2010 power pointEmily michaels 2010 power point
Emily michaels 2010 power pointemily_michaels
 
Pt8 power point
Pt8 power pointPt8 power point
Pt8 power pointwongdickho
 
Basic powerpointinstruction 2
Basic powerpointinstruction 2Basic powerpointinstruction 2
Basic powerpointinstruction 2Chelsea__Lucas
 
Fiber optics final
Fiber optics finalFiber optics final
Fiber optics finalwongdickho
 

Destaque (11)

Chapter.07
Chapter.07Chapter.07
Chapter.07
 
Excel tips
Excel tipsExcel tips
Excel tips
 
Introducing power point test upload
Introducing power point test uploadIntroducing power point test upload
Introducing power point test upload
 
Triad 2010 power_point_chapter_2
Triad 2010 power_point_chapter_2Triad 2010 power_point_chapter_2
Triad 2010 power_point_chapter_2
 
Emily michaels 2010 power point
Emily michaels 2010 power pointEmily michaels 2010 power point
Emily michaels 2010 power point
 
Pt8 power point
Pt8 power pointPt8 power point
Pt8 power point
 
Chapter.06
Chapter.06Chapter.06
Chapter.06
 
Basic powerpointinstruction 2
Basic powerpointinstruction 2Basic powerpointinstruction 2
Basic powerpointinstruction 2
 
Fiber optics final
Fiber optics finalFiber optics final
Fiber optics final
 
Excel 2010 tutorial
Excel 2010 tutorialExcel 2010 tutorial
Excel 2010 tutorial
 
MS Word Basics Training
MS Word Basics TrainingMS Word Basics Training
MS Word Basics Training
 

Semelhante a Chapter.10

Access Basics 01
Access Basics 01Access Basics 01
Access Basics 01Lets try
 
HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.pptsatgup78
 
Introduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptIntroduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptJoshCasas1
 
Welcome-slides-durham-tech
Welcome-slides-durham-techWelcome-slides-durham-tech
Welcome-slides-durham-techdjl0525
 
access1.ppt
access1.pptaccess1.ppt
access1.pptmayada34
 
Database as information system
Database as information systemDatabase as information system
Database as information systemKAZEMBETVOnline
 
B.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms accessB.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms accessRai University
 
B.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms accessB.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms accessRai University
 
B.sc i bio tech u 4 introduction to ms access
B.sc i bio tech u 4 introduction to ms accessB.sc i bio tech u 4 introduction to ms access
B.sc i bio tech u 4 introduction to ms accessRai University
 
B.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms accessB.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms accessRai University
 
B.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms accessB.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms accessRai University
 
Acccesss notes
Acccesss notesAcccesss notes
Acccesss notesart02
 
Ms access basics ppt
Ms access basics ppt Ms access basics ppt
Ms access basics ppt vethics
 
msexcess-150903114645-lva1-app6892.pdf
msexcess-150903114645-lva1-app6892.pdfmsexcess-150903114645-lva1-app6892.pdf
msexcess-150903114645-lva1-app6892.pdfNamangupta562588
 
Lecture2 slides
Lecture2 slidesLecture2 slides
Lecture2 slidesCyri Jones
 
Microsoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 EcdlMicrosoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 EcdlRichard Butler
 

Semelhante a Chapter.10 (20)

Access Basics 01
Access Basics 01Access Basics 01
Access Basics 01
 
HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.ppt
 
Introduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptIntroduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.ppt
 
Introduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptIntroduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.ppt
 
Welcome-slides-durham-tech
Welcome-slides-durham-techWelcome-slides-durham-tech
Welcome-slides-durham-tech
 
access1.ppt
access1.pptaccess1.ppt
access1.ppt
 
Database as information system
Database as information systemDatabase as information system
Database as information system
 
B.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms accessB.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms access
 
B.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms accessB.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms access
 
B.sc i bio tech u 4 introduction to ms access
B.sc i bio tech u 4 introduction to ms accessB.sc i bio tech u 4 introduction to ms access
B.sc i bio tech u 4 introduction to ms access
 
B.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms accessB.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms access
 
B.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms accessB.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms access
 
MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
 
06.ms acess
06.ms acess06.ms acess
06.ms acess
 
Acccesss notes
Acccesss notesAcccesss notes
Acccesss notes
 
Ms access basics ppt
Ms access basics ppt Ms access basics ppt
Ms access basics ppt
 
msexcess-150903114645-lva1-app6892.pdf
msexcess-150903114645-lva1-app6892.pdfmsexcess-150903114645-lva1-app6892.pdf
msexcess-150903114645-lva1-app6892.pdf
 
M s access
M s accessM s access
M s access
 
Lecture2 slides
Lecture2 slidesLecture2 slides
Lecture2 slides
 
Microsoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 EcdlMicrosoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 Ecdl
 

Mais de jdswitzer

Windows 7 - Unit A
Windows 7 - Unit AWindows 7 - Unit A
Windows 7 - Unit Ajdswitzer
 
Windows 7 - Unit B
Windows 7 - Unit BWindows 7 - Unit B
Windows 7 - Unit Bjdswitzer
 

Mais de jdswitzer (7)

Chapter.04
Chapter.04Chapter.04
Chapter.04
 
Chapter.03
Chapter.03Chapter.03
Chapter.03
 
Chapter.05
Chapter.05Chapter.05
Chapter.05
 
Windows 7 - Unit A
Windows 7 - Unit AWindows 7 - Unit A
Windows 7 - Unit A
 
Windows 7 - Unit B
Windows 7 - Unit BWindows 7 - Unit B
Windows 7 - Unit B
 
Chapter.02
Chapter.02Chapter.02
Chapter.02
 
Chapter.01
Chapter.01Chapter.01
Chapter.01
 

Último

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 

Último (20)

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 

Chapter.10

  • 1. Chapter 10 Creating a Database
  • 2. What’s Inside and on the CD? In this chapter, you will be introduced to Microsoft Access and its powerful tools for: Entering and updating information Deleting information Sorting data Searching for specific data Creating reports 2 Practical Microsoft Office 2010
  • 3. How is data organized in a database? Database software like Microsoft Access can be complex but is useful for organizing many types of data Access is designed for creating and accessing relational databases An Access database consists of tables Each table contains a category of data Each table is similar to a stack of index cards 3 Practical Microsoft Office 2010
  • 4. How is data organized in a database? Each card in the stack contains similar information, which relates to a single entity. A database record is equivalent to one index card. 4 Practical Microsoft Office 2010
  • 5. How is data organized in a database? 5 Practical Microsoft Office 2010
  • 6. How is data organized in a database? Data can be displayed in different ways The table view is a grid of rows and columns Each row contains one record, equivalent to one index card Each cell in a row contains the data for one field The table is composed of all fields in all rows, equivalent to the entire stack of index cards 6 Practical Microsoft Office 2010
  • 7. How is data organized in a database? 7 Practical Microsoft Office 2010
  • 8. What’s in the Access window? To start Access: Click Start Click All Programs Click Microsoft Office Click Microsoft Office Access 2010 When you start Access, the File tab appears. Use it to: Connect to Microsoft Office Online Search for an existing file Create a new database Open an existing database 8 Practical Microsoft Office 2010
  • 9. What’s in the Access window? With Access, you typically don’t create a new database but open an existing one to add to or edit data it contains Unlike other Microsoft programs, Access databases are not displayed as they will be printed Access provides several tools used to create, modify, and display data 9 Practical Microsoft Office 2010
  • 10. What’s in the Access window? Tools, used to create tables and simple queries, are contained in the Navigation Pane on left side of the database window Access offers many different ways to use each tool Access is a complex software In order to simplify introduction, some basic ways to use most common tools will be introduced 10 Practical Microsoft Office 2010
  • 11. What’s in the Access window? 11 Practical Microsoft Office 2010
  • 12. How do I create a new database or open an existing database? Creating a database is different from a document, worksheet, or presentation In Access you first save an empty database, then create elements of database Elements include: Tables Reports Forms Queries 12 Practical Microsoft Office 2010
  • 13. How do I create a new database or open an existing database? To open an existing database: Use the recent databases list Use the Recent button Use the Open button on the Access File tab. 13 Practical Microsoft Office 2010
  • 14. How do I create a new database or open an existing database? 14 Practical Microsoft Office 2010
  • 15. How do I create tables? You must specify the structure of tables, records, and fields before you can enter data A table contains records Each record contains one or more fields Each field contains a type of data such as name or data 15 Practical Microsoft Office 2010
  • 16. How do I create tables? When you create a new database, Access creates an empty table named Table1 You can create additional tables by clicking the Create tab and selecting the table tool 16 Practical Microsoft Office 2010
  • 17. How do I create tables? To define a field for a table, begin by selecting the data type Text Memo Number Date & Time AutoNumber Yes/No Enter a field name, following the Access rules for field names 17 Practical Microsoft Office 2010
  • 18. How do I create tables? Table contains an ID field designed to be used as the primary key A field that uniquely identifies each record Important that no two records are ever assigned the same value for this unique field Default data type is AutoNumber Can be modified to accept other primary key data SKU’s SSN’s Telephone numbers 18 Practical Microsoft Office 2010
  • 19. How do I create tables? 19 Practical Microsoft Office 2010
  • 20. How do I create tables? 20 Practical Microsoft Office 2010
  • 21. How do I create tables? 21 Practical Microsoft Office 2010
  • 22. How do I save tables? Save frequently as a precaution against power outages or hardware glitches Quick way is to click the Save icon on the Quick Access toolbar Supply name, and then table name will appear in the tables list If saving on a CD, DVD, or USB flash drive, do not remove if from the computer until the Access window closes. To open a table the next time, open the database and then double-click the table in the Navigation pane. 22 Practical Microsoft Office 2010
  • 23. How do I save tables? 23 Practical Microsoft Office 2010
  • 24. How do I enter and edit data in a table? Once fields are defined for table, data for each entity becomes one record, or row, in table If table is not open, double-click the name of the table in the Navigation Pane An empty record is always displayed at bottom of table 24 Practical Microsoft Office 2010
  • 25. How do I enter and edit data in a table? You can use the Tab key to move from one field to the next Make sure data is consistent - for example, don't use PG-13 and PG 13 in same database To edit data, click cell containing data 25 Practical Microsoft Office 2010
  • 26. How do I enter and edit data in a table? Use left and right arrow keys to move insertion point within field Use Backspace and Delete to delete text to left or right of insertion point To delete entire record: Right-click row header Click Delete Record on shortcut menu Click Yes button 26 Practical Microsoft Office 2010
  • 27. How do I enter and edit data in a table? 27 Practical Microsoft Office 2010
  • 28. Can I import data into a database? You can import data from files created with other software Worksheets created with Excel Databases created with older versions of Access E-mail address books created with Outlook Comma-delimited files A comma-delimited file, sometimes referred to as a CSV file, is data separated by commas 28 Practical Microsoft Office 2010
  • 29. Can I import data into a database? Many software applications offer an export option that creates a comma-delimited file Import a CSV file by selecting the Import text filefrom the External Data tab and then select the file 29 Practical Microsoft Office 2010
  • 30. Can I import data into a database? 30 Practical Microsoft Office 2010
  • 31. How do I work with tables? Working with data in Access can be similar to working with data in an Excel worksheet You can add, delete, move, sort, and search for data Controls for these operations are on the ribbon 31 Practical Microsoft Office 2010
  • 32. How do I work with tables? Operations for working with tables include: Modify data Insert a record Delete a record Move a field Hide a field Sort records Search 32 Practical Microsoft Office 2010
  • 33. How do I work with tables? 33 Practical Microsoft Office 2010
  • 34. How do I create a query using a wizard? Data in a table can be manipulated in many ways, e.g.: search a company database for all customers in a specific state Create a query to search for records containing particular data A query contains criteria that specifies what you want to find 34 Practical Microsoft Office 2010
  • 35. How do I create a query using a wizard? Use query to display some, but not all, fields in table The Query Wizard is a quick way to learn about simple queries and use them to locate data 35 Practical Microsoft Office 2010
  • 36. How do I create a query using a Wizard? Simple Query Wizard – What fields do you want in your query? click a field click button to add an individual field to query click button to add all fields to the query click button to remove an individual field from query click button to remove all fields from query 36 Practical Microsoft Office 2010
  • 37. How do I create a query using a Wizard? Simple Query Wizard – Would you like a detail or summary query? Detail option shows all specified fields for records The Summary option displays how many records match your criteria Simple Query Wizard – What title do you want for your query? Enter a title and click the Finish button to see the results of your query 37 Practical Microsoft Office 2010
  • 38. How do I create a query using a Wizard? To refine search, specify query criteria Example, to see only records of films after 1995: Right-click query tab Click Design View on shortcut menu Type >1995 in criteria row under Award Year field Click Run button on Query Tools Design contextual tab 38 Practical Microsoft Office 2010
  • 39. How do I create a query using a Wizard? When window closed after viewing results of query specified by query criteria: Message asking - Do you want to save changes to design of query ‘Query Name’? Click Yes if you want to use same criteria every time you use query After query is saved, you can use it repeatedly on all data that matches criteria specified 39 Practical Microsoft Office 2010
  • 40. How do I create a query using a Wizard? 40 Practical Microsoft Office 2010
  • 41. How do I create a query using a Wizard? 41 Practical Microsoft Office 2010