[AccessD] Building a calendar control class

Arthur Fuller fuller.artful at gmail.com
Mon Mar 16 10:01:12 CDT 2009


Great. Thanks.

On Mon, Mar 16, 2009 at 10:46 AM, John W Colby <jwcolby at gmail.com> wrote:

> I use a class to handle this.  There is a calendar control that comes
> with Access, or at least can be found.  It is then placed on a form and
> under normal (non-class) conditions the control's events are hooked
> right in the form.  I create a class to handle this but also to handle
> the interface between the calendar and the object needing the calendar.
> My objective was to pass in a reference to the control which you want
> the data placed into, i.e. the text box on the form.  The class then
> stores a pointer to this control, and when the user clicks on a date the
> selected date is placed into the object passed in.  I thought I had a
> demo on my site (back when my site was functional).  I will look and see
> if I still have the demo.
>
> John W. Colby
>



More information about the AccessD mailing list