Databases: Inheriting a database

Size: px
Start display at page:

Download "Databases: Inheriting a database"

Transcription

1 Databases: Inheriting a database

2

3 About These Activities Software Used Files Used Access 2013 Windows college IT help appointments.accdb IT Helpers.xlsx Finding the Exercise Files All the files for these exercises have been provided for you on a network drive. Your area of the drive is called the Home Drive H:. They can also be downloaded from the ITLC Portfolio (visit and search for databases inheriting or similar search text to find the course pack for this course). Trusted Locations In the IT teaching rooms, the Home Drive has been set up as an Access Trusted Location. To find out more about Access Trusted Locations, read the article in the ITLC Portfolio (visit and search for Access trusted locations or similar search text). Web App or Desktop Database? Copyright Access 2013 can also be used to create an app database: where users work on the data via a web browser. This would require communication using Office 365 or SharePoint 2013 (not currently available at Oxford University), and is not the subject of this course. We will work on a desktop database, which is saved locally on your computer or a network drive. Pamela Stanworth makes this document and the accompanying slides available under a Creative Commons licence: Attribution-NonCommercial-ShareAlike CC BY-NC-SA. pamela.stanworth@it.ox.ac.uk The Oxford University logo and crest and the IT Services logo are copyright of Oxford University and may only be used by Oxford University members in accordance with the University s branding guidelines. 1 IT Learning Centre

4 Steps for the Learning Objectives Getting started Start Access Start the computer if necessary Click the Start button on the taskbar at the bottom of the screen In the Start menu, type Access in the search box Open college IT help appointments.accdb (in the Home Drive H:/) In this database, the team of IT support staff in a college are organising the appointments when students come to them for help. Choose Access If you are prompted for any user information, just click on OK (On your office or home computer you might otherwise start the program using an Access icon or tile on the Desktop) Choose Open other files Browse to the Home Drive H: (or another place as directed by your teacher) Locate the database file college IT help appointments.accdb and open it In this database, the team of IT support staff in a college are organising the appointments when students come to them for help Learning Objective One: Review the structure of an existing database Make a backup copy of the whole database The new file opens, showing the Navigation Pane with various saved objects Maximise the window, if necessary Choose File Save As Save a copy of the database with a new filename, as a backup 2 IT Learning Centre

5 Examine the tables and their data Confirm that you can enter data values and make corrections in Datasheet View Open tblstudents in design view, and explore the fields already in place, noting their properties and changing some if necessary Open tblstudents Initially, the table is shown in Datasheet View Enter some plausible data values A table is the place for storing data facts & figures Move between the records and fields, and make some corrections Working in Design View, examine the fields in tblstudents, and their properties Task 4 In tblappointments, add a new field for Location Task 5 Save the table design It has been decided that there is no need to record a student s gender: delete the Gender field in tblstudents Learning Objective Two: Review the structure of existing fields Continue work in the database for IT help appointments, In suitable tables, change some properties of fields: UniversityCardNumber can have maximum 9 characters AppointmentDate and AppointmentTime have the formats Long Date and Long Time respectively SchoolName needs to be a mandatory field In tblstudents, look at the properties of the UniversityCardNumber field Change the maximum number of characters for this field to be 9 In tblappointments, look at the properties of the fields Set the format of AppointmentDate to be Long Date Set the format of AppointmentTime to be Long Time Find the SchoolName field, and set the Required property to Yes Step 5 Type a few words as a Description for each field At some point, the software offers to check that the data in the table still conforms to the new settings you have made Agree to this when asked 3 IT Learning Centre

6 In a suitable table, add or find a field for the location where an appointment is to be held: provide a lookup to help users answer this question with one of these responses: Dining Hall, IT Office, King s Arms, Other Task 4 Save the table design In tblappointments, add or find a new field for Location Use the Lookup Wizard to create a lookup for this field Look at the bottom of the list of data types, for the command to start the Lookup Wizard Agree to type in the values that will appear in the lookup: Dining Hall, IT Office, King s Arms, Other Limit users so they must choose one of the values offered Do not allow them to give multiple responses 4 IT Learning Centre

