Computer Skills MS Access Work Sheet # 1

Size: px
Start display at page:

Download "Computer Skills MS Access Work Sheet # 1"

Transcription

1 Computer Skills MS Access Work Sheet # 1 Topics Covered: Database Concepts (Databases, Microsoft Access, Databases Uses, Relational Database, Tables, Records and Fields, The Difference between Data and Information), Creating a Database (Starting Access, Creating a New Database, The New Interface Elements, Saving a Database, Closing a Database, Opening a Database), Create and Modify Tables (Creating a New Table, Showing or Hiding Objects Tabs, Adding and Renaming Fields, Saving a Table, The Views, Data Type, Adding Fields Design View, Using the Attachment Data Type, Adjusting Column Width, Moving a Column, Moving between Records within a Table) Working Steps: 1. Discuss the following concepts: a. Databases b. Microsoft Access c. Databases Uses d. Relational Database e. Tables f. Records and Fields g. The Difference between Data and Information 2. Start Microsoft Access Create a new database, name it Company 4. Check the Interface Elements: a. Title Bar b. Quick Access Toolbar c. Office Button d. Ribbon e. Tabs f. Navigation Pane 5. Save the Database 6. Close the Database 7. Re-Open Company Database 8. Create a new table in the database, call it Employees 9. Create fields in the table (Using the Datasheet View)

2 [No., First Name, Last Name, Date of Birth, Salary, No. of Dependants and Is married.] 10. Save the Employees Table 11. Change the view into Design View 12. Create a new table Departments (Using the Design View) 13. Create fields in the table: [Code, Location] 14. Save the Departments Table 15. Open Employees table 16. Change the view into Design View 17. Add a new field in Employees table, call it Address. Create it after Date of Birth field. 18. Change the Data Types of the table fields, use the following Data Types: a. Text b. Memo c. Number d. Data/Time e. Currency f. AutoNumber g. Yes/No 19. Delete the new field Address from table Employees 20. Add a new field Photo to the table Employee, and specify data type Attachment to it. 21. Enter data into table Employees in the datasheet view, save and close. 22. Change the widths of columns in Employees table (In datasheet view) 23. Change the order of columns in Employees table. 24. Add new records into table Employees 25. Use the Navigation Bar to move between Records in the table 26. Change the Objects display into Overlapping Windows.

3 Computer Skills MS Access Work Sheet # 2 Topics Covered: Field Properties (Text Fields Properties, Number Fields Properties, Date/Time Fields Properties, Currency Field Properties, Validation Rules), Table and Records Processing (Opening a Table, Closing an Object, Renaming an Object, Editing Data within a Record, Deleting Data within a Record, Using the Undo Command, Deleting Records, Deleting a Table, Save as an Object) Working Steps: 27. Create a new database, name it University 28. Create a new table with the following fields: a. St No number b. St Name text c. Gender text d. Dept Text 29. Name the new table, Students 30. Select field St Name, check the field size. (Note: Text fields has a default of 255 characters) 31. Change the format of St Name to accept only names with capital letters, and check the changes on data. 32. Change the format of St Name to accept only names with small letters, and check the changes on data. 33. Add a new field to table Students, name it Payment 34. Make the field type number 35. Check the field size property for the sizes available. 36. Change the format of the Payment field 37. Specify No. of decimal places, in Decimal Places 38. You can repeat the previous steps (8-11) using Currency Data Type 39. Add a new field Date of Birth to the table, and make the field type Date/Time

4 40. Go to Regional Settings in Control Panel and check the defined format 41. Back to the table, change the format of this field. 42. Select field Dept 43. Go to field properties, in Validation Rule add ( MIS or CIS or CS ) 44. In the Validation Text add You have entered a wrong department 45. Enter data adding the dept IT, and check the effect 46. Return back to Field Payment and add a Validation Rule, >=0, Add data and check the effect 47. Select field Dept and change the Required property to Yes 48. Enter new data, and don t add data in the Dept field, and check the effect 49. Close the Students table, and Re-open it from the Navigation Pane 50. Re-name the table to IT Students (Hint: You should close the table first) 51. Enter a new record in table IT Students 52. Edit the data entered in the last record 53. Delete data from any field in the table 54. Delete data from Dept field, and check the effect 55. Use Undo Command 56. Delete a record from table IT Students 57. Save as the table IT Students into a new copy named IT Students Delete the whole table IT Students

