Microsoft Access XP Beginners: Exercises

Size: px
Start display at page:

Download "Microsoft Access XP Beginners: Exercises"

Transcription

1 Microsoft Access XP Beginners: Exercises Lessons 1 8 will be used while designing a database on paper Exercise 9. Creating a new database Create a new database called my new database on the G: drive Exercise 10. Closing a Database Close the my new database file Exercise 11. Opening a Database 1. Open the database file called Orders from the G: drive 2. Open the My new database file (Note that the Orders database will close!) Exercise 12. Creating a table Create a new table and add the following fields Exercise 13. Changing the field size 1) Set the fields in the table you created so that they have the field sizes shown below Field Name Field Size Product Code 5 Description 75 Maker_ID Long Integer Exercise 14. Setting the Primary key in a table 1) Set the Maker_ID as the Primary Key. 2) Remove Maker_ID from being the Primary Key. 3) Set Maker_ID and Product Code as the Primary key 4) Remove Maker_ID and Product Code from being the Primary key 5) Set Product_ID as the Primary Key. Exercise 15. Saving the table design 6) Close and save the table you have created as Product

2 7) Create a table in design view with the following fields: 8) Set Supplier_ID as the Primary key 9) Close and save the table as Supplier 10) Create a table in design view with the following fields 11) Set Supplier_ID and Product_ID as the Primary Key 12) Close and save the table as Product_Supplier 13) Create a table in design view with the following fields 14) Set Maker_ID as the Primary Key 15) Set the field size of Maker Name as 40 16) Close and save the table as Maker Exercise 16. Table view 1) Open the Product table in Design view 2) Change to the Datasheet view without closing the table 3) Close the table 4) Open the Maker table in Datasheet view 5) Change to the Design view without closing the table 6) Close the table Exercise 17. Changing the table design 1) Add the following fields to the Supplier table 1. Change the order of the fields in the Supplier table to that shown below: Page 2 of 13

3 2. Delete the Web_site field. 3. Close the table and save the design changes 4. Open the Maker table in design view 5. Add the following fields 6. Change the field size of Contact name to Change the order of the fields to: Exercise 18. Lookup Wizard 1. Open the database Lesson 18 from the G: drive 2. Open the Product table in datasheet view note that the Maker_ID is not very informative! You would need to look up the Maker s name in the Maker table to know which Maker produces each product! 3. Change to the design view. 4. Change the field type for Maker_ID to Lookup Wizard and tab to the next field 5. Follow the Lookup Wizard, looking up values from the Maker table and including Maker_ID and Maker name. 6. Change to the Datasheet view and test the Maker_ID field to see the change. 7. Close the table 8. Open the table Product_Supplier in datasheet view. Again, the table has codes only. Not very helpful if you don t remember what the codes represent! 9. Change the data type of the Supplier_ID to Lookup Wizard and tab to the next field 10. Use the Lookup Wizard to set the field to lookup values from the Supplier table (use the Supplier_ID and the Supplier Name) 11. Change to the Datasheet view and test the field. 12. Change back to the Design view 13. Change the data type of the Product_ID to Lookup Wizard and tab to the next field Page 3 of 13

4 14. Use the Lookup Wizard to set the field to lookup values from the Product table (use the Product_ID, Description and Product Code in that order!!) 15. Change to the Datasheet view and test the field. 16. Close the table 17. Close the database Exercise 19. Relationships 1. Open the My new database file 2. Open the Relationships window and add all the tables 3. Set up a proper relationship between the Maker_ID and the Product_ID Can you? What is the reason? 4. Set up relationships as shown below: Exercise 20. Changing the layout of the Relationships window 1. Open the Lesson 18 database 2. Open the Relationships window and note the relationships which were created when you used the Lookup Wizard 3. Remove the relationship between Supplier and Product_Supplier. 4. Edit the relationship between Product_Supplier and Product so that the Integrity is enforced. 5. Add a relationship between Supplier and Product_Supplier, ensuring that Integrity is enforced. 6. Add the Maker table (if it is not already shown!) 7. Edit the relationship between Product and Maker so that the Integrity is enforced. 8. Make the Supplier and Product tables tall and wide enough to show all the fields in the table Exercise 21. Adding data to a table 1. Open the Lesson 21 database 2. Add the following to the Maker table and close it. (Note that the Maker_ID is created automatically) Page 4 of 13

