Using Access 2000
I have a small pop-up form, called frmCalendar. On it is an ActiveX control called MyCal (this is the built-in Microsoft Access calendar control).
It is opened from another form called frmAttendance.
What I want to have happen is that selecting a date in the control MyCal closes frmCalendar.
Ultimately, of course, I want the date clicked on to be fed back into a text box called txtMeetingDate in frmAttendance.
Now, I can get all of that to happen by manually closing frmCalendar...but I want that to happen automatically upon selecting a date in MyCal.
Thanks.
Tom
I have a small pop-up form, called frmCalendar. On it is an ActiveX control called MyCal (this is the built-in Microsoft Access calendar control).
It is opened from another form called frmAttendance.
What I want to have happen is that selecting a date in the control MyCal closes frmCalendar.
Ultimately, of course, I want the date clicked on to be fed back into a text box called txtMeetingDate in frmAttendance.
Now, I can get all of that to happen by manually closing frmCalendar...but I want that to happen automatically upon selecting a date in MyCal.
Thanks.
Tom