Cheryl Price and Julia Wix

Size: px
Start display at page:

Download "Cheryl Price and Julia Wix"

Transcription

1 ISBN DESIGN DATABASES (ACCESS 2003) BSBITA401A by Cheryl Price and Julia Wix

2 Design databases (Access 2003) This book supports BSBITA401A Design databases in the Business Services Training Package. Copyright Millbank Investments Ltd Cheryl Price T.Dip.WP, T.Dip.T Julia Wix T.Dip.WP ISBN Disclaimer All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, scanning, recording, or any information storage and retrieval system, without permission in writing from Millbank Investments Ltd, NZ. No patent liability is assumed with respect to the use of the information contained herein. While every precaution has been taken in the preparation of this book, the publisher and authors assume no responsibility for errors or omissions. Neither is any liability assumed for damages resulting from the use of the information contained herein. Software Publications Pty Ltd Head Office - Sydney Unit Gibbes Street Chatswood NSW 2067 Phone: (02) Fax: (02) Australia Toll Free Numbers: Phone: Fax: Web address: Published and printed in Australia

3 Creating a Form Although data can be entered directly into a database table, a form can make this task simpler by providing an easy to use layout. A form also allows a person with little knowledge of Access to enter data easily. Forms are used extensively for efficient data entry. There are several methods of creating a form. The simplest way is to use the AutoForm function. In the following exercise you will create a simple form and enter data. Remember that data entered into a form is stored in the table, not in the form. Exercise 29 1 Open Customer Database. Click on Forms on the Objects bar. 2 Click on. 3 In the New Form dialog box, select AutoForm: Columnar. Click on the and select tblcompany. 4 Click on OK. 5 Move the form to the centre of the screen by dragging on the title bar of the form window. 6 Click on the Save button and change the Form Name: to frmcompany. 42 SECTION 3

4 7 Click on OK to save the form, then close. Entering Data Exercise 30 1 Double click on the frmcompany form. 2 Enter the following data. Experiment with entering incorrect data formats into the Customer Code, Post Code, Phone and Fax fields to see how the input masks control data entry. There is no need to enter spaces when inputting phone and fax numbers as the input mask controls this formatting aspect. Customer Code OFFI1 BENT1 JACK1 Company Name Office Supplies Pty Ltd Bentley Printing Company Jackson s Graphics Street 16 Stokes Street 53 Douglas Street 1098 Botany Road Suburb TOWNSVILLE MILTON BOTANY State QLD QLD NSW Post Code Phone Fax Close the form. Understanding Subforms It is possible to create a form inside another form. The primary form is called the main form, and the form within it is called the subform. Subforms are useful when displaying data from tables with a one-to-many relationship, such as the relationship between the tblcompany and tblcontacts tables. Remember that the data in the tblcompany table is the "one" side of the relationship and data in the tblcontacts table is the "many" side of the relationship, because each company can have more than one contact. The main form displays data from the tblcompany table because it is the "one" side of the relationship. The subform displays data from the tblcontacts table because it is the "many" side of the relationship. The main form and subform will be linked so that the subform displays only records that are related to the current record in the main form. For example, when the main form displays a record relating to a customer Office Supplies Pty Ltd, the subform will display only contacts from that company. SECTION 3 43

5 Creating a Subform In the following exercise you will replace the Company form with a new form that includes a subform that is used to enter Contacts information. Exercise 31 1 With Forms selected in the Objects bar, double click on. 2 Click on to move all the Company table fields from the Available Fields: box to the Selected Fields: box. 3 Click on the in the Tables/Queries box and select Table: Contacts. 4 Click on to move all the Contact table fields from the Available Fields: box to the Selected Fields: box. 5 Click on Next. 6 Ensure the Form with subform(s) option is selected, then click on Next. 44 SECTION 3

6 7 Ensure the Datasheet option is selected, then click on Next. 8 With the Standard form style selected, click on Next. 9 Change the text in the Form: box to: frmcompany. 10 Change the text in the Subform: box to: frmcontacts. 11 Ensure the Open the form to view or enter information option is selected, and click on Finish. 12 Click on Yes to replace the previous frmcompany form. SECTION 3 45

