I have a table set up like this
Project Category Date Hours
Proj1 test 8/2/2010 2
Proj1 test 8/3/2010 8
Proj1 test 8/4/2010 4
Proj1 test 8/5/2010 3
Proj1 test 8/6/2010 5
I want to develop a query where you can input a saturday(Week Ending) date and get a result like this
WeekEnding Project Category SunHrs MonHrs TuesHrs WedHrs ThuHrs FriHrs SatHrs
8/7/2010 Proj1 test 0 2 8 4 3 5 0
Thank you