5 3. Add the following data to the Product table, using CTRL ' whenever possible, and close the table. (Note that the Product_ID is created automatically) Exercise 22. Editing and deleting data in a table 1. Open the Product Table 2. Edit the Description of product PC342 to read A4 Paper and undo the change. 3. Edit the Product Code of product PC342 to read P34 and the Description to read Stapler and undo the changes. 4. Edit the Product Code of product PC342 to read P34 and the Description to read Stapler and move to the next record 5. Undo the changes made to the previous record 6. Delete the product with the Description Rubbish Exercise 23. Formatting data in a table 1. Open the Maker table 2. Make the data in Contact_Name show in magenta 3. Make the data in Maker_Name show in upper case 4. Close and save the Maker table 5. Open the Product table 6. Make the data in RRP show a sign instead of the 7. Close and save the Product table Exercise 24. Controlling Input to a table using an Input Mask 1. Open the Product table in design view 2. Set the Product_Code field so that the user can only enter data in the form of two initial letters of the alphabet and then three numbers. The user must put all five characters in 3. Change to the datasheet view and enter a new record with the Product_Code FHT231. Can you? 4. Enter the Product_Code FD23 - can you? 5. Enter the Product_Code FD231 - can you? 6. Close and save the Product table Page 5 of 13

6 Exercise 25. Controlling Input to a table using Validation 1. Using the database Lesson 21 database: 2. Open the Order table in design view 3. Set validation so that the Order_date must be between 1/1/2003 and today s date (inclusive) 4. Change to the datasheet view and try to enter tomorrow s date 5. Try to enter 31/12/02 note the error message 6. Change back to the design view and add validation text explaining what dates may be added. 7. Change back to the datasheet view and enter tomorrow s date note the error message! 8. Enter today s date 9. Add another record leaving the date blank - can you? 10. Change the validation for the Order_date so that it can be left blank. 11. Add another record leaving the date blank 12. Close and save the table Exercise 26. Setting other Field Properties in a table 1. Open the Product table in design view and create an index for Description which does not allow duplicates 2. Change to the datasheet view and add two records as shown below (Remember to use Ctrl ) Can you? 3. Change the index for Description to allow duplicates and add the second record again. 4. Close and save the table 5. Set the default value for Quantity in the Order_line table to 1 6. Add a new record 7. Close and save the table 8. Set the Supplier Name in Supplier as a required field 9. Try to add a record in Supplier without a Supplier_Name 10. Close and save the table Exercise 27. Create a new database at this stage! 1. Open the Orders table from the G: drive 2. Look at the relationships Window and note the set up of the database 3. Create a new database called OrdersFrontEnd Page 6 of 13

7 Exercise 28. Linking tables Microsoft Access XP Beginners- Exercises 1. Link all the tables from the Orders table 2. Use the Linked table Manager to view the links Exercise 29. Creating a Form 1. Create a columnar form based on the Maker table including all fields 2. Close and save the form as Maker 3. Open the Maker form and add a record 4. Create a columnar form based on the Supplier table including all fields 5. Close and save the form as Supplier 6. Use the Supplier form to add a record 7. Create a columnar form based on Order 8. Close and save the form Exercise 30. Form views 1. Open the Maker form in Design view 2. Change to Form view without closing the form 3. Change to the datasheet view 4. Close the form 5. Open the Supplier table in Form view 6. Change to Design view without closing the form 7. Close the form Exercise 31. Changing header, footer and detail area size for Forms 1. Open the Supplier table and increase the detail area size 2. Open the Footer area 3. Open the Header area 4. Close the Header and Footer areas Exercise 32. Bound/Unbound Controls and labels 1. Change the label for Maker_name in the Maker table to Maker Name 2. Delete the words Maker_Name in the control 3. Change to the form view and note that you cannot now see the Maker Name data (the control is unbound) 4. Change back to the design view and type Maker Name into the control 5. Change to the form view and note the error message! (there is no such field as Maker Name) 6. Type Maker_Name into the control and check that the data is shown correctly. Page 7 of 13

8 Exercise 33. Adding simple Controls in Forms 1. In the OrderFrontEnd database open the Order form in Design view. 2. Add another bound control for the Supplier field. 3. Add another bound control for the Date field. 4. Change the text in the label for the new Date control to Date order placed 5. Add an unbound field with the label Type of Order. 6. Change to the form view and test the controls you have added. Move from record to record and note that what you type in the bound control is specific to the record in which you type it, while data you type in the unbound control stays there regardless of the record you are viewing 7. Close and save the form Exercise 34. Creating Single Option Box/ Check boxes in Forms 1. Open the Order table (note that the table is in the Order database!) 2. Add a new field called Order completed? with type Yes/No 3. Return to the OrderFrontEnd database, open the Order form and add a bound Yes/No control for Order completed? 4. Change to the form view and test the new control 5. Change the default value for Order Complete? To yes 6. Change to the form view and add a new record to test the default Exercise 35. Changing controls in Forms 1. In the Order form remove the Type of Order control and the duplicate Date control. 2. Delete both Supplier controls 3. Close and save the form 4. Open the Maker form and change it so that it looks as below (Note labels) 5. Close and save the form 6. Open the Supplier form and make it look as shown right Page 8 of 13