7 Learning Objective Three: Make relationships between tables In the database for IT help appointments, review the relationships diagram On the Database Tools tab, click on the Relationships diagram to display If the Show Table dialog does not appear, click Examine the joins between tables: tblappointments and tblstudents Add any missing tables (If a table gets added twice, then after closing the Show Table dialog you will be able to select a table field list and press the DELETE key to remove the duplicate) Notice the fields that are included in each table Drag the field lists to convenient positions on the diagram Step 5 Drag the borders of field lists to stretch or shrink them until all the field names are visible in each Examine the fields included in each table tblnotes and tblstudents between the table of schools attended and the table of students Join the Advisor fields in the table of IT support staff and the table of appointments Point to Advisor in tblappointments Drag to the corresponding field in tblithelpers, and drop The direction of dragging does not matter, but it is important that you point accurately to the correct field name Task 4 In the dialog that appears: Confirm the table names and field names Confirm that this is a One-to-Many relationship Choose to Enforce Referential Integrity Choose not to Cascade Delete nor Cascade Update 5 IT Learning Centre

8 Task 5 Close the Relationships diagram, saving any changes Review the Relationships diagram, and confirm that suitable joins have appeared between the tables Look carefully at the 1 and symbols that have appeared around the tables: are they sensible? 6 IT Learning Centre

9 Learning Objective Four: Planning your own project Spend a few minutes thinking about your own project. If you were building this database from scratch, what would it contain? What fields, tables, properties and joins would be needed? Sketch out an ideal structure for your data. Use this to decide how much of the existing database you can re-use. The IT Teachers in the IT Learning Centre would be happy to discuss with you your own database project 7 IT Learning Centre

10 Learning Objective Five: Import more data It has been decided to introduce a table which lists the members of the IT staff team. This will reduce the need to type in the names and details of the staff members, repeatedly. Import the list of staff from IT Helpers.xlsx The details have been provided as a spreadsheet, IT Helpers.xlsx in your home drive In the External Data tab of the ribbon, click Import group, to start the Import Data Wizard in the Click In the File Open dialog, ensure that Files of Type is set to Microsoft Excel Locate the Excel file IT Helpers.xlsx Import the list of staff into the database, as a separate table called tblitadvisors Step 5 Choose to Import the source data into a new table Step 6 When asked, allow a new field to be created, which will act as the primary key in this new table Open the new table and look over the data, to check that it has imported successfully 8 IT Learning Centre

11 Learning Objective Six: Working with data using forms In the database for IT help appointments, review the forms already in place In the Navigation Pane, examine the forms listed Double-click frmstudents to run the form This displays the data stored in tblstudents Use the record controls to page between the records Locate the record for Peter Green Step 5 Edit his address to be 23 Waterson Street, Iffley, Oxford Step 6 Check that you can edit existing data and add a new record for a new student invent some plausible data You are editing the raw data that is stored in the table Some existing forms and reports may continue to be useful, but others may now be out of date and can be deleted, without affecting the data Try some of the other forms, and think about how you might use them to work on the data in this project 9 IT Learning Centre

12 Learning Objective Seven: Creating new forms Use the Form Wizard to create a new form, for editing and adding data about the appointments Test the form Start the Form Wizard (look on the Create tab) Choose tblappointments Include all the fields from tblappointments Choose an appearance that you like Step 5 Save the new form, naming it frmappointments Try out the steps that would be needed for editing details of an existing appointment Try out the steps for adding a new appointment for an existing student As you are working, notice the features of a form which make it easier for a human user to work safely and accurately on the data (contrast with the experience of working on data in a table) If student Terry Snell wants to book an appointment for next Tuesday morning, how would you do that? Think about whether suitable forms are provided, and the workflow that would be needed for this situation 10 IT Learning Centre

13 Learning Objective Eight: Altering forms Open frmstudentsneedswork and improve the appearance and usability of some controls Each of the address boxes has a separate label, but these are not all needed Align and arrange controls neatly on the form Task 4 Change the formatting of sections of the form Open frmstudentsneedswork in Design View Click once on the FamilyName box, to select it Drag the handles to make the box wider and taller This will make the box more noticeable, and better able to fit in long names In the header section, select the label Student details Step 5 Use buttons on the ribbon to make the text bold and give it white letters Select the Address2 label and delete it (press the DELETE key) Delete the Address3 label and any other labels that you consider unnecessary Edit the Address1 label to read Address Move the address boxes closer together Select the Title, GivenName and FamilyName boxes (Tip: hold down CTRL key while clicking the boxes in turn) Use the Align button to line up the left edges of the selected boxes Experiment with other buttons on the Align tab Right-click in the background of the footer Examine the options offered in the context menu Choose a Back Fill colour that matches the colour in the header 11 IT Learning Centre

