MOS Access Associate (Office 365 and Office 2019)
1 Introduction to Microsoft Access
1-1 Overview of Microsoft Access
1-2 Understanding the Access interface
1-3 Navigating the Ribbon and Backstage view
1-4 Customizing the Quick Access Toolbar
1-5 Using the Tell Me feature
2 Creating and Managing Databases
2-1 Creating a new database
2-2 Opening and closing databases
2-3 Saving and backing up databases
2-4 Converting databases between file formats
2-5 Managing database properties
3 Designing Tables
3-1 Understanding table structure
3-2 Creating tables using table design view
3-3 Defining field properties
3-4 Setting primary keys
3-5 Creating relationships between tables
3-6 Enforcing referential integrity
3-7 Using lookup fields
4 Entering and Managing Data
4-1 Entering data into tables
4-2 Editing and deleting records
4-3 Using data entry forms
4-4 Sorting and filtering data
4-5 Using validation rules and messages
4-6 Importing and exporting data
5 Creating and Customizing Forms
5-1 Understanding forms
5-2 Creating forms using the Form Wizard
5-3 Customizing form layout
5-4 Adding controls to forms
5-5 Setting control properties
5-6 Using form views (Form View, Layout View, Design View)
5-7 Creating subforms
6 Creating and Customizing Reports
6-1 Understanding reports
6-2 Creating reports using the Report Wizard
6-3 Customizing report layout
6-4 Adding controls to reports
6-5 Setting control properties
6-6 Using report views (Report View, Layout View, Design View)
6-7 Grouping and summarizing data in reports
6-8 Printing and exporting reports
7 Querying Data
7-1 Understanding queries
7-2 Creating queries using the Query Wizard
7-3 Using query design view
7-4 Adding fields to queries
7-5 Using criteria and operators
7-6 Sorting and grouping query results
7-7 Creating calculated fields
7-8 Using aggregate functions
7-9 Creating and using parameter queries
7-10 Creating and using crosstab queries
8 Macros and Automation
8-1 Understanding macros
8-2 Creating and editing macros
8-3 Using macro actions
8-4 Assigning macros to events
8-5 Debugging macros
8-6 Understanding VBA (Visual Basic for Applications)
8-7 Writing simple VBA procedures
9 Securing and Sharing Databases
9-1 Setting database passwords
9-2 Encrypting databases
9-3 Managing user-level security
9-4 Sharing databases with others
9-5 Using SharePoint and OneDrive for data storage
9-6 Collaborating with others in real-time
10 Maintaining and Optimizing Databases
10-1 Compact and repair databases
10-2 Analyzing and optimizing database performance
10-3 Using the Database Documenter
10-4 Managing database objects
10-5 Backing up and restoring databases
10-6 Migrating databases to newer versions of Access
Using Lookup Fields in Microsoft Access

Using Lookup Fields in Microsoft Access

Lookup fields in Microsoft Access are powerful tools that allow you to display and select data from another table or predefined list. They enhance data entry efficiency and accuracy by providing a dropdown list of valid options. Understanding how to use lookup fields is essential for creating user-friendly databases.

Key Concepts

1. Lookup Field

A lookup field is a special type of field that displays a list of values from another table or a predefined list. When users enter data, they can select from this list instead of typing in values manually. This reduces errors and ensures data consistency.

2. Lookup Wizard

The Lookup Wizard is a tool that guides you through the process of creating a lookup field. It allows you to specify the source of the lookup data, whether it is from another table or a predefined list, and how the data should be displayed.

3. Lookup Data Source

The lookup data source is the table or list from which the lookup field retrieves its values. This can be a table in the same database or a predefined list of values. The source must be well-defined to ensure accurate and relevant data is displayed.

Detailed Explanation

1. Creating a Lookup Field

To create a lookup field, follow these steps:

  1. Open the table in Design View.
  2. Add a new field and set its data type to "Lookup Wizard."
  3. Follow the Lookup Wizard to specify the source of the lookup data.
  4. Choose whether to display the data as a list or combo box.
  5. Finish the wizard, and the lookup field will be created.

2. Using a Table as the Lookup Data Source

When using a table as the lookup data source, follow these steps:

  1. Select "I want the lookup column to get the values from another table or query."
  2. Choose the table or query that contains the data.
  3. Select the field(s) to display in the lookup list.
  4. Specify how the data should be sorted and displayed.
  5. Finish the wizard to create the lookup field.

3. Using a Predefined List as the Lookup Data Source

When using a predefined list as the lookup data source, follow these steps:

  1. Select "I want the lookup column to display values from a list."
  2. Enter the list of values, separated by semicolons.
  3. Specify how the data should be sorted and displayed.
  4. Finish the wizard to create the lookup field.

Examples and Analogies

Imagine a lookup field as a dropdown menu in a restaurant. Instead of asking customers to type in their meal choice, the menu provides a list of options to choose from. This makes ordering faster and reduces errors, ensuring customers get exactly what they want.

For example, in a "Customers" table, you might create a lookup field for "Country" that displays a list of countries. This ensures that users can select a valid country name without typing it in, reducing the risk of typos and ensuring data consistency.

By using lookup fields, you can streamline data entry, reduce errors, and ensure that your database remains accurate and user-friendly.