| Lesson 8 | Editing a query design |
| Objective | Edit a query design. |
After you create a query, you may find that it needs additional fields, different criteria, or structural changes. In Microsoft Access 365, editing a query design is a straightforward process using Query Design View. This lesson explains how to update fields, adjust the layout, modify criteria, and manage tables within a query, all using modern Access best practices.
To begin editing:
The query opens in a two-pane interface:
When modifying the structure of your query, you may need to add or remove tables.
To add a table:
In the Show Table dialog, choose the tables (or existing saved queries) you want to add, then click Add. To remove a table, select its table box in the upper pane and press Delete.
You can drag table boxes around the design surface to keep related tables close together. This does not change the structure of the query—it only improves readability and organization.
To add a field to the query design grid:
Dragging a field allows you to place it in an exact position; columns to the right shift automatically.
To remove a field from the grid:
The Design Grid is where you enter criteria and sorting options:
>100, Like "A*")These settings update the underlying SQL that Access generates automatically.
You may wish to increase visibility in the design grid when working with long field names or criteria. To resize a column:
This adjustment affects Design View only. Column width in Datasheet View is managed separately.
When you switch to Datasheet View, you may adjust the displayed column widths:
These width changes apply only to the datasheet display—your query logic remains unchanged.
To reorder fields:
This updates the output order in Datasheet View and the field order in SQL View.
To modify the join between tables:
Adjusting the join type is essential when expanding a query to include related data or when troubleshooting missing results.
If a field is no longer needed:
This removes the field from output and from the SQL SELECT clause.