Microsoft Access 2013 Level 3

Request info

Microsoft Access 2013 Training

Access 2013 Level 3 course outlines

You’ve covered many of the basic functions of Microsoft Office Access and now you’re ready to learn advanced Access features such as, database maintenance, writing more advanced queries and reports, and structuring exiting data. Knowledge of these features separate database professionals from the casual database users or occasional designers.

Delegates should have attended the Microsoft Access Level 2 2013 course or have equivalent intermediate knowledge covering areas such as database structure, querying and reporting.

Performance-Based Objectives

  • Restructure data into appropriate tables to ensure data dependency and minimise redundancy
  • Write advanced queries to analyse and summarise data
  • Create and revise Access 2013 macros
  • Customise reports by using various Access 2013 features
  • Maintain their databases using tools provided by Access 2013

 

Course Content

Module 1: Structuring Existing Data

  • Topic 1A: Restructure the Data in a Table
  • Topic 1B: Create a Junction Table
  • Topic 1C: Improve the Table Structure

Module 2: Writing Advanced Queries

  • Topic 2A: Create SubQueries
  • Topic 2B: Create Unmatched and Duplicate Queries
  • Topic 2C: Group and Summarise Records Using Criteria
  • Topic 2D: Summarise Data Using a Crosstab Query
  • Topic 2E: Create a PivotTable and a PivotChart

Module 3: Simplifying Tasks with Macros

  • Topic 3A: Create a Macro
  • Topic 3B: Attach a Macro
  • Topic 3C: Restrict Records Using a Condition
  • Topic 3D: Validate Data Using a Macro
  • Topic 3E: Automate Data Entry Using a Macro

Module 4: Creating Effective Reports

  • Topic 4A: Include a Chart in a Report
  • Topic 4B: Print Data in Columns
  • Topic 4C: Cancel Printing of a Blank Report
  • Topic 4D: Publish Reports as PDF

Module 5: Maintaining an Access Database

  • Topic 5A: Link Tables to External Data Sources
  • Topic 5B: Manage a Database
  • Topic 5C: Determine Object Dependency
  • Topic 5D: Document a Database
  • Topic 5E: Analyse the Performance of a Database
SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2025-04-24' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (6375) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC