Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Instructor-led training - Courses in Access - Intermediate

Access Intermediate Training CourseAccess Intermediate Training Course

Become proficient with Microsoft Access Databases

Face to face / Online public schedule & onsite training. Restaurant lunch included at STL venues.

Who is this course for?

Our Microsoft Access Intermediate course is suitable for those with a basic working knowledge of Microsoft Access.

Access Intermediate Training Course

Prerequisites

A working knowledge of Access is required, or our Access Introduction course.

Benefits

This course is designed for those users who wish to step their current knowledge of Access to take advantage of the more complex features. On completion delegates will understand relational databases and be able to work with related tables. They will learn how to generate much more complicated queries and create more advanced forms and reports before tackling PivotCharts and PivotTables.

After completing this course you will be prepared to attend the Access Advanced training course.

Course Syllabus

What's new in Access

Creating relational databases

Database normalising
Introducing relating tables
Adding referential integrity

Working with related tables

The lookup wizard
Changing lookup fields
Inputting data to related tables

Defining data entry rules

Using input masks
Setting a property
Setting a validation rule

Using advanced query features

How to join a table in queries
Creating a calculated field
Using an action query

Creating advanced queries

Summarise and group values
Create a crosstab query
Using a parameter query

Creating advanced form design

Working with graphics
Working with calculations
Working with combo boxes
Working with unbound controls

Using advanced report features

Create customized headers and footers
Add a calculated value
Work with sub-reports

"What do I get on the day?"

Arguably, the most experienced and highest motivated trainers.

Face-to-face training

lunch

Training is held in our modern, comfortable, air-conditioned suites.

Modern-spec IT, fully networked with internet access

Lunch, breaks and timing

A hot lunch is provided at local restaurants near our venues:

  • Bloomsbury
  • Limehouse

Courses start at 9:30am.

Please aim to be with us for 9:15am.

Browse the sample menus and view joining information (how to get to our venues).

Refreshments

Available throughout the day:

  • Hot beverages
  • Clean, filtered water
  • Biscuits

Online training

online training (virtual)

Regular breaks throughout the day.

Learning tools

in-course handbook

In-course handbook

Contains unit objectives, exercises and space to write notes

Reference material

Available online. 100+ pages with step-by-step instructions

24 months access to Microsoft trainers

Your questions answered on our support forum.

What to expect when training

Training Formats & Services

  • On a public schedule at one of our
    London training venues.
  • On-site at your company office UK wide
  • Near-site, at a location close to you
  • Tailored courses to your requirements
  • Productivity Training Programs
  • Consultancy
  • Bespoke one-to-one
  • Rollout
  • TNA
  • Upgrade
  • Case studies

LloydsTSB Private Banking

gravatar

Timothy Thornburg

Great course thanks!

National Physical Laboratory

gravatar

J Smillie,
Project Officer

This was another great course - Sven is fantastic - very helpful, enthusiastic and knowledgeable.

Improvements - perhaps circulate questionnaire in advance to ascertain experience level of clients to check they are on the right course level. I think I probably booked myself onto the incorrect course.

IOM

gravatar

John Hampsey

Excellent training session-very useful.

More testimonials

Ideal for delegates that have already attended Introduction Courses in Access, the Intermediate course instantly brings you to the next level. Understanding more complex formulas as well as the PivotChart and PivotTable are all part of the course.

Public schedule dates

Next date Location Price
Mon 20 JulBloomsbury £330
Fri 24 JulOnline£330
Wed 19 AugLimehouse £330
Mon 24 AugOnline£330
Fri 18 SepBloomsbury £330
Wed 23 SepOnline£330

And 24 more dates...

Loading...

Loading content...

TrustPilot

star star star star star Excellent

Resources

Blog

Tutorials and discussions on MS Office

Hints & Tips

MS Office tips to save you time

Cheat sheets

MS Office shortcut keys for all versions

Infographics

