E
Edward Rothwell
I am trying to change a combobox to a textbox in VBA on form in design
mode.
I have a number of controls on the form
cntrl1
cntrl2
cntrl3
My question is how do I select the control before applying the change.
Private Sub MyChangeControlType()
'What goes here before calling the following??
RunCommand acCmdChangeToTextBox
End Sub
mode.
I have a number of controls on the form
cntrl1
cntrl2
cntrl3
My question is how do I select the control before applying the change.
Private Sub MyChangeControlType()
'What goes here before calling the following??
RunCommand acCmdChangeToTextBox
End Sub