14 Task 5 Try out the form in Form View Make further improvements to the form appearance and usability, as needed 12 IT Learning Centre

15 Learning Objective Nine: Using queries Try out the queries already provided in the database Run qrystudentdetails, then examine its structure Notice the criteria set in this query, and experiment with setting different criteria Double-click the name of a query in the Navigation Pane The query runs, the relevant data is collected from the tables and it is displayed in a datasheet view Each query has been designed to answer a different question, retrieving specified fields from tables and applying selection criteria The queries provided may prove useful for your future work, but any which are not needed can be deleted Run qrystudentdetails and examine the data that it presents In Design View, examine the structure of the query notice the tables and fields included In the design grid, notice the sort order that has been set Change the sort order, then run the query again and confirm that it behaves as you expect 13 IT Learning Centre

16 Learning Objective Ten: Working with queries Create a new query showing appointments with their time and date information, sorted in date order Add student names to the query Experiment with setting criteria Task 4 After each experiment, make sure you delete all previous criteria before setting up new ones Create a new query with tblappointment Add the AppointmentTime and AppointmentDate fields Set the sort order to Ascending, in both columns Ensure that the AppointmentDate field is to the left of the AppointmentTime field, so that the records are sorted first in date order Run the query to test it When you are sure that the query works as required, save it as qryappointmentdetails Click Show Table and add the table tblstudents to the query design Add the GivenName and FamilyName fields to the query design grid Run the query to test it Add the AppointmentKept field In the Criteria row, under the AppointmentKept field, enter 0 (that is a zero), which means an appointment was not kept Run the query to see a list of students who make appointments but did not keep them Remove the AppointmentKept column Under AppointmentTime, enter <10:00 in the Criteria row Run the query to see a list of appointments that have been booked very early in the morning (before 10am) 14 IT Learning Centre

17 Add the PostCode column Enter the criteria OX4* Step 5 Run the query to see a list of appointments with students who live in the OX4 postcode area Task 5 Try out AND and OR criteria adding 2 or more criteria on the same row or on different rows Task 6 You might save some of these queries if they seem to be useful give each one a memorable name beginning qry 15 IT Learning Centre

Documents: Building long documents

Documents: Building long documents Documents: Building long documents About These Activities Software Used Word 2013 Documents Used Copyright Balham Intro.docx Certificate Done.dotx Comment and Combine.docx Comment and Combine Revised.docx

More information

Referencing: EndNote Managing your research reading

Referencing: EndNote Managing your research reading Referencing: EndNote Managing your research reading RE011 About These Activities Software Used Files Used These steps were written using the following software. However you will be able to do very similar

More information

SharePoint: Creating Committee Sites

SharePoint: Creating Committee Sites SharePoint: Creating Committee Sites Prerequisites Time in the classroom is precious it is an opportunity for you to interact with the workshop leader and other participants through questions and discussions

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

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

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

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

SharePoint: Working with new or existing sites

SharePoint: Working with new or existing sites SharePoint: Working with new or existing sites Prerequisites Time in the classroom is precious it is an opportunity for you to interact with the workshop leader and other participants through questions

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

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

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 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

Exploring Microsoft Office Access 2007

Exploring Microsoft Office Access 2007 Exploring Microsoft Office Access 2007 Chapter 1: Finding Your Way Through a Database Robert Grauer, Keith Mulbery, Maurie Wigman Lockley Committed to Shaping the Next Generation of IT Experts. Copyright

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

More information

Access 2016 Essentials Syllabus

Access 2016 Essentials Syllabus Access 2016 Essentials Syllabus Lesson 1 Creating & Managing Databases 1.1 Introduction Lesson content; What is a database? The course folders; The course player; Screen resolution notes; Prerequisites;

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

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

Module 5. Databases. Astro Computer Training. Page 1

Module 5. Databases. Astro Computer Training. Page 1 Module 5 Databases Astro Computer Training Page 1 1. Database Terminologies What is a Database? A database is a collection of data related to a particular topic organised and stored for easy retrieval.

More information

Intermediate Microsoft Access 2010

Intermediate Microsoft Access 2010 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a Switchboard

More information