9 7. Open the Order form and make it look as shown right: (Note the size of fields and that Order completed? Is in the Form header area) Exercise 36. Creating List boxes and Combo boxes in Forms 1. Open the Order form. 2. Add a combo box bound to the Supplier_ID field. 3. Add a list box bound to the Supplier_ID field. 4. Change to the Form View and test and compare the combo box and list box 5. Change back to Design view 6. Delete the list box 7. Close and save the form Exercise 37. Editing Tab Order in Forms 1. Open the Supplier form and ensure the tab order is correct 2. Open the Maker form and ensure the tab order is correct 3. Open the Order form and ensure the tab order is correct Exercise 38. Sub forms Creating a form/subform for viewing Suppliers and the Products they supply. 1. Create a tabular form based on the Product_Supplier table. 2. Remove the Supplier_ID control and label, since this the field that is common between the Supplier form and the Product_Supplier form. The form should look as shown below: 3. Close and save the form as Product_Supplier 4. Open the Supplier form in design view and drag the Product_Supplier form onto it. 5. Change to form view to test the form. (Note that Supplier_ID is not visible anywhere on either form, but exists and is used to connect the relevant information from the two tables.) 6. Close and save the Supplier form Creating a form/subform for viewing Orders and the order lines, that is the details of multiple products being ordered on each order. 7. Create a tabular form based on the Order line table. Page 9 of 13

10 8. Remove the Order No control and label since this is the common field between the Order and the Order line tables. The form should look as follows: 9. Close and save the form as Order line 10. Open the Order form in design view and drag the Order line form onto it. 11. Change to form view to test the form. 12. Close and save the Order form 13. Creating a form/subform for viewing Makers and the Products they make. 14. Create a tabular form based on the Product table. 15. Remove the Maker_ID field (this is common between the Maker and Product tables) and the Product_ID field (used by Access, of no interest to us!). The form should look as shown right 16. Close and save the form as Product 17. Open the Maker form in design view and drag the Product form onto it. 18. Change to form view to test the form. 19. Close and save the Maker form Exercise 39. Creating a simple select Query 1. Use the database OrderFrontEnd 2. We are aiming to create a query to show all products and their suppliers - create a new query and add the Product and Supplier tables. Is that all we need? Which other table is required and why???? 3. Add the fields Product Code, Description, Supplier Name and Town. Exercise 40. Saving and changing views 1. Change to the datasheet view (without closing the query!) and see the data. 2. Close and save the query as Qry_Product_Suppliers 3. Create a query using the Maker, Product, Order and Order_line tables. Include the fields Maker_Name, Product_Code and Description. 4. Change to the datasheet view and see the data. 5. Change back to the design view and add the RRP 6. View the data. 7. Close and save the query as Qry_Products Page 10 of 13

11 Exercise 41. Deleting tables from Queries (and why you might need to) 1. Open the Products table and note the Crystal Ballpen and Matt Photo Paper which exist in the table. 2. Open the Qry_Products Query and note that you cannot see any Crystal Ballpen and Matt Photo Paper. This Query is not giving a complete list of products! 3. Delete the Order and Order line tables from the Query (no fields from these have been used anyway!) 4. View the result of the query and note that Crystal Ballpen and Matt Photo Paper are now included in the list! Note that because we had the Order and Order_line tables included in the query we were asking for data which existed in all tables. Since no Crystal Ballpens or Matt Photo Paper have been ordered they do not exist in those tables and are therefore not included in the query. Now that you have removed the Order tables you will list all products which exist in the Product table. 5. Remove all criteria 6. Close and save the Query Exercise 42. Adding Criteria to a Query 1. Use Qry_Product_Suppliers to find Products supplied by Mail Room Supplies (check the results there are 13) 2. Add criteria which find all paper supplied by Mail Room Supplies (check the results -3) 3. Find only products with paper at the beginning of the description (2) 4. Add criteria which find all cases supplied by Goose and Hen Stationery and all photo products supplied by All Types of Paper. Remember the dangers of AND and ALL (5) 5. Close and save the query 6. Create a query to find out which Makers the Supplier Krazee Papers deals with. (2!!!) 7. Close and save the query as Supplier_Maker. Exercise 43. Editing a query 1. Open Qry_Product_Suppliers 2. Add the table Maker 3. Insert the field Maker Name to the left of Description. 4. Move Product Code after Description 5. Add the Supplier County 6. Delete Town 7. View the query 8. Remove all criteria 9. Save the query Page 11 of 13