5 Computer Skills MS Access Work Sheet # 3 Topics Covered: Primary Key, Relationships (Creating Relationships between Tables, Referential Integrity, Deleting Relationships) Working Steps: 1. Create a new database, or use the one already exist Company 2. Create a table Departments 3. Add the following fields to the table: a. Dept No Autonumber b. Dept Name Text 4. Change the ID field that was automatically created to Dept No 5. Note that Dept No field is automatically specified as a Primary Key 6. Add data into table Departments. 7. Create another table, call it Employees 8. Add the following fields to the table: a. Emp No Autonumber b. Emp Name Text c. Address Memo d. Phone No Text e. Dept No number 9. Delete ID Field 10. Specify field Emp No as a primary key 11. Create a one-to-many relationship between tables Departments and Employees (Check Enforce Referential Entegrity ) 12. Add data into table Employees, and assign each employee to a certain department 13. Open the Departments table in datasheet view

6 14. View the related employees for each department 15. Try to delete one of the departments that have employees assigned to it. 16. Return to the Relationships tab, and Edit the Relationship, and check Cascade Delete Related Records 17. Now Re-try deleting a department that has related employees 18. Back to Edit the Relationship dialog, check Cascade Update Related Records 19. Change the Data Type of Dept No in table Departments into number 20. From Data sheet view, change the Dept No of any Department that has related employees 21. Create another table, call it Projects 22. Add the following fields to the table: a. Project Code Number b. Project Description Text c. Project Location Text 23. Create a relationship between Employees and Projects tables, so that each project should be assigned to several employees. a. Specify the primary and the related table b. Apply any needed modifications to tables. c. Add data in both tables to represent the relationship 24. Delete the relationship between Employees and Projects table.

7 Computer Skills MS Access Work Sheet # 4 Topics Covered: Queries (Creating a Query Using Wizard, Creating a Query Without Using Query Wizard, Saving a Query, Adding Criteria to a Query, Querying Text Values, Querying Number Values, Querying Dates, Querying Yes/No Data, Multi-Criteria Query, Performing Calculations, Hide a Field in a Query) Working Steps: 59. Create a new database, name it University 60. Create a new table with the following fields: a. St No number b. St Name text c. Gender text d. Dept Text e. Mark1 number f. Mark2 number 61. Set St No as the primary key. 62. Save the table as Students 63. Enter the following data in the created table: Students St No St Name Gender Dept Mark1 Mark2 1 Salma F MIS Ahmad M MIS Mohammad M CIS Jana F CIS Create a query containing St No, St Name and Mark1 (Use the wizard). Name the query S1 65. Create a query containing St. No, St Name and Mark2 (Don t use the wizard). Name the query S2 66. Check Query Design Window and its parts.

8 67. Save the query 68. View the two queries in Design View and Datasheet View. 69. Open query S1 in Design View 70. Add a new field Gender to the query 71. Uncheck Show for field St No, and check the resulted query 72. Sort the data in the query, according to the St Name, Ascending. 73. Open Students table, and add new data: Students St No St Name Gender Dept Mark1 Mark2 5 Ahmad M CIS Ahmad M CS Create a new query to show only the students of name Ahmad (hint: use criteria) 75. Create a new query to show the students with marks over 80, in mark Create a new query to show the students with name Ahmad and mark1 over Create a new query to show the students with names Yasmin or Jana 78. Create a new query to show the female students 79. Create new query to show Male students with mark2 < Go to table Students and add a new field Date of Birth, with type Date/Time and format Medium Date 81. Add the following dates for the existent students: Students Date of Birth 26-Dec Jun Dec Jul Oct Oct-83

