Hi
If i have a monthcalender control on my form and i grab a recordset that includes dates, how can i get the dates to show on the month calender.
Basically, just on a mobile phone, when you have a calender and you make a reminder, it highlights that date through a bold font.
I am trying to achieve the same effect.
I tried doing the following but it wouldn't work?
Code:MonthCalendar1.DataBindings.Add("Date", ds.Tables(0), "Dated")




Reply With Quote