Can you add text to a calendar on a form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to use the calendar tool on a form. I want to place names in each
area so we can tell who is on vacation each day. Is this posible ? if not
any sugestion?
PrimePixie
 
I don't believe that you can, although there may be third party calendar
controls around that do support it.

In terms of another way of doing it, I've actually just done pretty much
exactly that in a .Net application. Basically by initially grabbing the
date range required, setting up a temp table with each of the days as
fields, then looping through the relevant vacations, adding records for each
person involved, and marking the contents of the fields corresponding to
their holidays for each one. Not very high tech, but it's actually ended up
looking pretty good.
 
Back
Top