I'm building a database to track vacation for each employee.
I've been looking at a lot of tips from other threads but just can't find the one I'm really looking for.
What I've built so far is this:
-a table with all employees listed
-a table that tracks an employee's vacation where they give a start date and how many days the vacation is.
Now I want to build a calendar that list the people gone underneath a given day.
What I'm struggling with is that I can only group the calendar by start date. If they are gone for multiple days I can't somehow list them under the day after using only one entry that gives the range.
If it's confusing here's how it would work:
User enters in vacation that starts 1/23/2006 for 4 days (will end on 1/26/2006) for employee named Karl.
Then User enters in vacation that starts on 1/24/2006 for 2 days (end on 1/25/2006) for emplyee called Susan.
I want the calendar to show the whole month of january. Then under 1/23/2006 Karl's name should show, Under 1/24/2006, both names should show etc.
Is this possible? If worked on this for so long and can't make it to work. Any help would be really appreciated. Calendar does not necessarily need to look like a calendar, as long as the report lists all days of the month.
Thanks!
I've been looking at a lot of tips from other threads but just can't find the one I'm really looking for.
What I've built so far is this:
-a table with all employees listed
-a table that tracks an employee's vacation where they give a start date and how many days the vacation is.
Now I want to build a calendar that list the people gone underneath a given day.
What I'm struggling with is that I can only group the calendar by start date. If they are gone for multiple days I can't somehow list them under the day after using only one entry that gives the range.
If it's confusing here's how it would work:
User enters in vacation that starts 1/23/2006 for 4 days (will end on 1/26/2006) for employee named Karl.
Then User enters in vacation that starts on 1/24/2006 for 2 days (end on 1/25/2006) for emplyee called Susan.
I want the calendar to show the whole month of january. Then under 1/23/2006 Karl's name should show, Under 1/24/2006, both names should show etc.
Is this possible? If worked on this for so long and can't make it to work. Any help would be really appreciated. Calendar does not necessarily need to look like a calendar, as long as the report lists all days of the month.
Thanks!