7 Main form (frmcompany) Subform (frmcontacts) Entering Data using a Form and a Subform Exercise 32 In the main frmcompany form the first record, Bentley Printing Company, is displayed. 1 Click in the Title field of the frmcontacts subform and type: Mr 2 Press Enter and type: Joe 3 Press Enter and type: Bennett 4 Press Enter and type: Sales Manager 5 Press Enter three times to position the cursor in the Title field of a new, blank record in the subform. 6 Add the following contacts from Bentley Printing Company. Mrs Jeanette Adamson, Marketing Manager Mr Colin Jamieson, Administration Manager 7 Use the Navigation buttons at the bottom of the main form to add the following contacts for existing customers. Mr Joe Preston, Owner/Manager, Jackson s Graphics Miss Stephanie Black, Receptionist, Office Supplies Pty Ltd 8 Click on the New Record button at the bottom of the main form. 9 Add the new records below using the main form and subform. Customer Code CROW1 ASTL1 SHEL1 Company Name Crow Reprographics Astley Print Pty Ltd Shelby Design Co. Street 68 Marine Parade 104 Swallow Street 28 Coombes Drive Suburb SOUTHPORT CAIRNS PENRITH State QLD QLD NSW Post Code Phone Fax Contact 10 Close the frmcompany form. Ms Betty Beazley General Manager Mr Donald Anderson Purchasing Manager Mr Adam Crane Purchasing Officer Miss Emma Page CEO Miss Giselle Waite Personal Assistant 46 SECTION 3

8 Viewing Data in a Table Exercise 33 1 Click on Tables on the Objects bar. 2 Double click on tblcompany to open the table and maximise the window to view all the data. 3 Click on the at the left of the record for Crow Reprographics to view the Contacts from that company (entered on the subform). 4 Close the table. 5 Open and view the contents of the tblcontacts table, then close the table. Editing a Form Forms may be edited in Design View. Exercise 34 1 Click on Forms on the Objects bar and open the frmcompany form. 2 Click on the of the View button and select Design View. 3 Ensure the window is maximised to view all parts of the form shown on the next page. There are three sections to a form. Form Header Detail Form Footer The contents of this section appear at the top of every form. Displays records from the database. The contents of this section appear at the bottom of every form. Objects called Controls are contained in a form. Different types of controls are described below. Bound Controls An object connected or bound to a field in a table or query. The data in the field is displayed by the control. The data can be changed in Form View or in Datasheet View. Unbound Control Bound Control Unbound Controls An object that is not a field and is not attached to any table or query. Lines, text boxes and shapes are all examples of unbound controls. They are called unbound because they will always appear the same and will not change when data is updated. Calculated Controls An object that is a calculation. The object is connected or bound to an expression (formula). The data displayed is based on a calculation from other Example =[Unit Cost]*[Quantity] fields and will alter if the fields change. SECTION 3 47

9 Different parts of a form are displayed below. Formatting Toolbar (Form/Report Design) Form Design Toolbar Form Header Section Detail Section Bound Control Toolbox Form Footer Section Note The Toolbox may appear as a floating toolbar or may be docked at the top of the screen. (If it is not displayed choose [View] Toolbox.) Add a header as follows. 4 Position the mouse pointer between the Form Header bar and the Detail bar. The mouse pointer will change to a black double ended arrow. 5 Click and drag downwards to create a gap of about 1 cm in the Form Header section (use the vertical ruler to help). 6 Click on the Label tool. Position the mouse pointer in the top left corner of the Form Header section, and use the mouse pointer to draw a box that fills the Form Header. 7 A cursor will appear in the Form Header. Type: Customer Details 8 Click in the dark area at the right of the Form Header, then click once on the Customer Details text. Handles (black boxes) will appear around the box containing the text. 9 Click on the Font and select Arial. Click on the Font Size and select 18. Click on the Bold button to apply bold to the form heading. Note Formatting will apply to all the text in a label. 10 If the Customer Details heading is not fully displayed, drag the Detail bar downwards then click and drag downwards on the bottom middle black handle of the Customer Details box. 48 SECTION 3

