L
lynda
I amke making a vacation planner. I have a tblVacation
with fields: VcationID(primary Key), Employee, DateStart,
dateEnd. Now the problem is to display employee vacation
plan in a format of calendar. It is very similar to a
schedule, column headings is calendar, and row is
employee, row values are displayed by line, it should look
likes this:
Aug 2003
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19...
John -------------------
Lynda ----------
Maureen --------------
I hope that the columns headings is actually a calendar,
when the month changes, the row and row values are changed
also. Cam anyone help me on this? Your help will be
greatly appreciated! Thanks!
Best Regards
Lynda
with fields: VcationID(primary Key), Employee, DateStart,
dateEnd. Now the problem is to display employee vacation
plan in a format of calendar. It is very similar to a
schedule, column headings is calendar, and row is
employee, row values are displayed by line, it should look
likes this:
Aug 2003
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19...
John -------------------
Lynda ----------
Maureen --------------
I hope that the columns headings is actually a calendar,
when the month changes, the row and row values are changed
also. Cam anyone help me on this? Your help will be
greatly appreciated! Thanks!
Best Regards
Lynda