Quick summary
The Group By function in MS Access queries lets you aggregate and categorize records by a specific field directly inside Query Design. Using the Totals row with Group By, you can summarize large datasets without writing SQL manually.
Steps
- Navigate to the Create tab in the MS Access ribbon.
- Click the Query Design button to open a new query in design view.
- Add the table or query containing the field you want to count by clicking Add Selected Tables.
- Drag the desired field into the query grid.
- Click the Totals button (Σ symbol) in the ribbon to enable the Total row.
- In the Total Row, select Group By from the dropdown.
- Click the Run button to execute the query and view the grouped results.
- Review the output — your records are now grouped and aggregated by the selected field.
.gif)