9 82. Create a query to show students with date of birth after (hint: dates are enclosed in ##) 83. Create a query to show students with date of birth within year Enter the following data into the same table Students St No St Name Gender Dept Mark1 Mark2 Date of Birth 1 Salma F MIS Dec-84 2 Ahmad M MIS Jun-85 3 Mohammad M CIS Dec-85 4 Jana F CIS Jul-88 5 Ahlam F CIS Mar-86 6 Ahmad M CS Oct-83 7 Ayman M CS Jan-86 8 Aya F MIS Jan Create a query to retrieve students with names start with A 86. Create a query to retrieve students with names end with a 87. Create a query to retrieve students with names contain ma 88. Create a query to retrieve students with departments start of any character and ends with IS. 89. Create a query to retrieve students with marks within 90-99, in mark Add the following data to table Students Students St No St Name Gender Dept Mark1 Mark2 Date of Birth 9 Ana F MIS Jan Ala F CIS Jun Create a query to retrieve students with names start with a, ends with a and the inner letters are either n or y. 92. Create a query to retrieve students with names start with a, ends with a and the inner letter is not n 93. Create a query that sums mark1 for all students and calculate the average of mark2 for all students. Click on Run(!) to see the results.

10 94. Change the two columns titles to SUM and AVG 95. Create a query that counts number of records in table Student and gets the Maximum Mark1, Mark2, and Minimum Mark1, Mark2.

11 Computer Skills MS Access Work Sheet # 5 Topics Covered: Queries (Creating a Query from Two Tables), Filtering and Sorting (Filter, Creating a Single Filter, Clearing a Single Filter, Applying Multiple Filters, Clearing Multiple Filters, Sorting Records in a Table) Working Steps: 25. Create a new database, or use the one already exist Company 26. Create a table Departments 27. Add the following fields to the table: a. Dept No Autonumber b. Dept Name Text 28. Change the ID field that was automatically created to Dept No 29. Note that Dept No field is automatically specified as a Primary Key 30. Add data into table Departments. 31. Create another table, call it Employees 32. Add the following fields to the table: a. Emp No Autonumber b. Emp Name Text c. Address Memo d. Phone No Text e. Dept No number 33. Delete ID Field 34. Specify field Emp No as a primary key 35. Create a one-to-many relationship between tables Departments and Employees 36. Add data into table Employees, and assign each employee to a certain department 37. Create a query that displays each employee along with the department name

12 38. Add a criteria in the previous query, to retrieve employees from a certain department 39. Delete the criteria, delete the relationship and run the query, note the result 40. Apply a single filter on employee name 41. Switch between filter view and normal view 42. Clear the single filter 43. Add new fields Start Date of data type Date/Time and Salary of type Number to table Employees 44. Create multiple filters on Emp Name, then Salary, then Start Date \ 45. Clear All Filters 46. Sort the Employee table by Emp name Ascending 47. Sort the Employee table by Salary Descending 48. Clear all sorts

13 Computer Skills MS Access Work Sheet # 6 Topics Covered: Forms (Creating Forms, Moving Between Records, Adding a New Record, Form Views, Modifying Records, Saving a Form, Deleting Records, AutoFormatting a Form, Closing Forms, Opening a Form, Deleting a Form) Working Steps: 96. Create a new database, name it University 97. Create a new table Student with the following fields: a. St No number b. St Name text c. Gender text d. Dept Text e. Mark1 number f. Mark2 number g. Date of Birth date/time 98. Set St No as the primary key. 99. Create a simple form of Students Table 100. Save the form and call it (StuForm1) 101. Check the Form views (Form View, Layout View and Design View) 102. Add new records into the form 103. Navigate between records in the form 104. Modify any record in the form 105. Delete any record in the form 106. Close form StuForm Re-Open form StuForm Create a Split Form of Table Students, call it StuForm Create a Multiple Items form of Table Students, call it StuForm3

14 110. Check the Blank Form Option 111. Go to any created form, and change its format, using AutoFormat 112. Create a form for Students table, using the Form Wizard. a. Make the form include all fields of the table. b. Choose columnar form type Create any query on Students table, name it QStudents Create a form for QStudents query a. Select fields from the query b. Choose tabular form type Create a form for Students table a. Select some fields from the table b. Choose Datasheet form type.

15 Computer Skills MS Access Work Sheet # 7 Topics Covered: Reports (Creating a Simple Report, Creating a Report Using Wizard, Views of a Report, AutoFormatting a Report) Working Steps: 116. Create a new database, name it University 117. Create a new table Students with the following fields: a. St No number b. St Name text c. Gender text d. Dept Text e. Mark1 number f. Mark2 number g. Date of Birth date/time 118. Set St No as the primary key Add data into Students table 120. Create a report on Students table, using Simple Report 121. Go to Layout View and adjust the widths of the fields 122. Check the other views, Print Preview, and Design View 123. Create a report on Students table, using Report wizard (Don t select all fields from the table) 124. Create a query on table Students, containing only: a. St No b. St Name c. Dept 125. Create a report on the query, using report wizard, and grouping by Dept Display the report in Print Preview, and in Design View Select any of the created reports, and change its format from AutoFormat.

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam Objectives Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-605) and provides references to corresponding

