Is there a way to change a Combo Box to a text box using code?

crucial_gear

Registered User.
Local time
Today, 14:26
Joined
Dec 11, 2002
Messages
13
I would like to have a combo box available for the user to select a value. Once the user has made a selection and exits the Combo Box I would like the combo box to change to a text box and display the value they selected from when it was a combo box.


Can this be done using code on the OnExit event?

Thanks for any help
 
I don't think so, but you could create both the combobox and the textbox one over the other and use the visible property to show only one of them at a time.
I'm wondering why you need to do that?
 

Users who are viewing this thread

Back
Top Bottom