MonthView with Access Database
Good day guys,
I am creating a small system that neds to record who has paid each week, and show this data up on the Calander (MonthView).
I'm completely new to MonthView so any help is appreciated.
Also, it needs to operate from a Yes/No in the database :cool:
Anyway help greatly appreciated, Thanks in advance,
Rudi
Re: MonthView with Access Database
When you say "MonthView" is it something that you plan to develop yourself or you're referring to MonthView control that's available in VB?
Re: MonthView with Access Database
Quote:
Originally Posted by RhinoBull
When you say "MonthView" is it something that you plan to develop yourself or you're referring to MonthView control that's available in VB?
The MonthView Control in VB
1 Attachment(s)
Re: MonthView with Access Database
MonthView control is only for selecting dates and doesn't allow any writing "external data" to it so you'll need to develop your own calendar to display data from database.
Attached is a sample project that demostrates how to layout calendar (was done awhile ago as a sample to answer someone's question).