More information

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE C30147 RELATIONAL DATABASE Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards This module has been developed to further the learner s

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTRODUCTION TO DATABASE/FILE MANAGEMENT (Access Introduction) (12 hours) ITSW 1053 COURSE SYLLABUS

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTRODUCTION TO DATABASE/FILE MANAGEMENT (Access Introduction) (12 hours) ITSW 1053 COURSE SYLLABUS Course Description: Learn how to design and complete a working database system using this popular software. An introduction to database concepts including: Program parameters, data dictionary, optional

More information

Microsoft Access 2007 Module 2

Microsoft Access 2007 Module 2 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

Tutorial 1. Creating a Database

Tutorial 1. Creating a Database Tutorial 1 Creating a Database Microsoft Access 2010 Objectives Learn basic database concepts and terms Explore the Microsoft Access window and Backstage view Create a blank database Create and save a

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The purpose of a form is to: A) simplify the entry of data into a table. B) display the

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://citt.hccfl.edu Microsoft Access 007: Module August 007 007 Hillsborough Community College - CITT Faculty Professional Development Hillsborough Community College - CITT

More information

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

K Hinds Page 1. Information Communication Technology Microsoft Access

K Hinds Page 1. Information Communication Technology Microsoft Access www.smsbarbados.wordpress.com Page 1 Information Communication Technology Microsoft Access www.smsbarbados.wordpress.com Page 2 What is a database? A database is a collection of information that is organized

More information

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related PROCEDURES LESSON 8: MANAGING RELATIONSHIPS BETWEEN TABLES Renaming a Table 1 In the Navigation pane, right-click the table you want to rename 2 On the shortcut menu, click Rename 3 Type the new table

More information

Access 2013 Introduction to Forms and Reports

Access 2013 Introduction to Forms and Reports Forms Overview You can create forms to present data in a more attractive and easier to use format They can be used for viewing, editing and printing data and in advanced cases, used to automate the database

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

MS-Access : Objective Questions (MCQs) Set 1

MS-Access : Objective Questions (MCQs) Set 1 1 MS-Access : Objective Questions (MCQs) Set 1 1. What Are The Different Views To Display A Table A) Datasheet View B) Design View C) Pivote Table & Pivot Chart View 2. Which Of The Following Creates A

More information

Database Concepts Using Microsoft Access

Database Concepts Using Microsoft Access lab Database Concepts Using Microsoft Access 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

Index. B backing up 76 7

Index. B backing up 76 7 A Access, other DBMSs and 9 Action queries 121, 125 defined 125 address book 16, 34 age calculations 60 answer table 36 editing data in 147 8 field names 294 multi-table queries 294 queries and 155 queries

More information

MODULE 5 DATABASES. Content

MODULE 5 DATABASES. Content MODULE 5 DATABASES Module Goals Module 5 - Databases, requires candidates to understand some of the basic concepts of databases demonstrate the ability to use a database on a personal computer. Candidates

More information

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007 Creating a Database using Access 2007 Created: 12 December 2006 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left

More information

Links to Activities ACTIVITY 3.1. Links to Activities ACTIVITY 3.

Links to Activities ACTIVITY 3.1. Links to Activities ACTIVITY 3. ACCESS CREATING QUERIES, FORMS, AND REPORTS Section 3 0 Skills Create a select query using the Simple Query Wizard Create a select query in Design view Add multiple tables to a query Sort the query results

More information

Links to Activities ACTIVITY 2.1. Links to Activities

Links to Activities ACTIVITY 2.1. Links to Activities ACCESS CREATING TABLES AND RELATIONSHIPS Section 2 0 1 Skills Create a table by adding records Change field names Insert and modify fields in Design view Create a table using Design view Set the primary

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name 1) The table Design view shows 1) A) the relationships established for the table. B) the formatting applied to the table. C) the structure of the table. D) the number of records in the table.

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

