S
sumi
I've an Access form with a fixed number of combo boxes,
which are part of a control array. I use this control
array to trap the events like 'KeyDown' and 'Click'. I
want to add more combo boxes dymanically to the form when
the user clicks "New" button in the form. Is it possible
to add controls to a control array dynamically?? How's
this done??
which are part of a control array. I use this control
array to trap the events like 'KeyDown' and 'Click'. I
want to add more combo boxes dymanically to the form when
the user clicks "New" button in the form. Is it possible
to add controls to a control array dynamically?? How's
this done??