10 The header will be displayed as shown below. 11 Save the form. 12 Click on the View button to see the Customer Details heading at the top of the form. 13 Click on to return to Design View. Working with Controls Moving a Control A unbound and bound control box can be moved. They can be moved together when the mouse pointer is over a control and changes to a hand as shown at the right. The two controls can be moved separately when the mouse pointer is over the large handle at the top left corner of either control (changes to a hand with pointed finger) as shown at the right. A subform is a control, and it has more controls inside it. Subform control selector Examples of controls inside a subform Modifying the Content of a Control When a control is selected you can change the content of the control using any of the methods below. Start typing to activate edit mode and append to the existing content. Press F2 to activate edit mode. Click once more inside the control to activate edit mode. The mouse pointer will change shape when it moves across the control in edit mode. SECTION 3 49

Software Publications Writing Team

Software Publications Writing Team ISBN 978-1-921780-80-6 PRODUCE COMPLEX DESKTOP PUBLISHED DOCUMENTS (PUBLISHER 2010) BSBITU404A by Software Publications Writing Team Produce complex desktop published documents (Publisher 2010) This book

More information

INTEGRATING DATA ADVANCED OFFICE 2003

INTEGRATING DATA ADVANCED OFFICE 2003 ISBN 1-877420-19-0 INTEGRATING DATA ADVANCED OFFICE 2003 by Cheryl Price and Julia Wix Integrating Data Office 2003 - Advanced This book contains five integrated assignments, three with step-by-step instructions.

More information

USE BUSINESS TECHNOLOGY (WINDOWS 7 AND OFFICE 2010)

USE BUSINESS TECHNOLOGY (WINDOWS 7 AND OFFICE 2010) ISBN 978-1-921780-85-1 USE BUSINESS TECHNOLOGY (WINDOWS 7 AND OFFICE 2010) BSBWOR204A By The Software Publications Writing Team Use Business Technology (Window 7, Office 2010) This book supports BSBWOR204A

More information

DEVELOP AND USE COMPLEX

DEVELOP AND USE COMPLEX ISBN 978-1-921780-78-3 DEVELOP AND USE COMPLEX SPREADSHEETS (EXCEL 2010) BSBITU402A By The Software Publications Writing Team Develop and use complex spreadsheets (Excel 2010) This book supports BSBITU402A

More information

OPERATE A SPREADSHEET APPLICATION ICAU1130B Excel 2010

OPERATE A SPREADSHEET APPLICATION ICAU1130B Excel 2010 ISBN 978-1-921885-37-2 OPERATE A SPREADSHEET APPLICATION ICAU1130B Excel 2010 Supporting Certificate I in Information Technology National IT Training Package ICA05 By The Software Publications Writing

More information

Using Microsoft Outlook Software Publications Pty Ltd (ABN ) The Software Publications Writing Team ISBN

Using Microsoft Outlook Software Publications Pty Ltd (ABN ) The Software Publications Writing Team ISBN Using Microsoft Outlook 2013 Millbank Investments Ltd, NZ, 2014 The Software Publications Writing Team ISBN 978-1-922241-58-0 Disclaimer All rights reserved. No part of this publication may be reproduced

More information

This workbook supports BSBITU401 Design and develop complex text documents in the BSB Business Services Training Package.

This workbook supports BSBITU401 Design and develop complex text documents in the BSB Business Services Training Package. Design and develop complex text (Word 2016) This supports BSBITU401 Design and develop complex text in the BSB Business Services Training Package. Millbank Investments Ltd, NZ, 2016 Software Publications

More information

Business Office Skills Microsoft Office 2010 ISBN Disclaimer. Software Publications Pty Ltd (ABN )

Business Office Skills Microsoft Office 2010 ISBN Disclaimer. Software Publications Pty Ltd (ABN ) Business Office Skills Microsoft Office 2010 Millbank Investments Ltd, 2013 Software Publication Writing Team ISBN 978-1-921971-74-7 Disclaimer All rights reserved. No part of this publication may be reproduced

More information

Create Electronic Presentations

Create Electronic Presentations ISBN 1-74123-779-3 Create Electronic Presentations PowerPoint 2007 BSBITU302A Software Publications Pty. Ltd. BSBITU302A This book supports BSBITU302A, Create Electronic Presentations in the Business Services