More Skills 14 Use a Query to Find Unmatched Data. To complete this database, you will need the following file:

More Skills 14 Use a Query to Find Unmatched Data. To complete this database, you will need the following file: CHAPTER 3 Access More Skills 14 Use a Query to Find Unmatched Data Unmatched data is a condition where the data in one field does not have a corresponding value in a related table. The Find Unmatched Query

More information

Microsoft Office Specialist Access 2016

Microsoft Office Specialist Access 2016 77-730 Microsoft Office Specialist Access 201 For coverage of all objectives, please utilize Shelly Cashman Series Office 35 & Access 201 Comprehensive Domain Obj Number Objective text Module Pages: Topic

More information

Complete Quick Reference Summary

Complete Quick Reference Summary Microsoft Access 2010 Complete Quick Reference Summary Microsoft Access 2010 Quick Reference Summary Advanced Filter/Sort, Use AC 153 Advanced button (Home tab Sort & Filter, Advanced Filter/Sort) All

More information

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office Access 2010 Chapter 2: Relational Databases and Multi-Table Queries 1 Objectives Design data Create tables Understand table relationships Share data with Excel Establish table

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Join Queries in Cognos Analytics Reporting Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If

More information

Microsoft Office 2010: Introductory Q&As Access Chapter 3

Microsoft Office 2010: Introductory Q&As Access Chapter 3 Microsoft Office 2010: Introductory Q&As Access Chapter 3 Is the form automatically saved the way the report was created when I used the Report Wizard? (AC 142) No. You will need to take specific actions

More information

Word Module 5: Creating and Formatting Tables

Word Module 5: Creating and Formatting Tables Illustrated Microsoft Office 365 and Office 2016 Intermediate 1st Edition Beskeen Test Bank Full Download: http://testbanklive.com/download/illustrated-microsoft-office-365-and-office-2016-intermediate-1st-edition-beskee

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Forms & Reports 2 Forms 2 Using Auto Forms 2 Exercise 1. Creating a Datasheet Auto Form 3 Exercise 2. Creating a Tabular Auto Form 4 Exercise 3. Creating

More information

ACCESS 2007 FOUNDATION

ACCESS 2007 FOUNDATION ACCESS 2007 FOUNDATION WWP Learning and Development Ltd Page i STUDENT EDITION LESSON 1 - EXPLORING ACCESS... 1 Introduction... 1 Opening An Existing Database... 4 Converting Existing Databases... 5 The

More information

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design Objective 1: Identify Good Database Design CHAPTER 6 SUMMARY A database is an organized collection of data facts about people, events, things, or ideas related to a specific topic or purpose. Information

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

Full file at

Full file at Testbank, Access Chapter 2 1) When designing a database, all of the following statements are true EXCEPT: A) You need to consider the output requirements of the database B) You need not be concerned with

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

PowerPoint Presentation to Accompany GO! All In One. Chapter 13

PowerPoint Presentation to Accompany GO! All In One. Chapter 13 PowerPoint Presentation to Accompany GO! Chapter 13 Create, Query, and Sort an Access Database; Create Forms and Reports 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 Objectives Identify Good

More information

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

More information

Content-Based Assessments

Content-Based Assessments Content-Based Assessments GO! Fix It Project 1H Scholarships For Project 1H, you will need the following file: a01h_scholarships Lastname_Firstname_1H_Scholarships In this project, you will make corrections

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

More information

European Computer Driving Licence

European Computer Driving Licence European Computer Driving Licence E C D L S y l l a b u s 5. 0 Module 5 Using Databases ECDL Syllabus 5 Courseware Module 5 Contents UNDERSTANDING DATABASES... 1 KEY CONCEPTS... 1 DATABASE ORGANIZATION...

More information

Tutorial 2. Building a Database and Defining Table Relationships

Tutorial 2. Building a Database and Defining Table Relationships Tutorial 2 Building a Database and Defining Table Relationships Microsoft Access 2010 Objectives Learn the guidelines for designing databases and setting field properties Modify the format of a field in

More information

Islamiya English School, Abu Dhabi, U. A. E. Microsoft Access Exercises

