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

Instructor-led training - access introduction course

Access Introduction Training CourseAccess Introduction Training Course

Microsoft database course

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

Designed for Access 365

Who is this course for?

Our Microsoft Access Introduction course is suitable for complete beginners to Microsoft Access.

Prerequisites

A working knowledge of Windows is required, or our Microsoft Windows Introduction course. No experience of MS Access is required.

Benefits

At the end of this course you will have a good working knowledge of Microsoft Access training basics. You will feel more confident using Access, and be able to create a database from scratch. Understanding and using tables, fields and records and the rules for entering your data is the foundation from which you can create simple queries, use forms and, ultimately create reports.

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

Course Syllabus

What's new in Access

Database Concepts

Database concepts and terminology
Exploring the Access environment
Planning and designing databases
Getting help
Closing a database and Access

Access Basics

Exploring tables
Examining queries
Exploring reports

Creating Databases

Creating a database
Using the table wizard
Working in design view

Working with Fields and Records

Changing the design of a table
Adding and deleting records
Finding and editing records
Sorting and filtering records Querying Tables
Creating and using queries
Modifying query results and queries
Using calculations in queries

Creating and Using Forms

Creating forms by using AutoForm
Using the form wizard
Using design view
Finding, sorting and filtering records

Creating and Using Reports

Using the report wizard and queries
Creating, modifying and printing reports

Importing, Exporting and Linking Objects

Importing Access objects
Exporting Access objects
Linking Access objects

"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

Audiences London

gravatar

Daniel Cowley

All-round really good, covered everything I needed to know and gave me a good working knowledge of Access.

Inmind Healthcare Ltd

gravatar

Diana Crumbie,
Support Services Manager

Excellent course with an excellent tutor. I had no knowledge of how to use Access previously, and I'm now quite excited to get back to work on Monday and start putting together my database. Thanks. Lunch was great as well!

Knight Capital Europe

gravatar

Kamlesh Tejwani

The instructor was enthusiastic, knowledgeable and approachable.

More testimonials

NB. some people find this page by searching for Microsift Access Training, which we've found is a common typing mistake.

Public schedule dates

Next date Location Price
Mon 1 JunOnline£316
Mon 20 JulLimehouse £330
Fri 31 JulOnline£330
Wed 19 AugLimehouse £330
Fri 28 AugOnline£330
Fri 18 SepBloomsbury £330

And 26 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.31% training objectives met
  • 234,498 delegates trained
  • 14,744 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.

Tables That Hold Everything

Access Basics

Tables are the foundation of any Access database. They store all the data in a structured format, similar to a spreadsheet. Each table consists of:

Fields: Columns in the table that define the type of data stored. For example, a Customers table might have fields like CustomerID, Name, Email, and PhoneNumber.

Records: Rows in the table, where each row represents a single entry. For example, each row in the Customers table represents a different customer.

Examining Queries

Queries are used to search, filter, and manipulate data in tables. They allow you to extract specific information based on criteria you define. There are several types of queries:

Select Queries: Retrieve data from one or more tables and display the results. For example, a query might show all customers who live in a specific city.

Action Queries: Perform actions on the data, such as updating or deleting records. For example, an update query might change the email domain for all customers from @oldmail.com to @newmail.com.

Find, Sort and Calculate

Working with Fields and Records

Open Design View: In the Navigation Pane, right-click the table you want to modify and select Design View.

Add Fields: To add a new field, click on an empty row in the Field Name column and type the name of the new field. Choose the appropriate Data Type from the dropdown menu.

Modify Fields: To change a field's properties, select the field and modify its properties in the Field Properties pane at the bottom. For example, you can set a field to Required or specify a Default Value.

Delete Fields: To delete a field, right-click the row selector (the gray box to the left of the field name) and select Delete Rows.

Adding and Deleting Records

Adding Records: Open the table in Datasheet View. Click on the empty row at the bottom of the table and start typing to add a new record. Press Tab to move to the next field.

Deleting Records: Select the record you want to delete by clicking the row selector. Right-click and choose Delete Record, then confirm the deletion.

Using Calculations in Queries

Add Calculated Fields: In Design View, create a new field in the query design grid. Use an expression to calculate values. For example, to calculate total sales, you might use [Quantity] * [Price].

Forms, Reports and Beyond

Creating and Using Forms

AutoForm is a quick way to create a form based on a table or query.

Select the Table or Query: In the Navigation Pane, click the table or query you want to use for the form.

Use AutoForm: Go to the Create tab on the Ribbon and click Form. Access will automatically create a form that includes all the fields from the selected table or query.

Adjust the Form: The form opens in Layout View, where you can make adjustments like resizing text boxes or changing the layout.

Creating Reports

Using the Report Tool: For a quick report, select the table or query in the Navigation Pane, go to the Create tab, and click Report. Access will generate a basic report with all the fields from the selected table or query.

Blank Report: For more control, go to the Create tab and click Blank Report. You can then add fields and controls manually.

 

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.74 secs.