Hi, I am having problem to generate reports in calendar look. I am currently working on a database containing all the vacation information for all staff. Vacations are stored as (Employee),(VacationStart),(VacationEnd). I would like to generate a report that organize the information as a calendar, such as:
It is possible to generate a report similar to this in microsoft access? Thx!
--llam
Code:
January February March
Wk1 Wk2 Wk3 Wk4 Wk1 Wk2 Wk3 Wk4 Wk1 Wk2 Wk3 ...
(Employee1) ======= ===
(Employee2) === ===========
...
It is possible to generate a report similar to this in microsoft access? Thx!
--llam