D
DubboPete
Hi all
I have scoured the newsgroup's past postings for an answer, but to no avail.
I have a form "Form1" with text boxes "Text0" and "Text 2"
When the form opens, so does a form "Calendar" with Calendar Control
"Calendar3"
[yes, we are in development mode, and I hope to apply it to the relevant
form when someone helps me work it out!]
I want to populate Form1.Text0 with the date that is clicked on the
Calendar3 control.
The calendar control only has the following events.
On Updated
On Enter
On Exit
On Got Focus
On Lost Focus
and not an AfterUpdate event
Could some kind soul please tell me where to put the code, and what exactly
the code should be?
TIA
DubboPete
I have scoured the newsgroup's past postings for an answer, but to no avail.
I have a form "Form1" with text boxes "Text0" and "Text 2"
When the form opens, so does a form "Calendar" with Calendar Control
"Calendar3"
[yes, we are in development mode, and I hope to apply it to the relevant
form when someone helps me work it out!]
I want to populate Form1.Text0 with the date that is clicked on the
Calendar3 control.
The calendar control only has the following events.
On Updated
On Enter
On Exit
On Got Focus
On Lost Focus
and not an AfterUpdate event
Could some kind soul please tell me where to put the code, and what exactly
the code should be?
TIA
DubboPete