Islamiya English School, Abu Dhabi, U. A. E. Microsoft Access Exercises Exercise: 1 1. Create a blank database with your name 2. Create a table by Entering Data 3. Fill the table with the data provided below 4. Save the table as "Students" Note: Click on NO when MS-Access

More information

Microsoft Office Access 2013: Part 01. Lesson 01 - Getting Started with Access

Microsoft Office Access 2013: Part 01. Lesson 01 - Getting Started with Access Microsoft Office Access 2013: Part 01 Lesson 01 - Getting Started with Access Slide 1 Lesson 01: Getting Started with Access Orientation to Microsoft Access Create a Simple Access Database Get Help in

More information

Page 1 of 7. First tutorial: Second tutorial:

Page 1 of 7. First tutorial: Second tutorial: Page 1 of 7 First tutorial: Go over the requirements for A3 Second tutorial: Resource link (also available on the course web page see lecture topic section) https://support.office.com/en-us/article/design-and-build-tables-for-a-database-

More information

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Queries, Lookup Wizard, Relationships August 2010 by Floyd Jay Winters and Julie Manchester winterf@scf.edu SEE GRADING CRITERIA

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate (103-134) Building Access Databases Notes Quick Links Building Databases Pages AC52 AC56 AC91 AC93 Building Access Tables Pages AC59 AC67 Field Types Pages AC54 AC56 AC267 AC270

More information

Access ComprehGnsiwG. Shelley Gaskin, Carolyn McLellan, and. Nancy Graviett. with Microsoft

Access ComprehGnsiwG. Shelley Gaskin, Carolyn McLellan, and. Nancy Graviett. with Microsoft with Microsoft Access 2010 ComprehGnsiwG Shelley Gaskin, Carolyn McLellan, and Nancy Graviett Prentice Hall Boston Columbus Indianapolis New York San Francisco Upper Saddle River Imsterdam Cape Town Dubai

More information

Work with Tables and Database Records

Work with Tables and Database Records 3 Work with Tables and Database Records LESSON SKILL MATRIX Skill Exam Objective Objective Number Navigating Among Records Entering, Inserting, Editing, and Deleting Records Add New Records. Navigate to

More information

Microsoft Office Illustrated Introductory, Building and Using Queries

Microsoft Office Illustrated Introductory, Building and Using Queries Microsoft Office 2007- Illustrated Introductory, Building and Using Queries Creating a Query A query allows you to ask for only the information you want vs. navigating through all the fields and records

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010 Objectives COMM 391 Introduction to Management Information Systems Introduction to Microsoft Access 2010 Describe the major objects in Access database. Define field, record, table and database. Navigate

More information

Database Design Practice Test JPSFBLA

Database Design Practice Test JPSFBLA 1. You see field names, data types, and descriptions in: a. Datasheet View c. Form View b. Design View d. Property View 2. The data type for insurance policy numbers, such as 0012-M-340-25 or 43F33-7805,

More information

Simple Invoicing Desktop Database with MS Access 2013/2016. David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013/2016. David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013/2016 David W. Gerbing School of Business Administration Portland State University July 7, 2018 CONTENTS 1 Contents 1 Create a New Database 1 2 Customer

More information

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports Version 07/11/09 Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Subforms, and the Lookup Wizard May 2009 by Floyd Jay Winters and Julie Manchester winterf@mccfl.edu Database

More information

ACCESS. Laboratory Manual. Çankaya University Department of Computer Engineering

ACCESS. Laboratory Manual. Çankaya University Department of Computer Engineering ACCESS Laboratory Manual Çankaya University Department of Computer Engineering 2008 TABLE OF CONTENTS Page INTRODUCTION TO MICROSOFT ACCESS...1 Exercise 1, 2, 3: What Is a Database...9 TABLES...12 Exercise

More information

CONTENTS INTRODUCTION... 1 DATABASE CONCEPTS... 3

CONTENTS INTRODUCTION... 1 DATABASE CONCEPTS... 3 CONTENTS INTRODUCTION... 1 DATABASE CONCEPTS... 3 WHAT IS A DATABASE?... 3 HOW IS A DATABASE ORGANISED?... 3 WHAT IS A PRIMARY KEY?... 4 WHAT IS AN INDEX?... 4 PLANNING AND DESIGNING A DATABASE... 5 RELATIONAL

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

What s New in Access 2007