Handy info on industry trends

Subscribe

Latest news & offers

Promotions

Latest Feedback

  • 98.50% customer recommendation
  • 99.29% training objectives met
  • 234,339 delegates trained
  • 14,737 organisations trained

Latest X / Tweet

  • Our Engaging #NegotiationSkills course is helping professionals handle complex conversations with confidence ✅ Big shout‑out to Hazel for delivering high‑impact training. Support continues via our 2‑year forum 📈 #feedback #ProfessionalDpic.x.com/zwSaDgtLun/zwSaDgtLun
Loading...

Loading content...

Free manuals

We are providing a range of our course manuals free of charge.

Why not share this resource with your friends and colleagues?

Training manual sample

Below are some extracts from our Access training manuals.

Build Reliable Relationships

Creating Relational Databases

Create Related Tables

- Create separate tables for each entity (e.g., Customers, Orders).

- Use AutoNumber for primary keys and Number for foreign keys.

Add Referential Integrity

- Go to Database Tools Relationships.

- Drag related fields between tables → Check Enforce Referential Integrity → Click Create.

 

Working with

Related Tables

1. Use the Lookup Wizard

- In Table Design View, select a field → Set Data Type to Lookup Wizard.

- Choose I want the lookup field to get values from another table → Select the source table and field.

2. Change Lookup Fields

- Open table in Design View → Select the lookup field → Modify Row Source or Bound Column in the Lookup tab.

3. Input Data into Related Tables

- Use Forms via the ‘Create’ tab with subforms or combo boxes to simplify data entry.

- Ensure foreign key fields use lookup fields for dropdown selection

Control Data Entry

Defining Data Entry Rules

1. Use Input Masks

- In Design View → Select a field (e.g., Phone Number) → Set Input Mask (e.g., (999) 000-0000).

2. Set Field Properties

- Use the General tab in Design View to set Field Size, Format, Default Value, etc

3. Set Validation Rules

- In Design View → Select a field → Set Validation Rule (e.g., >=0) and Validation Text (e.g., “Enter a positive number”).

Query with Power

Using Advanced Query Features

1. Join Tables in Queries

- Create a new query → Add tables → Drag related fields to create joins.

- Use Inner Join (default) or right-click to change to Left/Right Join.

 2. Create a Calculated Field

- In Query Design → Add a new column: TotalPrice: [Quantity]*[UnitPrice].

 3. Use Action Queries

- Types: Make Table, Append, Update, Delete.

- Create a query → On the Design tab, choose the action type → Define criteria → Run.

 

Creating Advanced Queries

1. Summarize and Group Values

- In Query Design → Click Totals (Σ) → Group by desired field → Use aggregate functions (Sum, Avg, Count).

2. Create a Crosstab Query

- Use the Crosstab Query Wizard → Select row headings, column headings, and value field with an aggregate function.

3. Use Parameter Queries

- In Criteria row, enter a prompt in square brackets (e.g., [Enter Start Date]).

Design Better Outputs

Creating Advanced Form Design

1. Work with Graphics

- In Form Design View → Use Image control → Insert pictures (e.g., logos).

2. Add Calculations

- Use Text Box control → Property Sheet → Set Control Source to an expression (e.g., =[Quantity]*[UnitPrice]).

3. Use Combo Boxes

- Add a Combo Box → Use wizard to pull values from a table/query or type manually.

 4. Use Unbound Controls

- Add a Text Box or Button not linked to data → Use for navigation, display messages, or calculations.

 

Using Advanced Report Features

 1. Customize Headers and Footers

- In Report Design View → Use Design tab to add Report Header/Footer or Page Header/Footer.

2. Add Calculated Values

- Insert a Text Box → Set Control Source to an expression (e.g., =Sum([TotalPrice])).

3. Work with Sub-Reports

- Use Subform/Subreport control → Link to related data → Set Link Master/Child Fields.

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.72 secs.