12 Exercise 44. Sorting Fields in a query and Showing fields 1. Sort the data in Qry_Product_Suppliers by Maker Name 2. View the datasheet 3. Sort the data by Supplier_Name 4. View the datasheet 5. Sort the data by Supplier_Name and then by Maker name, but keep the fields showing in their existing order 6. Add a criterion which makes the query only deal with suppliers in Notts 7. View the results (17) 8. Hide the County field 9. View the results 10. Remove all criteria and show the County field again 11. Sort by Supplier and then by Maker 12. Add the Supplier_ID field 13. Close and save the query Exercise 45. Creating calculated fields in a query 1. Create a query which shows orders sent to Mudway Business Supplies 2. Include fields for Order_No, Supplier name, Date, Quantity and Price 3. Create a field called Cost which calculates the total price for each orderline (i.e. Quantity times Price) 4. Create a field called inc VAT which adds 17.5% VAT onto the Cost (i.e. Cost * 1.175) 5. Change the query to show all orders 6. Save the Query as Qry_Orders Exercise 46. Formatting fields in a query 1. Format the inc VAT field to show the sign and two decimal places 2. Format the inc VAT field to show the currency as Kwacha 3. Format the date field to show the month in full 4. Save and close the Query Exercise 47. Creating a report 1. Create a Report based on Qry_Product_Suppliers 2. Change to design view 3. Change back to preview the report Page 12 of 13

13 Exercise 48. Saving, Changing Views and Printing Reports 1. Close and save the report as Rpt_Product_Suppliers 2. Create a report based on the Products query. 3. Close it and save it as Rpt_Products Exercise 49. Changing a Report 1. Open the Rpt_Product_Suppliers 2. Remove the Supplier_ID field from the report 3. Make the Page Header area deeper 4. Change the Product_Code label in the Page Header area so that Product appears on the first line and Code beneath it and there is no between.. (repeat for Maker_Name and Supplier_Name) i.e. 5. Move the controls in the detail area to match the labels 6. Preview the report 7. Move the page number from the Page footer to the Page header, above the labels 8. Preview the Report Exercise 50. Sorting and Grouping in Reports 1. Open the Rpt_Product_Suppliers Report 2. Move all controls out of the group header into the detail area 3. Change the Report so that it is grouped by Maker Name 4. Move the fields into the Maker Name header as appropriate 5. View the Report Exercise 51. Creating Calculated fields and joining text fields 1. Create a Report based on Qry_Orders 2. Make sure it is grouped by Order_No 3. Make sure there is an Order_No footer 4. Add a control in the Order_No footer with the label Order Total which sums the Cost for each order 5. Add a control which counts the number of items in each order. Give it the label No of Items 6. Alter the Supplier_name control so that it shows the Supplier Name followed by a comma followed by the County Exercise 52. Creating mailing labels 1. Create mailing labels for the suppliers using the Supplier table Page 13 of 13

Designing Reports in Access

Designing Reports in Access Designing Reports in Access This document provides basic techniques for designing reports in Microsoft Access. Opening Comments about Reports Reports are a great way to organize and present data from your

More information

Course Title: Microsoft Access 2007- Basic Duration: 12 hours

Course Title: Microsoft Access 2007- Basic Duration: 12 hours Course Title: Microsoft Access 2007- Basic Duration: 12 hours Getting started Topic A: Database concepts A-1: Identifying database components A-2: Identifying the advantages of relational databases Topic

More information

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables 1. What Are The Different Views To Display A Table A) Datasheet View B) Design View C) Pivote Table & Pivot Chart View D) All Of Above 2. Which Of The Following Creates A Drop Down List Of Values To Choose

More information

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

Microsoft Access 2000 for Windows Handout: 3 Academic Computing Support Information Technology Services Tennessee Technological University December 2001 1. Creating a new database In this exercise, we

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 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

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

IN THIS PROJECT, YOU LEARN HOW TO

