Hi again,
I have a main form, subform 1, and subform 2 all nested within each other. Subform 2 being the grandchild. I have a date field in subform 2 that I would like to fill out using the calendar control. Instead of having to make another calendar control within subform 2, I would like this field refer to the calendar control I have in subform 1. I tried using Me.Parent!ocxCalendar.visible = true, but that doesn't work. I keep getting errors when I click MouseDown. Is there any way of doing this?
I have a main form, subform 1, and subform 2 all nested within each other. Subform 2 being the grandchild. I have a date field in subform 2 that I would like to fill out using the calendar control. Instead of having to make another calendar control within subform 2, I would like this field refer to the calendar control I have in subform 1. I tried using Me.Parent!ocxCalendar.visible = true, but that doesn't work. I keep getting errors when I click MouseDown. Is there any way of doing this?