What s New in Access 2007 What s New in Access 2007 This document provides a general overview of the new and improved features in Microsoft Access 2007. Opening Assurances 1. Functionality is the same; how we interact with the

More information

INTRODUCING. Access. R. Kumar

INTRODUCING. Access. R. Kumar INTRODUCING Access R. Kumar R/DBMS.. Database : A database is logically organised and structured collection of integrated data stored together without redundancy to serve multiple applications and diverse

More information

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 1 Getting Started with Microsoft Access 2016 Learning Objectives Identify Good Database Design Create a Table and Define Fields in a Blank

More information

UNIT 2 Designing and Managing Database Objects. Each of the following statements is either true or false. Indicate your choice by circling T or F.

UNIT 2 Designing and Managing Database Objects. Each of the following statements is either true or false. Indicate your choice by circling T or F. UNIT 2 LESSON 5 AC-170 Concepts Review UNIT 2 Designing and Managing Database Objects True/False Questions Each of the following statements is either true or false. Indicate your choice by circling T or

More information

Information Services. Essential Access Exercises. IT

Information Services. Essential Access Exercises. IT Information Services Essential Access Exercises IT www.york.ac.uk/it-services/training Essential Access Tasks Exercises to accompany Essential Access Course Books 1 & 2 Sample files for use with these

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database :

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database : Highline College - Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #39: Access 2016: Create Database, Import Excel, Create Tables & Forms, Build Relationships

More information

Creating a Database Using Access 2003 for Windows 2000/Me/2003

Creating a Database Using Access 2003 for Windows 2000/Me/2003 Creating a Database Using Access 2003 for Windows 2000/Me/2003 Created: 25 September 2003 Starting Access 2003 Double click on the Access 2003 icon on the Windows desktop (see right), or click-on the Start

More information

Introduction to Microsoft Office Access 2010

Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 by Himmelfarb Health Sciences Library is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0

More information

Access 2007 Introduction

Access 2007 Introduction Microsoft Application Series Access 2007 Introduction Best STL Courses never cancelled: guaranteed Last minute rescheduling 24 months access to Microsoft trainers 12+ months schedule UK wide delivery www.microsofttraining.net

More information

Access Unit. Access Assignment #1 Travel Table in Datasheet View and Design View, Queries and Reports

Access Unit. Access Assignment #1 Travel Table in Datasheet View and Design View, Queries and Reports For all Access assignments with existing databases, the students must copy the file to their database folder before opening the file-otherwise they will not be able to make changes to the database. ALL

More information

Access Objects. Tables Queries Forms Reports Relationships

Access Objects. Tables Queries Forms Reports Relationships Access Review Access Objects Tables Queries Forms Reports Relationships How Access Saves a Database The Save button in Access differs from the Save button in other Windows programs such as Word and Excel.

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: CHAPTER 2 Access More Skills 13 Create a Multiple Items Form A multiple items form displays records in rows and columns in the same manner as a datasheet. A multiple items form provides more formatting

More information

By: Access 2007 Table

By:   Access 2007 Table Access 2007 Table Create and Format Tables in Access 2007 I. What is Table? A table is constructed with a field or many fields and it is used for storing data or information. The data can be student information,

More information

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities ACCESS SUMMARIZING DATA AND CALCULATING IN FORMS AND REPORTS Section 4 Skills Use functions in a query to calculate statistics Summarize data in a crosstab query Summarize data in a PivotTable Summarize

More information

Administering a Database System

Administering a Database System Microsoft Access 2010 10 Administering a Database System Objectives You will have mastered the material in this project when you can: Create custom Quick Start fields Create indexes Create a Web database

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access Description

Microsoft Access Description Go To Page.. Go!! Microsoft Word Microsoft PowerPoint Microsoft Office Main Microsoft Excel Microsoft Publisher Introduction into Microsoft Access Starting Up Microsoft Access Creating New, and Opening

More information

SECTION 4 USING QUERIES. What will I learn in this section?

SECTION 4 USING QUERIES. What will I learn in this section? SECTION 4 USING QUERIES What will I learn in this section? Select Queries Creating a Query Adding a Table to Query Adding Fields to Query Single Criteria Hiding column in a Query Adding Multiple Tables

More information

