SlideShare a Scribd company logo
1 of 24
CIS-145 Test 1 Review 10/6/2010 1
Database Collection of related data and tools to use, manage data Relational database Data stored in tables Each table stores data about one thing Common values create connections (relationships) between tables 10/6/2010 2
Fields, Records, and Tables Fields Basic unit of data represented by a column in a table datasheet Records Group of related fields or all fields related to a specific item: person, place, or thing  Each row of a datasheet represent a record Tables Group of related records 10/6/2010 3
Planning a Database What information do you want to obtain?  What data elements (fields) must you include to be able to get the information? What types of data will you enter into each field? Dates, numeric values, amounts of money, text, etc. What fields of data relate to the same basic items and belong grouped together?  How do the groups of data relate to each other?  What questions will you need the database to be able to answer?  What is the most efficient way to get data into the database tables?  10/6/2010 4
Creating Tables  Each table should contain fields that focus on data specific to one type of item Such as customers, employees, inventory, etc. Each table should have a primary key  Fields in the primary key cannot be empty (null) May be one or more fields Each generic field# heading is replaced with a descriptive field name 10/6/2010 5
Table Design Guidelines Store all necessary data Store data in smallest parts Avoid calculations 10/6/2010 6
Using Table Design View Presents a blank work area on which to enter fields Provides tools for setting data types, descriptions, and properties Enables you to change the structure and organization of fields in the table 10/6/2010 7
Entering Field Names Field names: Short but descriptive Can contain alpha-numeric characters Can contain many symbols Can contain spaces Must start with a character or symbol May use naming convention Identify table, data type, and field description 10/6/2010 8
Identifying Data Types Data types identify the kind of data to be added to a field Text Numbers Dates/Times Currency Setting a data type controls values that the field contains 10/6/2010 9
AutoNumber Fields Fields that automatically number records as you add them to a table Numbers can’t be entered or changed by user If you delete a record from a table, or cancel a new row, Access never assigns the number to any new record  10/6/2010 10
Field Property Field Size determines how much data can be stored Some data type sizes are fixed – date/time, yes/no Format controls how a value is displayed Input Mask controls which keyboard entries will be required and accepted Validation Rule sets limits on values that a field will accept Validation Rule applies regardless of how data is entered or changed Set Validation Text to explain how to correct an entry 10/6/2010 11
Entering Data into a Datasheet The new row is identified with an asterisk Press (Tab) or (Enter) to move to the next column Click the New Record button  10/6/2010 12
Saving Records Access automatically saves each record as you complete it  Edits made to records are also automatically saved 10/6/2010 13
Saving a Table Layout Each time you make a change to the layout of a table you must save it if you want to keep that layout The Save button appears on the Quick Access toolbar 10/6/2010 14
Retrieving Data Sorting features Filtering tools Find and Replace 10/6/2010 15
Using the Toggle Filter Tool After you apply a filter, clicking the Toggle Filter button removes the filter and displays all records After removing a filter, clicking the Toggle Filter button re-applies the last filter applied A ToolTip displays to let you know what action you are performing: Remove Filter or Apply Filter. 10/6/2010 16
Creating Other Database Objects Create tab of the Ribbon contains tools for creating all database objects Tools on the Ribbon are grouped by object type Multiple tools are available for each object Design View Wizards 10/6/2010 17
Forms & Reports Can create with Ribbon buttons, wizards, or design view Also have layout view where can see data and modify control layout Made up of objects call controls Bound: tied to a field in a table or query Unbound: exists only as part of form Calculated: creates a value using functions and/or fields 10/6/2010 18
Form/Report Design Need to consider layout: how will user move through controls, read and understand what’s displayed? Need to be clear, use words/phrases easily understood 10/6/2010 19
Importing Data Can create new tables from data stored in other programs Can append (add) data to existing tables External Data tab on the Ribbon contains Import tools Most import procedures use Wizards 10/6/2010 20
Creating Queries Enables you to place fields from multiple tables to display in a single datasheet Provides controls for setting criteria based upon values in multiple fields Enables you to show or hide fields containing criteria 10/6/2010 21
How Multiple Column Sorts Work Access sorts data on multiple fields from left to right Columns in a table must appear side by side when sorting in datasheet  The column on the left must be the one you want sorted first (primary sort field) 10/6/2010 22
Identifying Operators Identifies the comparison Access should perform Relational Operators include: =, >, <, <>, >=, <= Logical operators define how to tie tests together And, Or, Not Comparison operators are used with patterns Like Can compare to a list using In 10/6/2010 23
Using Wildcards Used in place of specific characters Primary wildcards used: *   Represents any number of characters ?   Represents an individual character Examples: *Graham* locates all records with graham within the text Gra?am locates all records with gra at the beginning of the field value and am at the end of the field value with only one letter between  10/6/2010 24

