Hi
I have a small problem about a calendar use.
I need to mark some weekdays to be holidays and I need to do that for the whole year at the time.
I' using MS ACCESS 2002 and the calendar-component 10.0
jukka
Printable View
Hi
I have a small problem about a calendar use.
I need to mark some weekdays to be holidays and I need to do that for the whole year at the time.
I' using MS ACCESS 2002 and the calendar-component 10.0
jukka
1) How do you plan to mark them?Quote:
I need to mark some weekdays to be holidays
2) What is you criteria for selecting those 'some weekdays'?
You could create a table for holding all the holidays and then when you present the calendar you can do a date range query on the holiday table. Mark any dates returned on your calendar. Then plan to take those days off :D
Wish I could do that ... lolQuote:
Then plan to take those days off :D
HiQuote:
Originally Posted by koolsid
Actually it might be enough if I could chance the font colour for those days so that user could just see not to select them.
I'd also need to process fridays differently than other weekdays but that can I do in the code too (maybe a radio button to select).
jukka
PS I could use some other calendar componet too if there is any "free" available.