J
jay
--------------------------------------------------------------------------------
I am using this code to change a text box into a combo box with VBA Code.
txtBox.ControlType = acComboBox
when I run it it says "to set this property, open the form in design view"
....which defeats the purpose of doing it in VBA.
any thoughts???
I am using this code to change a text box into a combo box with VBA Code.
txtBox.ControlType = acComboBox
when I run it it says "to set this property, open the form in design view"
....which defeats the purpose of doing it in VBA.
any thoughts???