G
Guest
how do I display the days in a given date range
Thanks.
Thanks.
start on different dates (>=TaskSdate and <=TaskEdate), I want to know in aSung said:I have 3 tables (Employees), (EmployeeTask) and (TaskList) with the following fields:
Employees
- EmployeeID
- EmployeeName
EmployeeTask
- EmployeeID
- TaskID
- StartDate
- EndDate
TaskList
- TaskID
- TaskDescription
- TaskSdate
- TaskEdate
Given that more than 1 employees will do a task and that the employees can
to be able to see day by day who does what.Eg. Requested Date range to search: Start 11/26/03 and End 12/02/03
How many worked on 11/26, 11/27, 11/28, no weekends, 12/01 and 12/02
Searched date range of course will be different, however, each time I want
start on different dates (>=TaskSdate and <=TaskEdate), I want to know inSung said:I have 3 tables (Employees), (EmployeeTask) and (TaskList) with th following fields
Employee
- EmployeeI
- EmployeeNam
- EmployeeI
- TaskI
- StartDat
- EndDat
- TaskI
- TaskDescriptio
- TaskSdat
- TaskEdat