L lamha Registered User. Local time Today, 17:04 Joined Jun 21, 2000 Messages 76 Jun 24, 2000 #1 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.
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.
D Databyte New member Local time Today, 17:04 Joined Jun 24, 2000 Messages 9 Jun 25, 2000 #2 On Click Event of the calendar Subformname!textbox.value=Calender1.value
L lamha Registered User. Local time Today, 17:04 Joined Jun 21, 2000 Messages 76 Jun 26, 2000 #3 Thanks, but there is no Click event for the calendar. I try your command in AfterUpdate instead, but it didn't work.
Thanks, but there is no Click event for the calendar. I try your command in AfterUpdate instead, but it didn't work.
K KevinM Registered User. Local time Today, 17:04 Joined Jun 15, 2000 Messages 719 Jun 26, 2000 #4 Put the above code on the OnClick event of a command button on the form.
L lamha Registered User. Local time Today, 17:04 Joined Jun 21, 2000 Messages 76 Jun 26, 2000 #5 I use Calendar Control 8.0. How can I make it work? Is there other Calendar control that is easier to use?
I use Calendar Control 8.0. How can I make it work? Is there other Calendar control that is easier to use?