IN THIS PROJECT, YOU LEARN HOW TO UNIT 2 PROJECT 11 CREATING A CUSTOMIZED DATABASE IN THIS PROJECT, YOU LEARN HOW TO Examine a Database and Its Objects Create Tables and Set Field Properties in Design View Create Relationships Add and

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 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

Microsoft Office Access 2010: Intermediate. Course Overview Course Introduction. Course Length: 1 Day. Course Overview

Microsoft Office Access 2010: Intermediate. Course Overview Course Introduction. Course Length: 1 Day. Course Overview Microsoft Office Access 2010: Intermediate Course Length: 1 Day Course Overview This ILT Series course builds on the skills and concepts taught in Access 2010: Basic. Students will learn how to normalize

More information

Microsoft Access GUI Building

Microsoft Access GUI Building Microsoft Access GUI Building Forms Reports 1 Microsoft Access provides the tools for developing graphical user interfaces that facilitate the use of database applications. An Access GUI consists of a

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 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

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013 c 2015 by David W. Gerbing School of Business Administration Portland State University July 2, 2015 CONTENTS 1 Contents 1 Create a New Database 1 2

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

MS Access Lab 2. Topic: Tables

MS Access Lab 2. Topic: Tables MS Access Lab 2 Topic: Tables Summary Introduction: Tables, Start to build a new database Creating Tables: Datasheet View, Design View Working with Data: Sorting, Filtering Help on Tables Introduction

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: [email protected] MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. Microsoft Access A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. A Database Management System (DBMS) allows users to create a database; add,

More information

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE Prepared for MIS 6326 by Dr. Sumit Sarkar 1 MICROSOFT ACCESS A database is a collection of different types of data, stored in a manner to facilitate use in diverse ways. In Microsoft Access 2000, a database

More information

Creating a Database in Access

Creating a Database in Access Creating a Database in Access Microsoft Access is a database application. A database is collection of records and files organized for a particular purpose. For example, you could use a database to store

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Databases and Microsoft Access II

Databases and Microsoft Access II Databases and Microsoft Access II Northern New York Library Network Workshop Jim Crowley C3 - Crowley Computer Consulting 9148 State Highway 37 Ogdensburg NY 13669 315-394-7008 fax 315-394-7009 www.crowleycomputers.com

More information

Microsoft Access 2003 Module 1

Microsoft Access 2003 Module 1 Microsoft Access 003 Module http://pds.hccfl.edu/pds Microsoft Access 003: Module June 005 006 Hillsborough Community College - Professional Development Services Hillsborough Community College - Professional

More information

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

MICROSOFT OFFICE ACCESS 2007 - LEVEL 2

MICROSOFT OFFICE ACCESS 2007 - LEVEL 2 MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - LEVEL 2 Modifying Tables Setting Field Properties Using Operators in Queries Designing Advanced Queries Creating Action Queries Using Advanced Query

More information

INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL

INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL University of Glasgow Department of Computing Science INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL 1 Databases in Access...2 2 The Database Window...2 3 Help...2 4 Saving...3 5 Wizards...3 6 Tables...3

More information

- Suresh Khanal. http://mcqsets.com. http://www.psexam.com Microsoft Excel Short Questions and Answers 1

- Suresh Khanal. http://mcqsets.com. http://www.psexam.com Microsoft Excel Short Questions and Answers 1 - Suresh Khanal http://mcqsets.com http://www.psexam.com Microsoft Excel Short Questions and Answers 1 Microsoft Access Short Questions and Answers with Illustrations Part I Suresh Khanal Kalanki, Kathmandu

More information

If the database that is required is similar to a template then whole database can be generated by using a template that already exists.

If the database that is required is similar to a template then whole database can be generated by using a template that already exists. Creating Tables There are many ways of creating tables; it depends on the fields required in the table and the complexity of the database to be set up as to how you create the tables. If the database that

More information

Introduction to Microsoft Access 2007

Introduction to Microsoft Access 2007 Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four

More information

Microsoft Access 2000

Microsoft Access 2000 Microsoft Access 2000 Level 1 Region 4 Teaching, Learning and Technology Center Kaplan, LA Activity 1 Creating a Database 1. Open Microsoft Access 2000 a. Click on START, highlight Programs, point and

More information

Ken Goldberg Database Lab Notes. There are three types of relationships: One-to-One (1:1) One-to-Many (1:N) Many-to-Many (M:N).

Ken Goldberg Database Lab Notes. There are three types of relationships: One-to-One (1:1) One-to-Many (1:N) Many-to-Many (M:N). Lab 3 Relationships in ER Diagram and Relationships in MS Access MS Access Lab 3 Summary Introduction to Relationships Why Define Relationships? Relationships in ER Diagram vs. Relationships in MS Access

