All Practice Exams

100+ Free MOS Access Expert Practice Questions

Prepare for the Microsoft Office Specialist: Access Expert (Office 2019) (Exam MO-500) exam with instant access — no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free

Loading practice questions...

Same family resources

Explore More Microsoft Certifications

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.

2026 Statistics

Key Facts: MOS Access Expert Exam

~$104

Exam Voucher Fee (USD)

Certiport (varies by region)

700/1000

Passing Score

Microsoft / Certiport

50 minutes

Exam Duration

Certiport

Performance-based

Exam Format (live Access tasks)

Certiport

5 skill areas

Objective Domains (MO-500)

Certiport blueprint

Does not expire

Credential Validity

Microsoft Office Specialist program

Certiport lists Exam MO-500 (Microsoft Office Specialist: Access Expert, Office 2019) as a performance-based exam with a 700/1000 passing score, a ~$104 USD voucher fee, and a 50-minute time limit. Candidates complete live in-application tasks inside Microsoft Access rather than multiple-choice questions, and the credential does not expire. The five skill areas are Manage databases (15-20%), Create and modify tables (25-30%), Create and modify queries (25-30%), Modify forms in Layout view (10-15%), and Modify reports in Layout view (10-15%).

Sample MOS Access Expert Practice Questions

Try these sample questions to test your MOS Access Expert exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1In a relational database such as Microsoft Access, what is the purpose of enforcing referential integrity on a relationship between two tables?
A.It prevents creating records in a related table that reference a primary key value that does not exist in the primary table
B.It automatically compacts the database file each time it is closed
C.It encrypts the data stored in the foreign key field
D.It forces every field in both tables to be set as required
Explanation: Referential integrity ensures that relationships between records in related tables remain valid. When enforced, Access prevents adding a record to a related (child) table unless a matching value exists in the primary key of the primary (parent) table, and it blocks deletions or key changes that would orphan related records.
2Which Access feature should you use to view and edit the join lines and connections between all tables in a database at once?
A.The Navigation Pane
B.The Relationships window
C.The Object Dependencies pane
D.The Field List pane
Explanation: The Relationships window, opened from the Database Tools tab, is where you display tables and the join lines between them, set or change relationship types, and enforce referential integrity. It provides a visual map of how primary and foreign keys connect the tables.
3You want to bring data from an Excel worksheet into an existing Access database while keeping a live connection so changes in Excel are reflected in Access. Which option on the External Data tab accomplishes this?
A.Import the source data into a new table in the current database
B.Append a copy of the records to an existing table
C.Link to the data source by creating a linked table
D.Export the Access table to the Excel workbook
Explanation: Creating a linked table keeps the data in its original Excel file and maintains a live connection, so updates made in the source are visible in Access. Importing or appending copies the data into Access once, with no ongoing link.
4A field that uniquely identifies each record in a table and cannot contain duplicate or null values is known as the:
A.Foreign key
B.Lookup field
C.Index field
D.Primary key
Explanation: A primary key uniquely identifies each record in a table and cannot contain duplicate values or nulls. Access often uses an AutoNumber field as the primary key by default, and the primary key is required on the parent side of an enforced relationship.
5In a one-to-many relationship between a Customers table and an Orders table, the CustomerID stored in the Orders table is called the:
A.Foreign key
B.Primary key
C.Composite key
D.Candidate key
Explanation: The CustomerID in the Orders table is a foreign key because it refers to the primary key (CustomerID) in the Customers table. The foreign key on the many side can repeat across many order records, which is what creates the one-to-many relationship.
6You want a table object to remain in the database but no longer appear in the Navigation Pane for everyday users. What is the most direct way to do this without deleting the object?
A.Delete the object and restore it later from the Recycle Bin
B.Right-click the object and choose Hide in this Group
C.Rename the object with a leading underscore
D.Export the object to another database
Explanation: Right-clicking an object in the Navigation Pane and choosing Hide in this Group conceals it from view while keeping it in the database. You can later show hidden objects by enabling Show Hidden Objects in Navigation Options.
7Which relationship type in Access requires that you enforce referential integrity AND ensure the linking fields are uniquely indexed (or primary keys) on both sides?
A.One-to-many
B.Many-to-many
C.One-to-one
D.Self-join
Explanation: A one-to-one relationship links a single record in one table to a single record in another, which requires the joining field to be unique (a primary key or a uniquely indexed field) on both sides. Access infers the relationship type from how the joined fields are indexed.
8When enforcing referential integrity, which option allows Access to automatically update the foreign key values in related records whenever the primary key value in the parent record changes?
A.Cascade Delete Related Records
B.Require Foreign Key
C.Enforce Referential Integrity only
D.Cascade Update Related Fields
Explanation: Cascade Update Related Fields tells Access to propagate a change in the parent table's primary key to all matching foreign key values in related records. This keeps the relationship valid without manually editing every child record.
9You need to export an Access report so that the recipient sees the exact layout, fonts, and page breaks even though they do not have Access installed. Which export format best preserves the report's printed appearance?
A.PDF document (.pdf)
B.Comma-separated text file (.txt)
C.Excel workbook (.xlsx)
D.XML data file (.xml)
Explanation: Exporting a report to PDF preserves its exact layout, formatting, fonts, and page breaks, and it can be opened without Access. The PDF or XPS export option is available on the External Data tab for reports and forms.
10Before printing a datasheet, you want to set the orientation to landscape and adjust the margins. Where do you configure these settings in Access?
A.In the Relationships window
B.On the Print Preview tab via Page Setup
C.In the Navigation Options dialog
D.On the Create tab
Explanation: Opening Print Preview gives you a Print Preview tab where Page Setup lets you change orientation, margins, columns, and paper size before printing records, forms, or reports. These print options control the output without changing the underlying data.

