Please select your region  |  USAUK/Ireland  |  Australia | International  

 

Computer training courses for AmericaComputer Training Courseware for the USAComputer Training Courses such as Windows 7 and Office 2010 training resourses for the United StatesComputer Courseware Samples inc. WIndows 7 and Office 2010 training materilas for the USA

 HOME  |         Fully customizable  -  Unlimited printing rights  -  No annual renewal fees  -  Includes Intranet ready versions

Microsoft Windows 7 and Office 2010 Training Materials Available Now

 

Start Here - Windows 7 and Office 2010 tutorials START HERE  
Courseware pricing PRICES
Sample tutorials SAMPLES
Contact Cheltenham Courseware CONTACT US

Information
What's New
Full course list
FAQs
Clients
HTML Formatted Sample
Company Profile
Contact Us
Newsletter
MEMBERS AREA

Microsoft Office 2010 
Basics Series
 PC Foundations Courseware PC Basics
 Windows XP Foundation Training Materials Windows XP Basics
 Windows Vista Foundation Training Materials Windows Vista Basics
 Windows 7 Foundation Training Materials Windows 7 Basics
 Microsoft Word 2010 Foundation Training tutorials Word 2010 Basics
 Microsoft Excel 2010 Foundation Training Materials Excel 2010 Basics
 Microsoft PowerPoint 2010 Foundation Training Materials PowerPoint 2010 Basics
  Access 2010 Basics
 Internet Explorer 8 Training Courses Internet Explorer 8
 Microsoft Outlook 2010 Foundation Courseware
Outlook 2010 Basics

Microsoft Office 2010 
Expert Series
 Microsoft Word 2010 Advanced Courseware Word 2010 Expert
 Microsoft Excel 2010 Advanced Courseware Excel 2010 Expert
 Microsoft Access 2010 Advanced Courseware Access 2010 Expert 
 Microsoft PowerPoint 2010 Advanced Courseware
PowerPoint 2010 Expert

Microsoft Office 2007 
Basics Series
  PC Basics
 Windows XP Training Materials Windows XP Basics
 Windows Vista Training Materials Windows Vista Basics
 Windows 7 Training Materials Windows 7 Basics
  Word 2007 Basics
  Excel 2007 Basics
  PowerPoint 2007 Basics
  Access 2007 Basics
 Internet Explorer 8 Courseware Internet Explorer 8
 Microsoft Outlook 2007 Foundation Courseware
Outlook 2007 Basics

Microsoft Office 2007 
Expert Series
 Microsoft Word 2007 Advanced Courseware Word 2007 Expert
 Microsoft Excel 2007 Advanced Courseware Excel 2007 Expert
 Microsoft Access 2007 Advanced Courseware Access 2007 Expert
 Microsoft PowerPoint 2007 Advanced Courseware
PowerPoint 2007 Expert

Microsoft Office 2003 
Basics Series
  PC Basics
 Windows XP Training Materials Windows XP Basics
 Windows Vista Training Materials Windows Vista Basics
 Windows 7 Training Materials Windows 7 Basics
 Word 2003 Foundations Training Course Word 2003 Basics
 Excel Foundations Training Course Excel 2003 Basics
 PowerPoint Foundations Training Course PowerPoint 2003 Basics
 Access Foundations Training Course Access 2003 Basics
 Internet Explorer 8 Training Course Internet Explorer 8
 Microsoft Outlook 2003 Foundation Courseware
Outlook 2003 Basics

Microsoft Office 2003 
Expert Series
 Microsoft Word 2003 Advanced Courseware Word 2003 Expert
 Microsoft Excel 2003 Advanced Courseware Excel 2003 Expert
 Microsoft Access 2003 Advanced Courseware Access 2003 Expert
 Microsoft PowerPoint 2003 Advanced Courseware
PowerPoint 2003 Expert

Other IT Courses
  Microsoft Project Course Microsoft Project
  Microsoft Publisher Course Microsoft Publisher
  Microsoft Visio Courseware Materials
Microsoft Visio

 

Microsoft Office 2010 courseware training materialsMicrosoft Access 2010 Expert
Courseware Training Materials

Part of the Computer Expert Series

Download Computer Courseware SamplesIntermediate / Advanced level computer training materials for delivering training to your students, staff or clients.  A courseware site licence allows you to train an unlimited number of people, at your training center using these teaching resources.


Training Course Outlines 

DATABASE TERMINOLOGY & THEORY

  • What is a database?
  • What is a table?
  • What is a record?
  • What is a field?
  • What is meant by 'Field data types'?
  • What are 'Field properties'?
  • What is a primary key?
  • Types of Database
  • Database Design Stages
  • Large scale database systems

 

TRUSTED LOCATIONS

  • Allowing Access to your sample folder for this course