Certificate I in Information Technology

Certificate I in Information Technology Certificate I in Information Technology General Description The skills and knowledge acquired are sufficient to create simple spreadsheets and databases as described in the competencies. Learning Outcomes

More information

SPREADSHEETS GENERAL FORMATTING & PRINTING.

SPREADSHEETS GENERAL FORMATTING & PRINTING. SPREADSHEETS GENERAL FORMATTING & PRINTING Spreadsheet Formatting - Contents Printing to one sheet only Displaying gridlines on printouts Displaying column letters and row numbers on printouts Inserting

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

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

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary MIS Cases: Decision Making With Application Software, Second Edition Database Glossary This database glossary is designed to accompany MIS Cases: Decision Making With Application Software, Second Edition,

More information

Copyright 2009 Labyrinth Learning Not for Sale or Classroom Use LESSON 1. Designing a Relational Database

Copyright 2009 Labyrinth Learning Not for Sale or Classroom Use LESSON 1. Designing a Relational Database LESSON 1 By now, you should have a good understanding of the basic features of a database. As you move forward in your study of Access, it is important to get a better idea of what makes Access a relational

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

SAMPLE. Access 2010 Foundation. Access 2010 Foundation. Access 2010 Foundation Page 1

SAMPLE. Access 2010 Foundation. Access 2010 Foundation. Access 2010 Foundation Page 1 Access 2010 Foundation Access 2010 Foundation Page 1 Access 2010 Foundation 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au Access 2010 Foundation Page 2 2010 Cheltenham Courseware

More information

imail W eb & Print Client Guide

imail W eb & Print Client Guide Powered by imail Web & Print Client Guide Electronic to physical next day mail Welcome imail is a complete print, production and mailing application for your general office and marketing mailings. Once

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

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

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

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

Creating Mailing Labels (2010)

Creating Mailing Labels (2010) Creating Mailing Labels (2010) The procedure through to printing is a two-stage process. Firstly the client list for the mailing labels is created in Query Builder and then the information is merged within

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

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

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

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

Microsoft Office. Access Tutorial Part 2

Microsoft Office. Access Tutorial Part 2 Microsoft Office Access 2013 Tutorial Part 2 An Introduction to Access 2013 Creating Reports and Forms for Tables Author Sandra Dyke https://sites.google.com/site/sandrascourses/ This work is licensed

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

Creating a Dashboard Prompt

Creating a Dashboard Prompt Creating a Dashboard Prompt This guide will cover: How to create a dashboard prompt which can be used for developing flexible dashboards for users to utilize when viewing an analysis on a dashboard. Step

More information

Access 2010 Foundation. Access 2010 Foundation SAMPLE

Access 2010 Foundation. Access 2010 Foundation SAMPLE Access 2010 Foundation Access 2010 Foundation Access 2010 Foundation Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written

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

Microsoft Office Access 2007: Intermediate Course 01 Relational Databases

Microsoft Office Access 2007: Intermediate Course 01 Relational Databases Microsoft Office Access 2007: Intermediate Course 01 Relational Databases Slide 1 Relational Databases Course objectives Normalize tables Set relationships between tables Implement referential integrity

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

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

User Manual Mail Merge

User Manual Mail Merge User Manual Mail Merge Version: 1.0 Mail Merge Date: 27-08-2013 How to print letters using Mail Merge You can use Mail Merge to create a series of documents, such as a standard letter that you want to

More information

Let s create another simple report from one of our queries available: Author Age query.

