Query Help

G

Guest

I am tracking overtime hours by department. I need to create a query that
lists the department, and total overtime hours for a particular period. I did
create a query from my overtime table, but it displays each entry on a
seperate line. What I need to see is only the department name and total
hours. Like: "Parts Department 35 Hours." Thanks for your time & help.
 
D

Debra Farnham

Create a query based on your existing query.

In the new query only include the hours and the department fields.

Include the totals row - group by department and sum the hours.

That should do it.

HTH

Debra
 
D

Debra Farnham

You're very welcome :)

You'll just have to remember to alter the date criteria in the original
query
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top