Hi,
I'm working on a DB that will log vacation and other time off for employees.
In my table I have a 'Start Date' and 'End Date' columns for the time off periods. I then have a form, that the user can select the start/end dates using the calendar control.
Now I need to construct a report (and a DAP later) that will looks something like this.
Employees Not working on:
10/18/05
Joe Smith
Jan Dow
10/19
Joe Smith
10/20/05
Joe Smith
the problem I'm running into is, because my table only stores the Start and End date, I'm not sure how to create a report that would list every date inbetween, like above.
I really don't want to have to enter each day manually into the database that an employee wants off, just enter a date span would be much eaiser.
Anyone have an idea how to accomplish this?
Thanks
Chris.
I'm working on a DB that will log vacation and other time off for employees.
In my table I have a 'Start Date' and 'End Date' columns for the time off periods. I then have a form, that the user can select the start/end dates using the calendar control.
Now I need to construct a report (and a DAP later) that will looks something like this.
Employees Not working on:
10/18/05
Joe Smith
Jan Dow
10/19
Joe Smith
10/20/05
Joe Smith
the problem I'm running into is, because my table only stores the Start and End date, I'm not sure how to create a report that would list every date inbetween, like above.
I really don't want to have to enter each day manually into the database that an employee wants off, just enter a date span would be much eaiser.
Anyone have an idea how to accomplish this?
Thanks
Chris.