Hallowed said:
I have an employee database and I wish to find the min, max and average
salary for EACH department.
Use a Totals type query. Create a new query and add the
table. Then use the View - Totals menu item to display the
Totals row in the query design grid.
Drag the department field down to the field list and make
sure the Totals cell fo the field is Group By.
Now, drag the salary field to the field list three times.
Set the Totals cell to Min, Max and Avg respectively.
Run the query yo see if you're getting the desired results.