More Related Content

What's hot

MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPTprsmith72
 
MS Access Ch 2 PPT
MS Access Ch 2 PPTMS Access Ch 2 PPT
MS Access Ch 2 PPTprsmith72
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007Reshma Arun
 
Access lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying FormsAccess lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying FormsAram SE
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013comatsg
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms accessjigeno
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access TutorialvirtualMaryam
 
Access lesson 01 Microsoft Access Basics
Access lesson 01 Microsoft Access BasicsAccess lesson 01 Microsoft Access Basics
Access lesson 01 Microsoft Access BasicsAram SE
 
Tutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft AccessTutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft Accessmcclellm
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksskomadina
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access NotesPyi Soe
 
Access lesson 02 Creating a Database
Access lesson 02 Creating a DatabaseAccess lesson 02 Creating a Database
Access lesson 02 Creating a DatabaseAram SE
 
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
 
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
 
Access lesson05
Access lesson05Access lesson05
Access lesson05Aram SE
 

What's hot (18)

MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPT
 
MS Access Ch 2 PPT
MS Access Ch 2 PPTMS Access Ch 2 PPT
MS Access Ch 2 PPT
 
Access ppt
Access ppt Access ppt
Access ppt
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
 
Access lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying FormsAccess lesson 04 Creating and Modifying Forms
Access lesson 04 Creating and Modifying Forms
 
Access 2007 lecture notes students
Access 2007 lecture notes studentsAccess 2007 lecture notes students
Access 2007 lecture notes students
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
 
Access lesson 01 Microsoft Access Basics
Access lesson 01 Microsoft Access BasicsAccess lesson 01 Microsoft Access Basics
Access lesson 01 Microsoft Access Basics
 
Tutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft AccessTutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft Access
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access Notes
 
001.general
001.general001.general
001.general
 
Access lesson 02 Creating a Database
Access lesson 02 Creating a DatabaseAccess lesson 02 Creating a Database
Access lesson 02 Creating a Database
 
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
 
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
 
Access lesson05
Access lesson05Access lesson05
Access lesson05
 

Viewers also liked (7)

121 Week 9 Nervous System
121 Week 9 Nervous System121 Week 9 Nervous System
121 Week 9 Nervous System
 
Stored procedures
Stored proceduresStored procedures
Stored procedures
 
121 Week 8 Circulatory System
121 Week 8 Circulatory System121 Week 8 Circulatory System
121 Week 8 Circulatory System
 
121 Week 7 Chapter 11 Respiratory
121 Week 7 Chapter 11 Respiratory121 Week 7 Chapter 11 Respiratory
121 Week 7 Chapter 11 Respiratory
 
121 Week 10 Musculoskeletal
121 Week 10 Musculoskeletal121 Week 10 Musculoskeletal
121 Week 10 Musculoskeletal
 
121 Week 9 Endocrine
121 Week 9 Endocrine121 Week 9 Endocrine
121 Week 9 Endocrine
 
SQL Server Stored procedures
SQL Server Stored proceduresSQL Server Stored procedures
SQL Server Stored procedures
 

Similar to CIS145 Test 1 Review

Similar to CIS145 Test 1 Review (20)

MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptx
 
nithin raj ppt.ppt
nithin raj ppt.pptnithin raj ppt.ppt
nithin raj ppt.ppt
 
nnr.ppt
nnr.pptnnr.ppt
nnr.ppt
 
Chapter.10
Chapter.10Chapter.10
Chapter.10
 
Chapter.10
Chapter.10Chapter.10
Chapter.10
 
access1.ppt
access1.pptaccess1.ppt
access1.ppt
 
HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.ppt
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptx
 
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
 
Database as information system
Database as information systemDatabase as information system
Database as information system
 
Cis145 Final Review
Cis145 Final ReviewCis145 Final Review
Cis145 Final Review
 
CIS145 Final Review
CIS145 Final ReviewCIS145 Final Review
CIS145 Final Review
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1
 
Ms Access
Ms AccessMs Access
Ms Access
 
Cis145 Final Review
Cis145 Final ReviewCis145 Final Review
Cis145 Final Review
 

More from Randy Riness @ South Puget Sound Community College

More from Randy Riness @ South Puget Sound Community College (20)

3 sql overview
3 sql overview3 sql overview
3 sql overview
 
Normalization
NormalizationNormalization
Normalization
 
CIS160 final review
CIS160 final reviewCIS160 final review
CIS160 final review
 
SQL Constraints
SQL ConstraintsSQL Constraints
SQL Constraints
 
CIS 245 Final Review
CIS 245 Final ReviewCIS 245 Final Review
CIS 245 Final Review
 
Cis166 Final Review C#
Cis166 Final Review C#Cis166 Final Review C#
Cis166 Final Review C#
 
Classes and Objects
Classes and ObjectsClasses and Objects
Classes and Objects
 
CIS245 sql
CIS245 sqlCIS245 sql
CIS245 sql
 
Cis245 Midterm Review
Cis245 Midterm ReviewCis245 Midterm Review
Cis245 Midterm Review
 
CSS
CSSCSS
CSS
 
XPath
XPathXPath
XPath
 
XSLT Overview
XSLT OverviewXSLT Overview
XSLT Overview
 
Views
ViewsViews
Views
 
CIS282 Midterm review
CIS282 Midterm reviewCIS282 Midterm review
CIS282 Midterm review
 
Schemas 2 - Restricting Values
Schemas 2 - Restricting ValuesSchemas 2 - Restricting Values
Schemas 2 - Restricting Values
 
CIS 145 test 1 review
CIS 145 test 1 reviewCIS 145 test 1 review
CIS 145 test 1 review
 
XML schemas
XML schemasXML schemas
XML schemas
 
Document type definitions part 2
Document type definitions part 2Document type definitions part 2
Document type definitions part 2
 
Document type definitions part 1
Document type definitions part 1Document type definitions part 1
Document type definitions part 1
 
DOM specifics
DOM specificsDOM specifics
DOM specifics
 

