Have detail records, want to group on one field get totals of oth.

D

David

I have a table with detail payroll records. I want a query that will
summarize the payroll detail based on job no (repeating value)
 
J

John Vinson

I have a table with detail payroll records. I want a query that will
summarize the payroll detail based on job no (repeating value)

Create a Totals query by adding your table to the query grid; change
it to a Totals query by clicking on the Greek Sigma icon (looks like a
sideways M). Put "Group By" on the JobNo and Sum on the field that you
want to sum.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Top