More information

Use Find & Replace Commands under Home tab to search and replace data.

Use Find & Replace Commands under Home tab to search and replace data. Microsoft Access 2: Managing Data in Tables and Creating Relationships You have created tables in an Access database. Data in Access tables can be added, deleted, and updated to be current (practiced in

More information

Introduction to. Microsoft Access 2000. Practicals

Introduction to. Microsoft Access 2000. Practicals Introduction to Microsoft Access 2000 Practicals 1 Contents Practical 1..1 Introduction to Access basics. Getting help in Access. Creating databases and tables. Practical 2 13 More on creating, editing

More information

MS Access. Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed.

MS Access. Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed. MS Access Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed. Organize data into manageable related units Enter, modify and locate

More information

Topic: Relationships in ER Diagram and Relationships in MS Access

Topic: Relationships in ER Diagram and Relationships in MS Access MS Access Lab 3 Topic: Relationships in ER Diagram and Relationships in MS Access Summary Introduction to Relationships Why Define Relationships? Relationships in ER Diagram vs. Relationships in MS Access

More information

Microsoft Access 2010- Introduction

Microsoft Access 2010- Introduction Microsoft Access 2010- Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

User Services. Microsoft Access 2003 II. Use the new Microsoft

User Services. Microsoft Access 2003 II. Use the new Microsoft User Services July 2007 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a

More information

NATIONAL INSTITUTE OF HOTEL MANAGEMENT, KOLKATA

NATIONAL INSTITUTE OF HOTEL MANAGEMENT, KOLKATA NATIONAL INSTITUTE OF HOTEL MANAGEMENT, KOLKATA Concept of Database-Access Section- A 1. An organized collection of logically related data is known as A. Data B. Meta data C. Database D. Information 2.

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

What is a database? The parts of an Access database

What is a database? The parts of an Access database What is a database? Any database is a tool to organize and store pieces of information. A Rolodex is a database. So is a phone book. The main goals of a database designer are to: 1. Make sure the data

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

Access Tutorial 8: Combo Box Controls

Access Tutorial 8: Combo Box Controls Access Tutorial 8: Combo Box Controls 8.1 Introduction: What is a combo box? So far, the only kind of control you have used on your forms has been the text box. However, Access provides other controls

More information

Training Needs Analysis

Training Needs Analysis Training Needs Analysis Microsoft Office 2007 Access 2007 Course Code: Name: Chapter 1: Access 2007 Orientation I understand how Access works and what it can be used for I know how to start Microsoft Access

More information

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

MICROSOFT ACCESS 2007 BOOK 2

MICROSOFT ACCESS 2007 BOOK 2 MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened

More information

How to set up a database in Microsoft Access

How to set up a database in Microsoft Access Contents Contents... 1 How to set up a database in Microsoft Access... 1 Creating a new database... 3 Enter field names and select data types... 4 Format date fields: how do you want fields with date data

More information

Creating a New MS-Access Database

Creating a New MS-Access Database Group Size 3 or 4. Due date : at next week labs. Requirements Using MS Access, implement an application for a students project groups and teachers. What should be covered: Opening a Database The Database

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

Microsoft Access 2003 - A Beginners' Guide

Microsoft Access 2003 - A Beginners' Guide Microsoft Access 2003 - A Beginners' Guide This document is an introduction to Microsoft Access 2003, running under Microsoft Windows XP. For further information see Microsoft Access 2003 - An Intermediate

More information

Microsoft Access 2013 An Intermediate Guide (Level 2)

Microsoft Access 2013 An Intermediate Guide (Level 2) IT Training Microsoft Access 2013 An Intermediate Guide (Level 2) Contents Introduction...1 Speeding up Table Creation...2 Using a Table Template...2 Using Datasheet View...2 Input Masks...3 Importing

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Learning Services IT Guide. Access 2013

Learning Services IT Guide. Access 2013 Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored

More information

Instructions for Creating Silly Survey Database

Instructions for Creating Silly Survey Database Instructions for Creating Silly Survey Database Create a New Database 1. Find the shortcut or the file that starts MS Access and click it to activate the program. 2. In the Create a New Database Using

More information

Planning and Creating a Custom Database

Planning and Creating a Custom Database Planning and Creating a Custom Database Introduction The Microsoft Office Access 00 database wizards make creating databases easy, but you may need to create a database that does not fit any of the predefined

More information

Access Part 2 - Design

Access Part 2 - Design Access Part 2 - Design The Database Design Process It is important to remember that creating a database is an iterative process. After the database is created and you and others begin to use it there will

More information

Beginning Level Microsoft Access (Database)

Beginning Level Microsoft Access (Database) Beginning Level Microsoft Access (Database) Cleveland Heights - University Heights Schools Summer 1999 Index Database Introduction 1 Creating Tables 3 Entering Information in Records 6 Creating Forms 9

More information

Access Queries (Office 2003)

Access Queries (Office 2003) Access Queries (Office 2003) Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 oit.wvu.edu/support/training/classmat/db/ Instructor: Kathy

More information

MICROSOFT ACCESS 2003 TUTORIAL

MICROSOFT ACCESS 2003 TUTORIAL MICROSOFT ACCESS 2003 TUTORIAL M I C R O S O F T A C C E S S 2 0 0 3 Microsoft Access is powerful software designed for PC. It allows you to create and manage databases. A database is an organized body

More information

MS Access: Complex Forms and Reports. Lesson Notes Author: Pamela Schmidt

MS Access: Complex Forms and Reports. Lesson Notes Author: Pamela Schmidt Lesson Notes Author: Pamela Schmidt Forms Multiple Sub-forms A sub-form is just a form imbedded into another form. The sub-form is usually a tabular form. A sub form can be created with the wizard at the

More information

Access Tutorial 6: Form Fundamentals

Access Tutorial 6: Form Fundamentals Access Tutorial 6: Form Fundamentals 6.1 Introduction: Using forms as the core of an application Forms provide a user-oriented interface to the data in a database application. They allow you, as a developer,

More information

Microsoft Access XP Session 1 Week 8

Microsoft Access XP Session 1 Week 8 Creating a Database Click-on the Start button in the lower left corner of the screen, then click-on Programs, and then click-on Microsoft Access. New File The Access XP New File Task Pane will appear on

More information

Access 2010 Intermediate Skills

Access 2010 Intermediate Skills Access 2010 Intermediate Skills (C) 2013, BJC HealthCare (St Louis, Missouri). All Rights Reserved. Revised June 5, 2013. TABLE OF CONTENTS OBJECTIVES... 3 UNDERSTANDING RELATIONSHIPS... 4 WHAT IS A RELATIONSHIP?...

More information

Microsoft Access 2010 An Intermediate Guide (Level 2)

Microsoft Access 2010 An Intermediate Guide (Level 2) IT Training Microsoft Access 2010 An Intermediate Guide (Level 2) Contents Introduction...1 Speeding up Table Creation...2 Using Datasheet View...2 Using a Table Template...3 Input Masks...3 Importing

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

More information

COURSEWARE. Microsoft Access 2010 Advanced

COURSEWARE. Microsoft Access 2010 Advanced COURSEWARE Microsoft Access 2010 Advanced COPYRIGHT Copyright 2010 by EZ-REF Courseware, Ladera Ranch, CA http://www.ezref.com/ All rights reserved. This publication, including the student manual, instructor's

More information

Databases with Microsoft Access. Using Access to create Databases Jan-Feb 2003

Databases with Microsoft Access. Using Access to create Databases Jan-Feb 2003 Databases with Microsoft Access Using Access to create Databases Jan-Feb 2003 What is a Database? An Organized collection of information about a subject. Examples: Address Book Telephone Book Filing Cabinet

More information

A Basic introduction to Microsoft Access

A Basic introduction to Microsoft Access A Basic introduction to Microsoft Access By Ojango J.M.K Department of Animal Sciences, Egerton University, Njoro, Kenya and International Livestock Research Institute, Nairobi, Kenya Ms Access is a database

More information

Computer Applications (10004)

Computer Applications (10004) Computer Applications (10004) Rationale Statement: With the growing need for computers in school and business, it is important that South Dakota high school students have an understanding of common application

More information

Microsoft Access 2007 Introduction

Microsoft Access 2007 Introduction Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Stores copies of items you sent to others, by default. Stores items created offline that you want to send the next time you are online

Stores copies of items you sent to others, by default. Stores items created offline that you want to send the next time you are online Outlook Folders: All new messages are stored in Inbox unless rules are created. Stores copies of items you sent to others, by default Stores temporarily deleted items until you permanently delete or retrieve

More information

Introduction to Microsoft Office Access 2010

Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 The Himmelfarb Health Sciences Library Questions? Ask us. Microsoft Office Access 2010 by Himmelfarb Health Sciences Library is licensed under a Creative Commons

More information

Infusion Business Software Update 8.200

Infusion Business Software Update 8.200 Infusion Business Software Update 8.200 Administration The re-index process now has an option to complete all the Integrity checks for Customers, Suppliers, Products and Financials along with a History

More information

Working with Access Tables A Continuation

Working with Access Tables A Continuation Working with Access Tables A Continuation This document provides basic techniques for working with tables in Microsoft Access by setting field properties, creating reference tables, sorting and filtering

More information

Microsoft Access 2010

Microsoft Access 2010 IT Training Microsoft Access 2010 Jane Barrett, IT Training & Engagement Team Information System Services Version 3.0 Scope Learning outcomes Learn how to navigate around Access. Learn how to design and

More information

Consider the possible problems with storing the following data in a spreadsheet:

Consider the possible problems with storing the following data in a spreadsheet: Microsoft Access 2010 Part 1: Introduction to Database Design What is a database? Identifying entities and attributes Understanding relationships and keys Developing tables and other objects Planning a

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Forms Although information in a database can be entered and edited directly in a table, most people find it simpler to use a form. We use forms all the time in everyday life as a

More information

Section DB DATABASE - Microsoft Access

Section DB DATABASE - Microsoft Access Section DB DATABASE - Microsoft Access About Access 2007 Access 2007 is part of Microsoft Office 2007. It is an important productivity tool for business. Microsoft Access provides an inexpensive yet powerful

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9 TABLE OF CONTENTS Query 4 Lesson Objectives 4 Review 5 Smart Query 5 Create a Smart Query 6 Create a Smart Query Definition from an Ad-hoc Query 9 Query Functions and Features 13 Summarize Output Fields

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Word 2007: Basics Learning Guide

Word 2007: Basics Learning Guide Word 2007: Basics Learning Guide Exploring Word At first glance, the new Word 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior. Create a table When you create a database, you store your data in tables subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses,

More information

Access 2007. Creating Databases - Fundamentals

Access 2007. Creating Databases - Fundamentals Access 2007 Creating Databases - Fundamentals Contents Database Design Objectives of database design 1 Process of database design 1 Creating a New Database... 3 Tables... 4 Creating a table in design view

More information

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual Lab Manual Databases Microsoft Access 1 Table of Contents Lab 1: Introduction to Microsoft Access... 3 Getting started... 3 Tables... 3 Primary Keys... 6 Field Properties... 7 Validation Rules... 11 Input

More information

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options The Home Ribbon Sort Buttons: sort records into ascending or descending order by selected field Filter by Selection button. Displays records by degree to which they match the selected record. Display summary

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

Introduction to Microsoft Access XP

Introduction to Microsoft Access XP Introduction to Microsoft Access XP Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. An address book or a library

More information

Microsoft Word 2007 - Mail Merge

Microsoft Word 2007 - Mail Merge Microsoft Word 2007 - Mail Merge Mail merge is a tool which allows you to create form letters, mailing labels and envelopes by linking a main document to a set of data or data source. It is the process

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access In all of the previous exercises you have worked on a simple database that only had one table. In many cases, a database will be too complex to be able to work well with only one

More information

Microsoft Word 2013: Mail Merge

Microsoft Word 2013: Mail Merge Microsoft Word 2013: Mail Merge Mail merge is a tool which allows you to create form letters, mailing labels and envelopes by linking a main document to a data source. It is the process of combining a

More information

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word Avery Wizard: Using the wizard with Microsoft Word This is a simple step-by-step guide showing how to use the Avery wizard in word Open up a blank document in Microsoft Word and click the Avery Tab at

More information

Getting Started With Microsoft Access

Getting Started With Microsoft Access INFORMATION SYSTEMS SERVICES Getting Started With Microsoft Access This document gives an introduction to Microsoft Access the relational database management system. AUTHOR: Information Systems Services,

More information

Microsoft Access 2010: Basics & Database Fundamentals

Microsoft Access 2010: Basics & Database Fundamentals Microsoft Access 2010: Basics & Database Fundamentals This workshop assumes you are comfortable with a computer and have some knowledge of other Microsoft Office programs. Topics include database concepts,

More information

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt Lesson Notes Author: Pamela Schmidt Tables Text Fields (Default) Text or combinations of text and numbers, as well as numbers that don't require calculations, such as phone numbers. or the length set by

More information

Creating a Database using Access 2007

Creating a Database using Access 2007 Creating a Database using Access 2007 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 corner of the screen,

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information