First I am trying to get a report to print production and non production hours for a month.
I have my query giving me the right total as far as that goes, but the way I did it was to have a sum for a week with weekending date. It totals the hours for that week and I did that four times, but I want my query when called to already know that my 3 other dates are 7 days below each other. This totals all hours no matter what class they are in.
I would like to print a report that totals the hours at the end of the report for non production and production hours ie:
Total hours 2000 3000 2100 2800
production hours 1800 2800 1800 2500
non production hours 200 200 300 300
i Know this is vague, but i would apprectiate any help
Brandon
I have my query giving me the right total as far as that goes, but the way I did it was to have a sum for a week with weekending date. It totals the hours for that week and I did that four times, but I want my query when called to already know that my 3 other dates are 7 days below each other. This totals all hours no matter what class they are in.
I would like to print a report that totals the hours at the end of the report for non production and production hours ie:
Total hours 2000 3000 2100 2800
production hours 1800 2800 1800 2500
non production hours 200 200 300 300
i Know this is vague, but i would apprectiate any help
Brandon