More information

The Guided Discovery Series for Microsoft Office 2007 & Windows XP

The Guided Discovery Series for Microsoft Office 2007 & Windows XP The Guided Discovery Series for Microsoft Office 2007 & Windows XP The Discovery series for Microsoft Office 2007 MS Office Outlook 2007 Windows XP Windows Vista Windows Internet Explorer 7 Microsoft Expression

More information

Computer Skills Design and produce text documents (Word 2016)

Computer Skills Design and produce text documents (Word 2016) Computer Skills Design and produce text documents (Word 2016) This supports BSBITU303 Design and produce text documents in the BSB Business Services Training Package. Millbank Investments Ltd, NZ, 2016

More information

Cheryl Price and Julia Wix

Cheryl Price and Julia Wix ISBN 978-1-921885-23-5 WRITE SIMPLE DOCUMENTS (OFFICE 2010) BSBWRT301A by Cheryl Price and Julia Wix Write simple documents This book supports BSBWRT301A Write simple documents in the Business Services

More information

Software Publications Pty Ltd

Software Publications Pty Ltd ISBN 1-74123-803-X CREATE AND USE SPREADSHEETS (Excel 2007) BSBITU202A Software Publications Pty Ltd Create and Use Spreadsheets BSBITU202A This book supports BSBITU202A, Create and Use Spreadsheets in

More information

Enjoy upgrading to Microsoft Word Author: Christine Kent. Web address Blog address

Enjoy upgrading to Microsoft Word Author: Christine Kent. Web address   Blog address Enjoy upgrading to Microsoft Word 2007 Copyright Christine Kent, April 2008, revised September 08 Author: Christine Kent Web address www.christinekent.net Blog address http://christinekent.blogspot.com/

More information

Design databases (Access 2013) Software Publications Pty Ltd (ABN ) ISBN Published and printed in Australia

Design databases (Access 2013) Software Publications Pty Ltd (ABN ) ISBN Published and printed in Australia Design databases (Access 2013) This book supports BSBITA401A Design databases in the BSB07 Business Services Training Package. Software Publications Pty Ltd, June 2015 The Software Publications writing

More information

Publishers Software Publications Pty Ltd (ABN )

Publishers Software Publications Pty Ltd (ABN ) Organise Schedules This book supports BSBADM307B Organise Schedules, in the Business Services Training Package BSB07. Copyright Beverley Weynton, November 2002, October 2007, 2008, 2011 This revised edition

More information

Access: Using Forms for Data Entry and Editing

Access: Using Forms for Data Entry and Editing Access: Using Forms for Data Entry and Editing Viewing and Entering Data with Forms A form is the most convenient layout for entering, changing, and viewing records from a database table or query and are

More information

Easy Way. Sample Document. Teach yourself... A Cheryl Price Publication. Microsoft Excel 2010 (Level 1)

Easy Way. Sample Document. Teach yourself... A Cheryl Price Publication. Microsoft Excel 2010 (Level 1) Easy Way Teach yourself... Microsoft Excel 2010 (Level 1) Easy to follow Step-by-step instructions Written in plain English A Cheryl Price Publication Easy Way - Microsoft Excel 2010 (Level 1) This book

More information

Teach yourself... PivotTables and PivotCharts. with. Microsoft Excel Easy to follow Step-by-step instructions Written in plain English

Teach yourself... PivotTables and PivotCharts. with. Microsoft Excel Easy to follow Step-by-step instructions Written in plain English Easy Way Teach yourself... PivotTables and PivotCharts with Microsoft Excel 2013 Easy to follow Step-by-step instructions Written in plain English A Cheryl Price Publication Easy Way PivotTables and PivotCharts

More information

Enjoy Microsoft Excel 2007 for Novice Users Author: Christine Kent Web address Blog address address

Enjoy Microsoft Excel 2007 for Novice Users Author: Christine Kent Web address Blog address  address Enjoy Microsoft Excel 2007 for Novice Users Copyright Christine Kent, September 2008 Author: Christine Kent Web address www.christinekent.net Blog address http://christinekent.blogspot.com/ Email address

More information

Unit 2785 (V7) Create a computer spreadsheet to provide a solution for organisation use. w ith. Microsoft Excel 2010

