D
Dave C
I have a form that contains a calendar control (9.0) and a subform that shows
records based on the date selected on the calendar.
My problem is getting the subform to "automatically" update when a new date
is selected on the calendar control. It works fine by putting the code into
the Lost Focus property, but this means that the user has to loose the focus
before the updated records are shown on the subform. What I want to achieve
is the records updating as soon as a new date is selected on the calendar.
The calendar control event properties do not to seem to allow for this as
I've put the code in every one without achieving the desired result.
Any help would be gratefully received.
Thanks ... Dave
records based on the date selected on the calendar.
My problem is getting the subform to "automatically" update when a new date
is selected on the calendar control. It works fine by putting the code into
the Lost Focus property, but this means that the user has to loose the focus
before the updated records are shown on the subform. What I want to achieve
is the records updating as soon as a new date is selected on the calendar.
The calendar control event properties do not to seem to allow for this as
I've put the code in every one without achieving the desired result.
Any help would be gratefully received.
Thanks ... Dave