About the MOS Access Expert Exam

Exam MO-500 leads to the Microsoft Office Specialist: Access Expert (Office 2019) credential, validating competency in database design principles using Microsoft Access. The blueprint covers creating and maintaining Access objects including tables, relationships, multi-table queries, data-entry forms, and multilevel reports. Skill areas include Manage databases (modifying structure, managing relationships and keys, enforcing referential integrity, printing and exporting); Create and modify tables (importing and linking data, managing records, and configuring field properties such as validation rules, data types, input masks, and indexes); Create and modify queries (select, crosstab, parameter, and action queries with joins, calculated fields, and aggregates); Modify forms in Layout view; and Modify reports in Layout view. The exam is performance-based, requiring candidates to complete live tasks inside Access.

Assessment

Performance-based assessment

Time Limit

50 minutes

Passing Score

700/1000

Exam Fee

~$104 USD (Microsoft, administered by Certiport (a Pearson VUE business))

MOS Access Expert Exam Content Outline

15-20%

Manage databases

Modify database structure by importing objects and data, deleting objects, and hiding or displaying objects in the Navigation Pane; manage table relationships and keys including setting primary and foreign keys and enforcing referential integrity; and configure print options and export objects to alternative formats.

25-30%

Create and modify tables

Create tables by importing or linking data and importing tables from other databases; manage tables with hidden fields, total rows, and descriptions; manage records using find and replace, sorting, and filtering; and create and modify fields including validation rules, captions, sizes, data types, auto-increment, default values, and input masks.

25-30%

Create and modify queries

Create and run select, crosstab, parameter, and action queries and multiple-table queries with the correct join type; add calculated fields and aggregate (Totals) functions; and modify queries by showing or hiding fields, sorting, applying operators and criteria, filtering, and formatting fields.

10-15%

Modify forms in Layout view

Configure form controls by adding, removing, and moving controls, setting control properties, and managing labels; and format forms by setting tab order, sorting records, controlling positioning, inserting form headers and footers, and inserting images, including linking subforms.

10-15%

Modify reports in Layout view

Configure report controls by grouping and sorting records, adding controls and labels, and adding totals; and format reports through page setup, section placement, properties such as Can Grow, Force New Page, and Hide Duplicates, and conditional formatting.

How to Pass the MOS Access Expert Exam

What You Need to Know

  • Passing score: 700/1000
  • Assessment: Performance-based assessment
  • Time limit: 50 minutes
  • Exam fee: ~$104 USD

Keys to Passing

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

MOS Access Expert Study Tips from Top Performers

1Practice in a live copy of Access, since MO-500 is performance-based and rewards muscle memory for tasks such as enforcing referential integrity and building queries, not memorized facts.
2Spend the most time on tables and queries, the two heaviest areas at 25-30% each, including field validation rules, input masks, data types, joins, calculated fields, and Totals queries.
3Master the Relationships window: set primary and foreign keys, recognize one-to-many versus one-to-one join lines, and use cascade update and cascade delete correctly.
4Know the four action queries cold: update, append, delete, and make-table, and how parameter and crosstab queries differ from a basic select query.
5Practice in Layout view for both forms and reports, including subform Link Master/Child Fields, group headers and footers, and report totals using Sum and Count expressions.
6Memorize key field properties and where they live: Validation Rule and Validation Text, Input Mask, Default Value, Field Size, Indexed, Required, and Allow Zero Length.

Frequently Asked Questions

What are the current exam facts for MO-500?

Certiport lists Exam MO-500 as a performance-based exam with a 700/1000 passing score, a roughly $104 USD voucher fee, and a 50-minute time limit. Candidates complete live in-application tasks inside Microsoft Access, and the credential does not expire.

What does the MO-500 exam measure?

MO-500 validates Microsoft Access database skills across five areas: managing databases, creating and modifying tables, creating and modifying queries, modifying forms in Layout view, and modifying reports in Layout view. It covers tables, relationships, multi-table queries, forms, and multilevel reports.

Which skill areas carry the most weight on MO-500?

Create and modify tables and Create and modify queries are the heaviest areas, each weighted 25-30%. Manage databases is 15-20%, while modifying forms and modifying reports in Layout view are each 10-15%.

Is MO-500 multiple choice?

No. MO-500 is performance-based: you complete live tasks inside a real Microsoft Access environment, such as setting referential integrity, building a query, or grouping a report, rather than choosing answers from a list.

Does the MOS Access Expert certification expire?

No. Microsoft Office Specialist certifications, including MO-500 Access Expert, do not expire. The credential is tied to the Office 2019 and Microsoft 365 Apps version of Access it tests.

What is the best way to prepare for MO-500?

Practice hands-on in Access: build relationships and enforce referential integrity, write select, parameter, crosstab, and action queries, set field validation and input masks, and group and total reports. Then drill these concept questions until each task feels routine.