Hi,
I'm trying to get the records from following table first by day(which I already did), then Total of Emp by "Week" & then Total of Emp by "Month"
Date Emp No Emp_Type
09/10/2006 10 INT
09/10/2006 15 EXT
09/12/2006 7 INT
09/16/2006 6 INT
Weekly Total=38 (How can I get this)....
09/17/2006 7 EXT
09/18/2006 2 EXT
09/23/2006 10 INT
Weekly Total=19 (How can I get this)....
09/28/2006 2 EXT
09/30/2006 10 INT
Weekly Total=12 (How can I get this)....
ANS Them Total MONTH = 69
I would really appreciate if somebody helps me,...
Thanks in advance.
I'm trying to get the records from following table first by day(which I already did), then Total of Emp by "Week" & then Total of Emp by "Month"
Date Emp No Emp_Type
09/10/2006 10 INT
09/10/2006 15 EXT
09/12/2006 7 INT
09/16/2006 6 INT
Weekly Total=38 (How can I get this)....
09/17/2006 7 EXT
09/18/2006 2 EXT
09/23/2006 10 INT
Weekly Total=19 (How can I get this)....
09/28/2006 2 EXT
09/30/2006 10 INT
Weekly Total=12 (How can I get this)....
ANS Them Total MONTH = 69
I would really appreciate if somebody helps me,...
Thanks in advance.