I have a form with a subform.
The subform is quite a small area - and cannot be made any bigger
The subform has a date control on it.
I want to use the Active X Calendar control to select a date that will then be entered into this control.
I have the code side of thing sorted OK except when the calendar
pops up you can only see a small part of it - this is because it is on the sub-form which is in effect a small window in the main form.
What I really need is to get the calendar to pop up on the main form but then I can't set the data control source to the sub-form as the only controls that appear in the selection list are those on the main form
Is there any way to get round this??
The subform is quite a small area - and cannot be made any bigger
The subform has a date control on it.
I want to use the Active X Calendar control to select a date that will then be entered into this control.
I have the code side of thing sorted OK except when the calendar
pops up you can only see a small part of it - this is because it is on the sub-form which is in effect a small window in the main form.
What I really need is to get the calendar to pop up on the main form but then I can't set the data control source to the sub-form as the only controls that appear in the selection list are those on the main form
Is there any way to get round this??