Microsoft Access for Beginners

Access this expert-led webinar instantly, available anytime on-demand.

Included in All-Access Membership
Live Webinar - no upcoming date
Customer Satisfaction Guarantee Learn with confidence. If you're not happy, we'll make it right. That's our guarantee.

Purchase Options

Select an attendee quantity to add to cart.

Recorded Webinar Only

$219.00
or

All Access Membership

The Aurora All Access Membership is designed to provide you with the training that you want when you want it. You will have 100% access to every live webinar, on demand webinar, professional alert, and podcast that Aurora Training Advantage offers with no additional cost.

Learn More About Our All Access Membership
$599.00
All Access Membership

Microsoft Access is a powerful relational database application that helps individuals and organizations collect, organize, and manage large amounts of data efficiently. Whether you need a personal data management solution or want to develop a database application for a department or organization, understanding the fundamentals of database design is essential. This introductory Microsoft Access training will provide the foundational skills needed to create and manage a functional database from the ground up.

During this hands-on session, participants will learn key database concepts and terminology, explore the differences between flat-file and relational databases, and gain practical experience creating tables, defining field types, and establishing data structures. The training also covers entering and editing data, modifying table structures, building basic queries to retrieve information, and creating simple data-entry forms to streamline database interaction. By the end of the session, attendees will have a solid understanding of the core components required to design and build a database using Microsoft Access.

Your Benefits For Attending:
  • Understand essential database terminology and concepts used in Microsoft Access.
  • Learn the differences between flat-file and relational databases and how relational database design improves data management.
  • Create and modify tables, define field types, and organize data effectively.
  • Enter, edit, and manage data within an Access database.
  • Build basic queries and use simple and complex criteria to select records.
  • Create a simple data-entry form to improve database usability and data entry processes.
  • Gain the foundational knowledge required to begin building databases in Microsoft Access.

Attending this webinar will help you develop the practical skills and confidence needed to create and manage databases in Microsoft Access. If you need to build databases for personal, departmental, or organizational use, understanding tables, queries, and forms is the critical first step toward creating effective data management solutions.

Topics Covered:
  • Database terminology
  • Building a database: Flat File vs. Relational
  • Creating Tables
  • Field types
  • Entering and editing data
  • Modifying a Table structure
  • Creating a basic Query
  • Selecting records using criteria (simple and complex)
  • Creating a simple data-entry Form

Who Should Attend:
This introductory-level training is designed for new Microsoft Access users who need to learn how to create and build a database. No prior knowledge of Access is required.

The training will be delivered using the latest version of Microsoft Access, although much of the functionality covered is also available in earlier versions of the application.

Level: Basic
Format: Recorded Webcast
Instructional Method: QAS Self-Study (Traditional)
NASBA Field of Study: Computer Software & App (2 hours)
Program Prerequisites: None
Advance Preparation: No
  1. Introduction
  2. What Is Microsoft Access? 00:02:25
  3. Source File - Headings 00:03:46
  4. Starting Microsoft Access 00:07:39
  5. Creating a New Database 00:07:47
  6. Creating A New Table From Scratch 00:16:41
  7. Viewing Or Making Changes To An Existing Table Structure  00:27:08
  8. Adding A Column 00:37:53
  9. Changing An Employee Location 00:40:01
  10. Linking Two Tables Together 00:42:15
  11. Deleting A Field Directly From Table View 00:45:13
  12. Deleting A Table 00:47:24
  13. Forms 00:48:00
  14. How To Create A Drop-Down List On The Form 01:03:52
  15. Creating Calculations In A Form 01:06:24
  16. Queries 01:11:34
  17. Saving A Query As A New Table 01:23:34
  18. How To Create A Query That Shows Hire Date, Not Including Employees Who Have Left 01:26:46
  19. Parameters 01:31:06
  20. Creating Queries From Multiple Tables 01:35:28
  21. How To Append Data To Table 01:39:05
  22. Speaker Closing 01:40:48
  23. Presentation Closing 01:41:05
  • Mike Thomas