Unit 2785 (V7) Create a computer spreadsheet to provide a solution for organisation use. w ith. Microsoft Excel 2010 Student Workbook Unit 2785 (V7) Create a computer spreadsheet to provide a solution for organisation use w ith Microsoft Excel 2010 Easy to follow Step-by-step instructions Covers Unit Standard Criteria

More information

Introduction to Microsoft Word

Introduction to Microsoft Word Chapter Microsoft Word is a powerful word processing program that allows you to enter text, make changes to it, format it, record and print it. You can use it to produce professional business letters,

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

The Software Publications Writing Team

The Software Publications Writing Team ISBN 1-74123-916-8 OPERATE A PRESENTATION PACKAGE ICAU1132B PowerPoint 2007 Supporting Certificate I in Information Technology National IT Training Package ICA05 by The Software Publications Writing Team

More information

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

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

More information

Chapter 4 at a Glance

Chapter 4 at a Glance Create a form by using a wizard, page 84 Refine form properties, page 86 Refine form layout, page 92 Add controls to a form, page 95 Use Visual Basic for Applications to enter data in a form, page 100

More information

Access: Printing Data with Reports

Access: Printing Data with Reports Access: Printing Data with Reports Reports are a means for displaying and summarizing data from tables or queries. While forms are primarily for on-screen viewing, reports are for presenting your data

More information

Contents. Creating Forms

Contents. Creating Forms Access 2007 Forms Contents Creating Forms... 3 Creating a new form 3 Design view and Form view 5 Creating a user-defined form 5 Changing the look of your form... 6 Layout View 6 Design View 6 Moving and

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

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

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

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

3. Centralize your title. To do this, click the Center button on the tab s paragraph group.

3. Centralize your title. To do this, click the Center button on the tab s paragraph group. LESSON 1: BASIC WORD OBJECTIVES: In this lesson, you would learn how to deal with: a) Paragraphing b) Numbering c) Manipulating font d) Header and Footer e) Footnote 1. Open the Word Practice 1.doc file.

More information

SOFTWARE SKILLS BUILDERS

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

More information

Unit (V6) Create and enhance electronic documents combining text and images for generic text and information management.

Unit (V6) Create and enhance electronic documents combining text and images for generic text and information management. Easy Steps Unit 12885 (V6) Create and enhance electronic documents combining text and images for generic text and information management with Microsoft Word 2010 Easy to follow Step-by-step instructions

More information

INFORMATION TECHNOLOGY

INFORMATION TECHNOLOGY INFORMATION TECHNOLOGY PowerPoint Presentation Section Two: Formatting, Editing & Printing Section Two: Formatting, Editing & Printing By the end of this section you will be able to: Insert, Edit and Delete

More information

Using Styles In Microsoft Word 2002

Using Styles In Microsoft Word 2002 INFORMATION SYSTEMS SERVICES Using Styles In Microsoft Word 2002 This document contains a series of exercises in the use of styles in the Microsoft Word 2002 word processing software. AUTHOR: Information

More information

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports

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

More information

More Skills 11 Format and Position Report Controls

More Skills 11 Format and Position Report Controls = CHAPTER 5 Access More Skills 11 Format and Position Report Controls Controls can be aligned using buttons on the Ribbon. Using the Ribbon s alignment tools can be quicker and more accurate than positioning

More information

Libre Writer Exercise - 4

Libre Writer Exercise - 4 Libre Writer Exercise - 4 Aim: Introduction to Writer, importance of Writer as Word Processor, overview of toolbars, saving, accessing files, using help and resources. i). Create a document using the features:

More information

Publisher 2016 Foundation SAMPLE

Publisher 2016 Foundation SAMPLE Publisher 2016 Foundation Publisher 2016 Foundation Microsoft Publisher 2016 Foundation - Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

Designing Forms in Access

Designing Forms in Access Designing Forms in Access This document provides basic techniques for designing, creating, and using forms in Microsoft Access. Opening Comments about Forms A form is a database object that you can use

More information

Microsoft Publisher 2013 Foundation. Publisher 2013 Foundation SAMPLE

