calendar control on form

lamha

Registered User.
Local time
Today, 14:25
Joined
Jun 21, 2000
Messages
76
I have a calendar control on the main form. What I would like it to do is when I click a date on the calendar, the date should go into the text box Workday in the subform. Does anyone khow how to do this? I would appreciate any help.
 
On Click Event of the calendar
Subformname!textbox.value=Calender1.value
 
Thanks, but there is no Click event for the calendar. I try your command in AfterUpdate instead, but it didn't work.
 
Put the above code on the OnClick event of a command button on the form.
 
I use Calendar Control 8.0. How can I make it work? Is there other Calendar control that is easier to use?
 

Users who are viewing this thread

Back
Top Bottom