I have a calendar, that stores events, so you can access days and look at what is due to occur on those days. The only thing I dont have is that the calendar wont get the current date from the computer and then highlight that day in the calendar.
As i understand you - you can use Form's Load event to set calendar value to Date(), which returns today date
Signature
Alex Dybenko (MVP) http://Alex.Dybenko.com http://www.PointLtd.com
>I have a calendar, that stores events, so you can access > days and look at what is due to occur on those days. The [quoted text clipped - 5 lines] > > Rich