Active X Calendar Control

message from Fawke101 on 14 May 2004
Hi, there,

Access 2000
I have several different date fields in my database that require a calendar
popup to choose a date.
I have designed a form with the relevant calendar control that populates the
field OnClose.

Rather than create identicle calendar forms for the other date fields can I
somehow refer to the field that calls my calendar popup - when i close the
calendar form populating its referring field.

This would be great as it would save me creating a calandar form for Every
date field in the database.

Hope you can help
 
MikeB replied to Fawke101 on 14 May 2004
I have an example AC2000 DB at http://www.byerley.net/AccessCalDemo.zip . The calendar is on its own
form and therefore the single calendar can be used on many forms in your app.. There is example code
showing how to implement it on each type of form including datasheet view and subforms.
 
Tony Toews replied to Fawke101 on 14 May 2004
Use a line of code to call a function which in turn opens up the
calendar form or API call

See the Calendar Tips page at my website
http://www.granite.ab.ca/access/calendars.htm

Tony
 

Archived message: Active X Calendar Control (Microsoft Access)