vacation planner

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
 
S

saustin

Hi Lynda,
Am working on a similar application right now and am at the
entry portion of vacation program. Am trying to replicate a package we
saw where the user can enter pending (future) vacations into a
calendar object. Have you seen any control like that where the user
can select more than one day at a time ?
Most calendar controls allow you to select only one day.
Will be getting to the report portion of this project soon and
will be happy to share the calendar report with you.

Steve.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top