jazminecat
Programmer
Hi - I need to create a report which will color code dates and display in a calendar format, a year per page. This is so our HR manager can see at a glance a single employee's sick, vacation, and other time off over the course of a year. all dates are to be displayed, and the dates the employee is off will be, for example, red for a sick day, and blue for a vacation day. The source for the data is going to be a simple table with EmployeeID as FK to Employee Table, DateOffID as PK, and DateOffType to indicate sick, vacation, leave without pay, suspension, etc. Can anyone point me in the right direction?
Thanks!!
Thanks!!