Recently uploaded

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Recently uploaded (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

CIS145 Test 1 Review

  • 1. CIS-145 Test 1 Review 10/6/2010 1
  • 2. Database Collection of related data and tools to use, manage data Relational database Data stored in tables Each table stores data about one thing Common values create connections (relationships) between tables 10/6/2010 2
  • 3. Fields, Records, and Tables Fields Basic unit of data represented by a column in a table datasheet Records Group of related fields or all fields related to a specific item: person, place, or thing Each row of a datasheet represent a record Tables Group of related records 10/6/2010 3
  • 4. Planning a Database What information do you want to obtain? What data elements (fields) must you include to be able to get the information? What types of data will you enter into each field? Dates, numeric values, amounts of money, text, etc. What fields of data relate to the same basic items and belong grouped together? How do the groups of data relate to each other? What questions will you need the database to be able to answer? What is the most efficient way to get data into the database tables? 10/6/2010 4
  • 5. Creating Tables Each table should contain fields that focus on data specific to one type of item Such as customers, employees, inventory, etc. Each table should have a primary key Fields in the primary key cannot be empty (null) May be one or more fields Each generic field# heading is replaced with a descriptive field name 10/6/2010 5
  • 6. Table Design Guidelines Store all necessary data Store data in smallest parts Avoid calculations 10/6/2010 6
  • 7. Using Table Design View Presents a blank work area on which to enter fields Provides tools for setting data types, descriptions, and properties Enables you to change the structure and organization of fields in the table 10/6/2010 7
  • 8. Entering Field Names Field names: Short but descriptive Can contain alpha-numeric characters Can contain many symbols Can contain spaces Must start with a character or symbol May use naming convention Identify table, data type, and field description 10/6/2010 8
  • 9. Identifying Data Types Data types identify the kind of data to be added to a field Text Numbers Dates/Times Currency Setting a data type controls values that the field contains 10/6/2010 9
  • 10. AutoNumber Fields Fields that automatically number records as you add them to a table Numbers can’t be entered or changed by user If you delete a record from a table, or cancel a new row, Access never assigns the number to any new record 10/6/2010 10
  • 11. Field Property Field Size determines how much data can be stored Some data type sizes are fixed – date/time, yes/no Format controls how a value is displayed Input Mask controls which keyboard entries will be required and accepted Validation Rule sets limits on values that a field will accept Validation Rule applies regardless of how data is entered or changed Set Validation Text to explain how to correct an entry 10/6/2010 11
  • 12. Entering Data into a Datasheet The new row is identified with an asterisk Press (Tab) or (Enter) to move to the next column Click the New Record button 10/6/2010 12
  • 13. Saving Records Access automatically saves each record as you complete it Edits made to records are also automatically saved 10/6/2010 13
  • 14. Saving a Table Layout Each time you make a change to the layout of a table you must save it if you want to keep that layout The Save button appears on the Quick Access toolbar 10/6/2010 14
  • 15. Retrieving Data Sorting features Filtering tools Find and Replace 10/6/2010 15
  • 16. Using the Toggle Filter Tool After you apply a filter, clicking the Toggle Filter button removes the filter and displays all records After removing a filter, clicking the Toggle Filter button re-applies the last filter applied A ToolTip displays to let you know what action you are performing: Remove Filter or Apply Filter. 10/6/2010 16
  • 17. Creating Other Database Objects Create tab of the Ribbon contains tools for creating all database objects Tools on the Ribbon are grouped by object type Multiple tools are available for each object Design View Wizards 10/6/2010 17
  • 18. Forms & Reports Can create with Ribbon buttons, wizards, or design view Also have layout view where can see data and modify control layout Made up of objects call controls Bound: tied to a field in a table or query Unbound: exists only as part of form Calculated: creates a value using functions and/or fields 10/6/2010 18
  • 19. Form/Report Design Need to consider layout: how will user move through controls, read and understand what’s displayed? Need to be clear, use words/phrases easily understood 10/6/2010 19
  • 20. Importing Data Can create new tables from data stored in other programs Can append (add) data to existing tables External Data tab on the Ribbon contains Import tools Most import procedures use Wizards 10/6/2010 20
  • 21. Creating Queries Enables you to place fields from multiple tables to display in a single datasheet Provides controls for setting criteria based upon values in multiple fields Enables you to show or hide fields containing criteria 10/6/2010 21
  • 22. How Multiple Column Sorts Work Access sorts data on multiple fields from left to right Columns in a table must appear side by side when sorting in datasheet The column on the left must be the one you want sorted first (primary sort field) 10/6/2010 22
  • 23. Identifying Operators Identifies the comparison Access should perform Relational Operators include: =, >, <, <>, >=, <= Logical operators define how to tie tests together And, Or, Not Comparison operators are used with patterns Like Can compare to a list using In 10/6/2010 23
  • 24. Using Wildcards Used in place of specific characters Primary wildcards used: * Represents any number of characters ? Represents an individual character Examples: *Graham* locates all records with graham within the text Gra?am locates all records with gra at the beginning of the field value and am at the end of the field value with only one letter between 10/6/2010 24