COMM335 Summer 2016 (Tutorial 1) (1) Creating Tables in a Database

COMM335 Summer 2016 (Tutorial 1) (1) Creating Tables in a Database COMM335 Summer 2016 (Tutorial 1) (1) Creating Tables in a Database The purpose of this tutorial is to enable you to create tables in a database, set the primary key for a table, add fields and specify

More information

Access 2003 Introduction

Access 2003 Introduction Microsoft Application Series Access 2003 Introduction Best STL Courses never cancelled: guaranteed Last minute rescheduling 24 months access to Microsoft trainers 12+ months schedule UK wide delivery www.microsofttraining.net

More information

INTRODUCTION TO COMPUTER CONCEPTS CSIT 100

INTRODUCTION TO COMPUTER CONCEPTS CSIT 100 INTRODUCTION TO COMPUTER CONCEPTS CSIT 100 Lab:CREATING A DATABASE 0. Create a folder called Access in your CSIT100xx folder in the flash drive. All the ACCESS files that you created in the labs should

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Tutorial 3 Maintaining and Querying a Database. Finding Data in a Table. Updating a Database

Tutorial 3 Maintaining and Querying a Database. Finding Data in a Table. Updating a Database Tutorial 3 Maintaining and Querying a Database Finding Data in a Table Must navigate to a record before view/delete/change it Find is a great way to navigate to a record But... Find can t: show matching

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only)

Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only) ECDL Module 5 WORKBOOK Databases Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only) PAGE 2 - ECDL MODULE 5 (OFFICE 2003) - WORKBOOK 1995-2007 Cheltenham Courseware Ltd. All trademarks acknowledged.

More information

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access This module was developed to assist students in passing the SkillCheck Incorporated Access 2003 Technology Competency Assessment. It was last updated

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Select Queries Norm Downey Chapter 2 pages 173 193 and Chapter 3 pages 218 249 2 1 This PowerPoint uses the Sample Databases on the class website Please download them now

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Unit 11.Introduction to Form and Report

Unit 11.Introduction to Form and Report Introduction to Form Unit 11.Introduction to Form and Report Introduction: Databases are made to be used. Access provides an easy way to enter data into Access database tables with forms. Forms can also

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2010 Intellicus Technologies This document and its content

More information

Microsoft Access 2010 Beginning Written By: Jeff Hutchinson

Microsoft Access 2010 Beginning Written By: Jeff Hutchinson Microsoft Access 2010 Beginning Written By: Jeff Hutchinson Introduction Course Description Learn the basics of database design by creating and modifying tables, managing databases, understanding database

More information

Very Short Answer Type Questions [1 Mark each]

Very Short Answer Type Questions [1 Mark each] Very Short Answer Type Questions [1 Mark each] Question 1. What is the default extension of a MS-Access database? Answer: The default extension of a MS-Access database is.accdb. Question 2. How NUMBER

More information

Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only)

Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only) ECDL Module 5 WORKBOOK Databases Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only) PAGE 2 - ECDL MODULE 5 (OFFICE XP) - WORKBOOK 1995-2007 Cheltenham Courseware Ltd. All trademarks acknowledged.

More information

SECTION 1 DBMS LAB 1.0 INTRODUCTION 1.1 OBJECTIVES 1.2 INTRODUCTION TO MS-ACCESS. Structure Page No.

SECTION 1 DBMS LAB 1.0 INTRODUCTION 1.1 OBJECTIVES 1.2 INTRODUCTION TO MS-ACCESS. Structure Page No. SECTION 1 DBMS LAB DBMS Lab Structure Page No. 1.0 Introduction 05 1.1 Objectives 05 1.2 Introduction to MS-Access 05 1.3 Database Creation 13 1.4 Use of DBMS Tools/ Client-Server Mode 15 1.5 Forms and

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MSACS13]: Microsoft Access 2013 Length : 3 Days Technology : Microsoft Office 2013 Delivery Method : Instructor-led (Classroom) Course Overview This Microsoft Access 2013 teaches participants how to design

More information

USING DATABASES Syllabus Version 6.0

USING DATABASES Syllabus Version 6.0 ECDL MODULE USING DATABASES Syllabus Version 6.0 Purpose This document details the syllabus for the Using Databases module. The syllabus describes, through learning outcomes, the knowledge and skills that

More information