Quick summary
The Max function in MS Access lets you retrieve the highest value from a field using a Query Design. This tutorial walks you through creating an aggregate query with the Max option applied via the Totals row in the query grid.
Steps
- Open your database in MS Access.
- Go to the Create tab in the ribbon.
- Click on Query Design to start a new query.
- Select the table containing the data you want to analyze by clicking the Add Selected Tables button.
- Add the desired field to the query grid.
- Select the Totals option on the ribbon to enable aggregate functions.
- Go to the Total row, click the drop-down arrow, and select Max from the menu.
- Run the query by clicking the Run button to return the maximum value.
- Your query now displays the maximum value from the selected field using the Max function.
.gif)



