Hi,
I have a table which has list of activities that a user has done over the years. The following fields exist in the table:
ID
dte
Week#
EmployeeID
Activity1
..
..
..Activity10
how would i use develop a query that would give me the sum of records for Week 10 (for example) and sum of records for week 11 so they can be compared.
Or week 10 for 2011 vs week 10 for 2010 data!
I want the sum of records because there are multiple users who enter the data, but my team is only concerned with the total number of records entered!
thank you for your help
I have a table which has list of activities that a user has done over the years. The following fields exist in the table:
ID
dte
Week#
EmployeeID
Activity1
..
..
..Activity10
how would i use develop a query that would give me the sum of records for Week 10 (for example) and sum of records for week 11 so they can be compared.
Or week 10 for 2011 vs week 10 for 2010 data!
I want the sum of records because there are multiple users who enter the data, but my team is only concerned with the total number of records entered!
thank you for your help