Quick summary
The AVG function in Microsoft Access lets you calculate the average of any numeric field directly inside a Query Design without writing SQL manually. Using the built-in Totals row, you can apply the Avg aggregate to any table field and retrieve results instantly by running the query.
Steps
- Go to the Create tab in the MS Access ribbon.
- Select Query Design to open a new query in design view.
- Add the table containing the field you want to average by clicking Add Selected Tables.
- Drag the desired field into the query grid.
- Click the Totals button in the ribbon to reveal the Total row.
- In the Total row under your field, select Avg from the dropdown menu.
- Run the query by clicking the Run button to view the calculated average.
.gif)