Microsoft Publisher 2013 Foundation. Publisher 2013 Foundation SAMPLE Microsoft Publisher 2013 Foundation Publisher 2013 Foundation Microsoft Publisher 2013 Foundation - Page 2 2013 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may

More information

Publisher 2016 Foundation. North American Edition SAMPLE

Publisher 2016 Foundation. North American Edition SAMPLE Publisher 2016 Foundation Publisher 2016 Foundation North American Edition Microsoft Publisher 2016 Foundation - Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this

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

Unit 11.Introduction to Form and Report

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

More information

Database Design Lab: MS Access Queries

Database Design Lab: MS Access Queries Database Design Lab: MS Access Queries 1. Download lab6.accdb and rename it to lab7.accdb. 2. Create a simple query named qryauthor that has a Name attribute (i.e. Firstname Lastname ). a) Open lab6.accdb.

More information

Publisher 2013 Foundation SAMPLE

Publisher 2013 Foundation SAMPLE Publisher 2013 Foundation Publisher 2013 Foundation Microsoft Publisher 2013 Foundation - Page 2 2013 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

MYOB Beginners Course

MYOB Beginners Course MYOB Beginners Course using MYOB Accounting v18 Preface This workbook has been written to cover the entry of Cash Book, Accounts Receivable and Accounts Payable transactions using MYOB Accounting, [Plus,

More information

MS Access Let s begin by looking at the toolbar and menu of Access.

MS Access Let s begin by looking at the toolbar and menu of Access. MS Access 2003 Access is a database program that allows you to store, retrieve, analyze, and print information. Individuals use databases for various purposes. Businesses use databases to manage customer

More information

Microsoft Office Word 2016 for Mac

Microsoft Office Word 2016 for Mac Microsoft Office Word 2016 for Mac Formatting Your Document University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2016 KSU Division of University 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

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE Word Tutorial 3 Creating a Multiple- Page Report COMPREHENSIVE Objectives Format headings with Quick Styles Insert a manual page break Create and edit a table Sort rows in a table Modify a table s structure

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

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

TECHNOPlanner. Student Workbook

TECHNOPlanner. Student Workbook TECHNOPlanner For Access 2010 Student Workbook TECHNOeBooks Project-based Computer Curriculum ebooks www.bepublishing.com Copyright 1993 2010. TechnoKids Inc. in partnership with B.E. Publishing, Inc.

More information

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM Access 2010 Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 840 SOUTH ROESSLER STREET MONROE,

More information

Sample Document. Easy Way. Teach yourself... A Cheryl Price Publication. Microsoft Access 2010 (Level 2)

Sample Document. Easy Way. Teach yourself... A Cheryl Price Publication. Microsoft Access 2010 (Level 2) Easy Way Teach yourself... Microsoft Access 2010 (Level 2) Easy to follow Step-by-step instructions Written in plain English A Cheryl Price Publication Easy Way - Microsoft Access 2010 (Level 2) This book

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

Easy Way. Sample Document. Teach yourself... A Cheryl Price Publication. Microsoft Excel 2013 (Level 2)

Easy Way. Sample Document. Teach yourself... A Cheryl Price Publication. Microsoft Excel 2013 (Level 2) Easy Way Teach yourself... Microsoft Excel 2013 (Level 2) Easy to follow Step-by-step instructions Written in plain English A Cheryl Price Publication Easy Way - Microsoft Excel 2013 (Level 2) This book

More information

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE

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

More information

Unit 2787 (V6) Create and use a computer database to provide a solution for organisation use with. Microsoft Access 2010

Unit 2787 (V6) Create and use a computer database to provide a solution for organisation use with. Microsoft Access 2010 Student Workbook Unit 2787 (V6) Create and use a computer database to provide a solution for organisation use with Microsoft Access 2010 Easy to follow Step-by-step instructions Covers Unit Standard Criteria

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

This concise workbook supports BSBITU303A Design and produce text documents in the BSB07 Business Services Training Package.

This concise workbook supports BSBITU303A Design and produce text documents in the BSB07 Business Services Training Package. Computer Skills Design and produce text documents (Word 2013) This concise workbook supports BSBITU303A Design and produce text documents in the BSB07 Business Services Training Package. Software Publications

More information

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want.

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Page Setup and Print Chapter 4 Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Print Preview is available so that you can check how

More information

Developing a Power Point Presentation

Developing a Power Point Presentation Load Power Point 1 Select Blank Presentation (figure 1) 2 Select New Slide (figure 2) First slide is the title page. Select First Box as shown in figure 2. Figure 1 Figure 2 3 Add Title and Subtitle (figure

More information

Publisher 2010 Foundation. Publisher 2010 Foundation Level SAMPLE

Publisher 2010 Foundation. Publisher 2010 Foundation Level SAMPLE Publisher 2010 Foundation Publisher 2010 Foundation Level Microsoft Publisher 2010 Foundation - Page 2 1995-2012 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document

More information

SAMPLE ICDL 5.0. International Computer Driving Licence. Module 4 - Spreadsheets Using Microsoft Excel 2010

SAMPLE ICDL 5.0. International Computer Driving Licence. Module 4 - Spreadsheets Using Microsoft Excel 2010 ICDL 5.0 International Computer Driving Licence Module 4 - Spreadsheets Using Microsoft Excel 2010 This training, which has been approved by ECDL Foundation, includes exercise items intended to assist

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

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 3 Forms, Filters, and Reports 2 Create and Use a Form to Add and Delete Records A form is a database object that can be used to: display

More information

Sample Document. Easy Way. Teach yourself... A Cheryl Price Publication. Microsoft Excel 2010 (Level 3)

Sample Document. Easy Way. Teach yourself... A Cheryl Price Publication. Microsoft Excel 2010 (Level 3) Easy Way Teach yourself... Microsoft Excel 2010 (Level 3) Easy to follow Step-by-step instructions Written in plain English A Cheryl Price Publication Easy Way - Microsoft Excel 2010 (Level 3) This book

More information

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need Unit D CASE Samantha Hooper, a tour developer at Quest Specialty Travel, asks you to produce some reports to help her share and analyze data. A report is an Access object that creates a professional looking

More information

Section 5. Pictures. By the end of this Section you should be able to:

Section 5. Pictures. By the end of this Section you should be able to: Section 5 Pictures By the end of this Section you should be able to: Use the Clip Gallery Insert and Delete Pictures Import Pictures Move, Resize and Crop Pictures Add Borders and Colour Wrap Text around

More information

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9 TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 DEFINITIONS... 3 WHY WOULD YOU USE THIS?... 3 STEP BY STEP... 3 USING WORD S TOOLBARS... 5 DEFINITIONS... 5 WHY WOULD

More information

Access 2003 Introduction to Report Design

Access 2003 Introduction to Report Design Access 2003 Introduction to Report Design TABLE OF CONTENTS CREATING A REPORT IN DESIGN VIEW... 3 BUILDING THE REPORT LAYOUT... 5 SETTING THE REPORT WIDTH... 5 DISPLAYING THE FIELD LIST... 5 WORKING WITH

More information

Creating Booklets Using Microsoft Word 2013 on a PC

Creating Booklets Using Microsoft Word 2013 on a PC Creating Booklets Using Microsoft Word 2013 on a PC Booklets are a great way to collect information and graphic samples and format them in a user-friendly publication to share with others. Examples: Collect

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

SAMPLE. Access 2010 Intermediate. Access 2010 Intermediate. Access 2010 Intermediate Page 1

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

More information

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

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

More information

Microsoft Access XP (2002) - Forms. Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations

Microsoft Access XP (2002) - Forms. Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations Microsoft Access XP (2002) - Forms Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations Table of Contents Exercise File Needed... 3 INTRODUCTION

More information

Using Excel 2011 at Kennesaw State University

Using Excel 2011 at Kennesaw State University Using Excel 2011 at Kennesaw State University Getting Started Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 - Information Technology Services Kennesaw State

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

Easy Way. Sample Document. Teach yourself... A Cheryl Price Publication. Computer Basics. Windows 8.1. with

Easy Way. Sample Document. Teach yourself... A Cheryl Price Publication. Computer Basics. Windows 8.1. with Easy Way Teach yourself... Computer Basics with Windows 8.1 Easy to follow Step-by-step instructions Written in plain English A Cheryl Price Publication Easy Way Computer Basics with Windows 8.1 This book

More information

PowerPoint Basics (Office 2000 PC Version)

PowerPoint Basics (Office 2000 PC Version) PowerPoint Basics (Office 2000 PC Version) Microsoft PowerPoint is software that allows you to create custom presentations incorporating text, color, graphics, and animation. PowerPoint (PP) is available

More information

Access 2010 Intermediate. Access 2010 Intermediate SAMPLE

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

More information

Microsoft Access Lesson 3: Creating Reports

Microsoft Access Lesson 3: Creating Reports Microsoft Access Lesson 3: Creating Reports In the previous lesson the information you retrieved from a database always was in the form of a table. This may be all you need if you are the only person using

More information

Altering Layouts. Changing Font. Universal Engraving Machine. Chapter 18 Altering Layouts

Altering Layouts. Changing Font. Universal Engraving Machine. Chapter 18 Altering Layouts Universal Engraving Machine Changing Font Altering Layouts If you want to change the Font Style of your text. Left Click On the line you wish to change. If you wish to change more than one line, draw a

More information

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

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

More information

1. Open PowerPoint and you will see the introductory screen that contains different themes and templates. From the selection displayed, choose Slice.

1. Open PowerPoint and you will see the introductory screen that contains different themes and templates. From the selection displayed, choose Slice. PowerPoint Assessment ***Remember! This is a test and you cannot ask for help. This must be done completely on your own. If you have forgotten a skill, please go to my Tutorials page on my website and

More information

Microsoft Office Word 2016 for Mac

Microsoft Office Word 2016 for Mac Microsoft Office Word 2016 for Mac Introduction to Word University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2016 KSU Division of University Information

More information

FastTrack Schedule 10. Tutorials. Copyright 2010, AEC Software, Inc. All rights reserved.

FastTrack Schedule 10. Tutorials. Copyright 2010, AEC Software, Inc. All rights reserved. FastTrack Schedule 10 Tutorials FastTrack Schedule Tutorials Version 10.0.0 by Carol S. Williamson AEC Software, Inc. With FastTrack Schedule 10, the new version of the award-winning project manager,

More information

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial 1 Microsoft Word 2010 Tutorial Microsoft Word 2010 is a word-processing program, designed to help you create professional-quality documents. With the finest documentformatting tools, Word helps you organize

More information

Chapter 5: Hierarchical Form Lab

Chapter 5: Hierarchical Form Lab Chapter 5: Hierarchical Form Lab Learning Objectives This chapter demonstrates Access 2013 features for hierarchical forms that are more complex than the single table forms you developed in Chapter 4.

More information

Lesson 2 Quick Tour and Features

Lesson 2 Quick Tour and Features Lesson 2 Quick Tour and Features Objectives Students will format a document page. Students will use a spell-checker. Students will copy, cut, and paste text. Students will adjust paragraph indentations.

More information

MYOB Basics plus BAS

MYOB Basics plus BAS MYOB Basics plus BAS Preface This workbook has been written to cover basic data entry using MYOB Accounting, [Plus, Premier and Enterprise] using version 18. You start the workbook by exploring a data

More information

Introduction to CS Page layout and graphics. Jacek Wiślicki, Laurent Babout,

Introduction to CS Page layout and graphics. Jacek Wiślicki, Laurent Babout, Word processors offer many facilities for making the page layout more flexible and capable of displaying different kinds of information. In the previous exercises there where discussed some ways to format

More information

Bold, Italic and Underline formatting.

Bold, Italic and Underline formatting. Using Microsoft Word Character Formatting You may be wondering why we have taken so long to move on to formatting a document (changing the way it looks). In part, it has been to emphasise the fact that

More information

Creating a Web Presentation

Creating a Web Presentation LESSON 9 Creating a Web Presentation 9.1 After completing this lesson, you will be able to: Create an agenda slide or home page. Create a hyperlink to a slide. Create a Web presentation with the AutoContent

More information

Document Formatting with Word

Document Formatting with Word This activity will introduce you to some common tasks that you ll be doing throughout the semester. Specifically, it will show you how to format your documents in the standard document format. By learning

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