CPE Credit

Continuing Professional Education

Aurora Training Advantage is registered with the National Association of State Boards of Accountancy (NASBA) as a sponsor of continuing professional education on the National Registry of CPE Sponsors. State boards of accountancy have final authority on the acceptance of individual courses for CPE credit. Complaints regarding registered sponsors may be submitted to the National Registry of CPE Sponsors through its website: www.nasbaregistry.org.

For more information regarding administrative policies such as complaint and refund, and cancellation please contact our offices at 407-542-4317 or [email protected].

You must answer all questions during the webinar, view the recording completely and pass the test at the end with 70% correct answers to receive CPE credit.

  • .accdb 00:09:07
  • Column 00:05:23, 00:06:34, 00:09:45, 00:13:10, 00:37:51, 00:43:47, 01:10:36, 01:37:45
  • Column Headings 00:07:06, 00:09:21, 00:11:11, 00:38:39
  • Formula 01:09:36
  • Microsoft Access 00:01:18, 00:06:07, 00:07:42
  • Parameter 01:31:06
  • Primary Key 00:11:29, 00:22:48
  • Query 01:11:38, 01:13:22, 01:16:52, 01:19:20, 01:25:10, 01:32:38
  • Row 00:07:39, 00:11:14, 00:17:03, 00:25:11, 00:36:30, 00:55:06
  • Table 00:09:16, 00:10:38, 00:12:50, 00:16:40, 00:40:59, 00:47:25, 00:52:46, 01:11:43
  • TextBox 01:09:15
  • VBA - Visual Basic for Applications 01:00:21
  • Worksheet 00:10:45

.accdb: The default Access file format is .accdb. The .accdb file format supports a number of newer features, such as calculated fields and attachments.

Column: A column is a vertical series of cells in a chart, table, or spreadsheet in Excel.

Column Headings : The column heading or column header is the gray-colored row containing the letters (A, B, C, etc.) used to identify each column in the worksheet. The column header is located above row 1 in the worksheet.

Formula: A formula is an expression which calculates the value of a cell.

Microsoft Access: Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is used to store large amounts of data in an organized and efficient manner. It allows you to create tables, forms, queries, and reports to manage your data.

Parameter: A parameter is a piece of information you supply to a query right as you run it. Parameters can be used by themselves or as part of a larger expression to form a criterion in the query. You can add parameters to any of the following types of queries: Select. Crosstab.

Primary Key: A primary key is a field or set of fields with values that are unique throughout a table. Values of the key can be used to refer to entire records, because each record has a different value for the key. Each table can only have one primary key.

Query: A database query extracts data from a database and formats it in a readable form. A query must be written in the language the database requires; usually, that language is Structured Query Language (SQL). For example, when you want data from a database, you use a query to request that specific information.

Row: A row is the range of cells that go across (horizontal) the spreadsheet/worksheet. Rows are identified by numbers e.g. row 1, row 5. Examples of use. A row might contain the headings of a table e.g. product ID, product name, price, number sold.

Table: A table is an arrangement of data in rows and columns, or possibly in a more complex structure. Tables are widely used in communication, research, and data analysis. Tables appear in print media, handwritten notes, computer software, architectural ornamentation, traffic signs, and many other places.

TextBox : Textboxes are used in worksheets or userforms to display information or to allow the user to input information.

VBA - Visual Basic for Applications : Visual Basic for Applications is a computer programming language developed and owned by Microsoft. With VBA you can create macros to automate repetitive word- and data-processing functions, and generate custom forms, graphs, and reports. VBA functions within MS Office applications; it is not a stand-alone product.

Worksheets: A worksheet is a collection of cells where you keep and manipulate the data. Each Excel workbook can contain multiple worksheets.


Customer Satisfaction Guarantee
Invest in your future with confidence! Our Customer Satisfaction Guarantee eliminates all risk, letting you focus purely on mastering new skills and advancing your career. If you're not completely satisfied, we'll ensure you are. Your satisfaction is not just a promise; it's our guarantee.

