employee vacation

  • Thread starter joanna joanna via AccessMonster.com
  • Start date
J

joanna joanna via AccessMonster.com

Hi all! I'm very new here and I hope someone can help me. I need to create a
database to track employee vacation. First I need to create a form with a
calendar for easier input (pick day or range of days of absence) and then
create a report that will look like this:
June
We. Tue. Fr. Sat. ...
1 2 3 4 ....
john x x
mary x
liza x x ....

Has anyone ever built something similar to help me?
 
D

dweich

joanna said:
Hi all! I'm very new here and I hope someone can help me. I need t
create a
database to track employee vacation. First I need to create a form wit
a
calendar for easier input (pick day or range of days of absence) an
then
create a report that will look like this:
June
We. Tue. Fr. Sat. ...
1 2 3 4 ....
john x x
mary x
liza x x ....

Has anyone ever built something similar to help me?

You can find the report that you want at:

http://www.scheduletech.com/reportvacbyweek.htm

VacationScheduler(tm) is built around a database. It tracks vacatio
days scheduled as well as days remaining. Requests are input b
clicking on a calendar.

You can have the software create a schedule, by seniority, afte
entering all requests. You can also enter the requests directly int
the vacation calendar on a first-come, first-served basis
 
Top