Let s create another simple report from one of our queries available: Author Age query. Microsoft Access 6: Reports & Other Useful Functions This can be a very quick way to build a report, especially if you plan to put only a few fields on your report. When you click on the Blank Report button,

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

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited ADVANCED MICROSOFT ACCESS 2016 Advanced Microsoft Access 2016 (ACC2016.2 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Author Tracy Berry Tracy has been a senior

More information

Microsoft SharePoint is provided by Information Services for staff in Aberystwyth University.

Microsoft SharePoint is provided by Information Services for staff in Aberystwyth University. USING SHAREPOINT E-Services and Communications, Information Services, Aberystwyth University OBJECTIVES By the end of this training course you will be able to: Access SharePoint Customise a document library

More information

Certification Prep Series

Certification Prep Series Sample Pages Certification Prep Series by D. Michael Ploor Start on Monday. Test on Friday. Certification Prep Series consists of individual guides that provide practice in the basic skills needed to be

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

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

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS UNIT: Publisher KEY LEARNING(S): Introduction to Microsoft Publisher and Publisher jumpstart UNIT ESSENTIAL QUESTIONS: How can you use Publisher to enhance your education/career? COMPETENCY: Publisher

More information

Test Bank Database Processing Fundamentals Designand Implementation 14th Edition Kroenke

Test Bank Database Processing Fundamentals Designand Implementation 14th Edition Kroenke Test Bank Database Processing Fundamentals Designand Implementation 14th Edition Kroenke Instant download and all chapters TESK BANK Database Processing Fundamentals Designand Implementation 14th Edition

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

Microsoft Access 5: Reports & Other Useful Functions

Microsoft Access 5: Reports & Other Useful Functions Microsoft Access 5: Reports & Other Useful Functions You can print out simple records of your data by using the Office menu. However, if you want to create a customized report from one or more tables or

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

Hands-On Lab. Building Solutions with Access Lab version: 1.0.2

Hands-On Lab. Building Solutions with Access Lab version: 1.0.2 Hands-On Lab Building Solutions with Access 2010 Lab version: 1.0.2 CONTENTS OVERVIEW... 3 EXERCISE 1: MODIFYING THE TABLE STRUCTURE OF A WEB DATABASE... 5 Task 1 Create an Access Table... 5 Task 2 Modify

More information

Chapter 4: Single Table Form Lab

Chapter 4: Single Table Form Lab Chapter 4: Single Table Form Lab Learning Objectives This chapter provides practice with creating forms for individual tables in Access 2003. After this chapter, you should have acquired the knowledge

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

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

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

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

Database Use & Design

Database Use & Design Database Use & Design 1 Important Terms and Definitions Database A collection of information organized in such a way that a computer program can quickly select desired pieces of data. Field Form Primary

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet

Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet 9 Data analyses To analyze data, a tabular preparation of the data or a chart

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

NVivo: 11Pro. Essentials for Getting Started Qualitative Data Analysis

NVivo: 11Pro. Essentials for Getting Started Qualitative Data Analysis NVivo: 11Pro Essentials for Getting Started Qualitative Data Analysis Course objectives: Making content into data Create a Project Working with Documents and Datasets Understand coding nodes and cases

More information

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41 Table of Contents iii Table of Contents Word Starting Word What is word processing? 2 Starting Word 2 Exploring the Start screen 4 Creating a blank document 4 Exploring the Word document window 5 Exploring

More information

Access 2016 Foundation SAMPLE

Access 2016 Foundation SAMPLE Access 2016 Foundation Access 2016 Foundation Access 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

Microsoft Access 2016

Microsoft Access 2016 Access 2016 Instructor s Manual Page 1 of 10 Microsoft Access 2016 Module Two: Querying a Database A Guide to this Instructor s Manual: We have designed this Instructor s Manual to supplement and enhance

More information

Microsoft Access 2016

Microsoft Access 2016 Access 2016 Instructor s Manual Page 1 of 10 Microsoft Access 2016 Module Two: Querying a Database A Guide to this Instructor s Manual: We have designed this Instructor s Manual to supplement and enhance

More information

The WellComm Report Wizard Guidance and Information

The WellComm Report Wizard Guidance and Information The WellComm Report Wizard Guidance and Information About Testwise Testwise is the powerful online testing platform developed by GL Assessment to host its digital tests. Many of GL Assessment s tests are

More information

Preview New Features of Office 2007 Programs

Preview New Features of Office 2007 Programs Preview New Features of Office 2007 Programs With new software, you expect some increased functionality. This lesson is a subjective review of new features that the trainers of Software Training Services

More information

4. In the Address Book drop-down list, click the address book that contains the addresses you want in your distribution list.

4. In the Address Book drop-down list, click the address book that contains the  addresses you want in your distribution list. Page 1 of 5 Outlook > Contacts Create and work with a distribution list Show All A distribution list is a collection of contacts. It provides an easy way to send messages to a group of people. For example,

More information

PM4 + Partners Knowledge Articles

PM4 + Partners Knowledge Articles PM4 + Partners Knowledge Articles Customizing your PM4+ user experience r 1 November 30, 2108 PM4+ Partners Workspace - customize your experience Page 2 Contents Customizing Your Workspace... 1 Customizing

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

Office Access. Intermediate

Office Access. Intermediate Office 2007 Access Intermediate May 2010 Contents INTRODUCTION... 1 DATABASE CONCEPTS... 3 WHAT IS A DATABASE?... 3 DATABASE OBJECTS... 3 WHAT IS A PRIMARY KEY?... 4 WHAT IS A FOREIGN KEY?... 4 WHAT IS

More information

Spreadsheets: Good practice in spreadsheet design

Spreadsheets: Good practice in spreadsheet design Spreadsheets: Good practice in spreadsheet design About These Activities Software Used Excel 2013 Documents Used Copyright Budget.xlsx Cars.xlsx FlashFill.xlsx functions.xlsx functions partial2.xlsx

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

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

PRACTICAL EXERCISE 1.1.6c

PRACTICAL EXERCISE 1.1.6c PRACTICAL EXERCISE 1.1.6c PLAN, SELECT & USE APPROPRIATE IT SYSTEMS & SOFTWARE 1. Explain the purpose for using IT. EXPLAIN THE PURPOSE FOR USING IT a) Explain the type of document that is to be produced

