J
Jim Shaw
BlankIs there a way to morph a control's type while the form is open in Form
View?
I know I can morph a control by modifying the controltype property in design
view, but I'm in a subform that has just entered in to new record mode and I
want to morph a text box into a combo box for the add and back to a text box
after the new record add.
I figure the requirement to close the form, reopen it in design view, make
the change and return to form view will get messy when executing the
morphing code in the form's code module. Seems to me the morphing code
needs to be external to the subject form.
I understand I can overlay two controls (text box and combo box) and flip
their visibility, but I think morphing would be a cleaner way to handle
this.
Thanks for your consideration of this question.
-Jim Shaw
View?
I know I can morph a control by modifying the controltype property in design
view, but I'm in a subform that has just entered in to new record mode and I
want to morph a text box into a combo box for the add and back to a text box
after the new record add.
I figure the requirement to close the form, reopen it in design view, make
the change and return to form view will get messy when executing the
morphing code in the form's code module. Seems to me the morphing code
needs to be external to the subject form.
I understand I can overlay two controls (text box and combo box) and flip
their visibility, but I think morphing would be a cleaner way to handle
this.
Thanks for your consideration of this question.
-Jim Shaw