ActiveX control on a continuous form

L

Lori

Is there any possible way to have an ActiveX control on a continuous form? I
am using Microsoft's Date Time Picker but want to use it for each date data
entry record on my form (which I need to display multiple records on).

Thanks
 
T

TC

Try this. Have a main form containing a subform control, and one
unbound calendar control. Code the Current event of the form within the
subform control, to set the calendar (in the main form) to the date of
the current record in the subform control. So the single calendar will
nicely track the current record in the subform control. As for data
entry, just have AfterUpdat of the (unbound) calendar control, write
the selected date value into the relevant control or field of the form
in the subform control.

As they say, the rest will be herstory!

HTH,
TC (MVP Access)
htp://tc2.atspace.com
 
Top