More information

Microsoft Word. Part 2. Hanging Indent

Microsoft Word. Part 2. Hanging Indent Microsoft Word Part 2 Hanging Indent 1 The hanging indent feature indents each line except the first line by the amount specified in the By field in the Paragraph option under the format option, as shown

More information

GO! with Microsoft Access 2010 Introductory Gaskin Mclellan Graviett First Edition

GO! with Microsoft Access 2010 Introductory Gaskin Mclellan Graviett First Edition GO! with Microsoft Access 2010 Introductory Gaskin Mclellan Graviett First Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit

More information

ICT IGCSE Databases (Access) A database is a collection of data or information stored in a logical format.

ICT IGCSE Databases (Access) A database is a collection of data or information stored in a logical format. A database is a collection of data or information stored in a logical format. Paper Based Database: Before computer based databases became available data would be kept on paper and stored in filing cabinets.

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

IT2.weebly.com Applied ICT 9713

IT2.weebly.com Applied ICT 9713 Chapter 11 Database and charts You already know how to o define database record structures o enter data into a database o select subsets of data within a database o sort data within a database o produce

More information

Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access

Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access http://www.gerrykruyer.com Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access Microsoft Access 2016 uses the Ribbon to organise commands, just like the versions of MS

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

To complete this activity, you will need the following files:

To complete this activity, you will need the following files: CHAPTER 1 Windows XP More Skills 12 Move Data Between Windows You can open several application windows at the same time; they do not need to be files created by the same program. Having more than one window

More information

Quick Reference Guide SharePoint Quick Reference Guide

Quick Reference Guide SharePoint Quick Reference Guide Quick Reference Guide 1 P age Table of Contents What is SharePoint?... 3 1. Home Page Layout... 4 2. Uploading Documents to a Library... 6 3. To Open a Document... 7 4. To Delete a Document... 7 5. Adding

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

Staff Microsoft VISIO Training. IT ESSENTIALS Creating Organisation Charts Using Visio 2013 (ST560) August 2015

Staff Microsoft VISIO Training. IT ESSENTIALS Creating Organisation Charts Using Visio 2013 (ST560) August 2015 Staff Microsoft VISIO Training IT ESSENTIALS Creating Organisation Charts Using Visio 0 (ST0) August 0 Book online at: Royalholloway.ac.uk/it/training Self-Study packs also available 9 th August 0 Table

More information

Introductory Exercises in Microsoft Access XP

Introductory Exercises in Microsoft Access XP INFORMATION SYSTEMS SERVICES Introductory Exercises in Microsoft Access XP This document contains a series of exercises which give an introduction to the Access relational database program. AUTHOR: Information

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

Using Microsoft Word. Tables

Using Microsoft Word. Tables Using Microsoft Word are a useful way of arranging information on a page. In their simplest form, tables can be used to place information in lists. More complex tables can be used to arrange graphics on

More information

Creating a Custom Report

Creating a Custom Report Creating a Custom Report The Analytical Report module provides two ways to create a custom report: modifying an existing shared report or creating a new report from scratch if there is no existing report

More information

Productivity Tools Objectives 1

Productivity Tools Objectives 1 Productivity Tools Objectives 1 Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate

More information