FIELDS

  • What is a table lookup?
  • Creating a lookup within a field.
  • Modifying a lookup within a field.
  • Deleting a lookup within a field.
  • What is an input mask?
  • Creating an input mask.
  • Modifying an input mask.
  • Deleting an input mask.
  • What does data entry required/not required mean?
  • Modifying a field to require data entry.
  • Modifying a field so that it does not require data entry.

 

RELATIONSHIPS

  • What is a one-to-one relationship?
  • Creating a one-to-one relationship.
  • Modifying a one-to-one table relationship
  • Deleting a one-to-one table relationship
  • What is a one-to-many table relationship?
  • Creating a one-to-many relationship.
  • Modifying a one-to-many relationship.
  • Deleting a one-to-many relationship.
  • What is a many-to-many relationship?
  • Creating a many-to-many relationship using a junction table.
  • Modifying a many-to-many relationship.
  • What is referential integrity?
  • Enforcing referential integrity.
  • Applying automatic updating of related fields.
  • Applying automatic deletion of related records.

 

JOINS

  • Applying an inner join.
  • Modifying an inner join.
  • Applying an outer join.
  • Modifying an outer join.
  • Creating a subtract join.
  • Modifying a subtract join.
  • What is a self join?
  • Applying a self join.

 

QUERIES

  • About queries
  • Creating and running an update query.
  • Creating and running a delete query.
  • Creating and running a Make Table query.
  • Creating and running an Append query.
  • Creating and running a crosstab query.
  • Creating and running a Find Duplicates query.
  • Creating and running a Find Unmatched Records query.
  • What is a parameter query?
  • Creating and running a one variable parameter query.
  • Modifying a one variable parameter query.
  • Creating and running a two variable parameter query.
  • Modifying a two variable parameter query.
  • Using wildcards in a query: Star
  • Using wildcards in a query: Brackets and dash
  • Using wildcards in a query: Exclamation Mark.
  • Using wildcards in a query: Hash
  • Showing Maximum or minimum values in a query.
  • Using calculated fields that perform arithmetic calculations.
  • Grouping information in a query using functions - sum.
  • Grouping information in a query using functions - count.
  • Grouping information in a query using functions - Average.
  • Grouping information in a query using functions - Max & min.

 

FORMS

  • Types of form controls
  • Bound controls vs. unbound controls.
  • Creating, modifying and deleting bound controls: text box.
  • Creating, modifying and deleting bound controls: combo box.
  • Creating modifying and deleting bound controls: list box.
  • Creating bound controls: check box.
  • Modifying and deleting bound controls: check box.
  • Manipulating bound controls: option groups.
  • Applying bound control properties: limit to list
  • Applying bound control properties: distinct values.
  • Manipulating unbound controls containing arithmetic expressions.
  • Manipulating unbound controls containing logical expressions.
  • Modifying the tab order within a form.
  • What is a sub-form?
  • Creating a sub-form.
  • Linking a sub-form.

 

REPORTS

  • Formatting arithmetic calculation controls to display a percentage
  • Formatting arithmetic calculation controls to display currency.
  • Formatting arithmetic calculation controls to display specific decimal places.
  • Applying a running sum for a group or over all
  • What is Concatenation?
  • Concatenating fields within a report.
  • Inserting a data field in a report group.
  • Inserting a data field in a report page.
  • Inserting a data field in report headers and footers.
  • Sorting and grouping records in a report by field(s).
  • Forcing page breaks for groups in a report.
  • Creating a linked sub-report.

 

MACROS

  • Macro to close an object and open another object.
  • Macro to open and maximize an object.
  • Macro to print and close an object.
  • Assigning a macro to a command button.
  • Assigning a macro to an object.
  • Assigning a macro to a control.

 

LINKING DATA

  • Linking external data in an Excel workbook to a database.
  • Linking external text data in a TXT file to a database.
  • Linking external text data in a CSV file to a database.
  • Linking external data to a database using existing database files.

 

Download Computer Courseware Samples IMPORTING DATA

  • Importing a spreadsheet file into a database.
  • Importing a CSV text into a database.
  • Importing a TXT file into a database.
  • Importing an XML file into a database.
  • Importing an existing database file into a database.
 


    USA coursework Canada Australia coursework UK coursework International Computer coursework  Privacy Policy
     © 1995-2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. 
Terms & Conditions
     Course content subject to change without notice. HTML Formatted Sample.
    Computer WorkbooksComputer Training Courseware Workbooks     
Get Acrobat Reader        Office 2010 tutorials newsletter       MEMBERS AREA

Prices / Ordering SAMPLES  |  FAQs  |  Clients | What's New  |  Company Profile  |  CONTACT US
ECDL / ICDL Courseware | Site Map | Home | Windows 7 & Microsoft Office 2010 Teaching Resources

Download Computer Training Sample Courses & office 2010 tutorials

   Computer Training Courseware for IT Teaching Professionals
   
Courseware materials for tutor-led computer training :  
    For schools, colleges, IT trainers, corporate training departments, & computer training companies.