Frequently Asked Questions

A flat file database stores all data in a single table—like a spreadsheet—where every record contains all relevant information, often resulting in data duplication. For example, a flat file customer order table would repeat the customer's name and address on every order row. A relational database, which is the foundation of Microsoft Access, stores data across multiple linked tables to eliminate redundancy and maintain consistency. Customer information lives in a Customer table; orders live in an Orders table; the two are linked via a customer ID field. This structure means updating a customer's address requires changing it in one place rather than across hundreds of records. Relational databases also enforce data integrity through field types, validation rules, and referential integrity constraints. For business professionals managing operational data—customer records, inventory, employee information—understanding the relational model is the critical first step toward building databases that are scalable, accurate, and efficient to maintain.
Creating tables is the foundational step in building a Microsoft Access database. Each table represents a category of data—customers, products, orders—and is made up of fields (columns) that define the type of information stored. In Access, you can create tables using Datasheet View (similar to a spreadsheet) or Design View, which offers more control over field properties. In Design View, you define each field's name, data type, and properties. Common field types include Short Text (names, codes), Long Text (descriptions), Number (quantities), Currency (prices), Date/Time (dates), and Yes/No (flags). Choosing the correct data type is critical: it controls what values are accepted, how data is stored, and how it can be used in queries and calculations. Every table should have a Primary Key field—a unique identifier for each record (such as CustomerID)—which enables Access to link tables and enforce referential integrity. Proper table design is the foundation that determines the quality and flexibility of everything built on top of it.
Queries in Microsoft Access allow you to retrieve, filter, and analyze data from one or more tables based on criteria you define. Creating a basic Select query involves opening the Query Design view, selecting the tables and fields you want to include, and specifying filter criteria in the Criteria row. For example, you could query an employee table to show only employees hired after a specific date, or only those in a particular department. Access queries update dynamically—every time you run a query, it fetches the latest data from the underlying tables. You can also create parameter queries that prompt the user to enter a value (such as a date range) each time the query runs, making them flexible and reusable. Multi-table queries join related tables to combine data from multiple sources—such as showing customer names alongside their order totals. Queries form the backbone of data retrieval in Access and serve as the data source for forms and reports, making them a skill every Access user needs to master early in their learning journey.
A primary key is a field or combination of fields in an Access table that uniquely identifies each record—no two records can share the same primary key value, and the field cannot be empty. Common examples include CustomerID, EmployeeID, or OrderNumber. Primary keys serve two critical functions in a relational database. First, they guarantee uniqueness: Access uses the primary key to distinguish one record from another, preventing duplicate entries that would corrupt data integrity. Second, they enable relationships: when you link two tables—such as Orders to Customers—the Customer table's primary key (CustomerID) appears as a foreign key in the Orders table, creating the relational link. Access uses these links to enforce referential integrity, ensuring that every order references a valid customer and that you cannot delete a customer record that still has associated orders. Without well-defined primary keys, relational database functionality breaks down entirely. Access can automatically generate an AutoNumber primary key field, which is a simple and reliable choice for most beginner database designs.
Data-entry forms in Microsoft Access provide a user-friendly interface for adding, editing, and viewing records without exposing the raw table structure. The Form Wizard in Access walks beginners through the process: select the table or query as the data source, choose which fields to display on the form, select a layout (columnar, tabular, or datasheet), and choose a visual style. Access generates a ready-to-use form that can be further customized in Design View. In Design View, you can add drop-down lists (combo boxes) to restrict input to predefined values, add calculated fields that display computed results, change the arrangement and labels of fields, and apply formatting for readability. Forms can also include navigation buttons and search functionality, making it easy to browse through records. For organizations where multiple users enter data into the same database, well-designed forms enforce consistency, reduce errors, and protect the underlying table structure from accidental modification—making them essential for any Access database intended for regular operational use.