N Newguy28 Registered User. Local time Today, 05:07 Joined Sep 27, 2005 Messages 25 Nov 3, 2005 #1 Hi, When you choose a value from a combo box to be displayed in another text box, how do you make the value disappear from the combo box??
Hi, When you choose a value from a combo box to be displayed in another text box, how do you make the value disappear from the combo box??
supercharge Registered User. Local time Yesterday, 21:07 Joined Jun 10, 2005 Messages 215 Nov 3, 2005 #2 Use Combobox.RemoveItem after selected
RuralGuy AWF VIP Local time Yesterday, 22:07 Joined Jul 2, 2005 Messages 13,825 Nov 3, 2005 #3 How are you placing the data in the TextBox? If it is in the AfterUpdate event of the ComboBox then finish the event with Me.ComboBoxName.UnDo. Using your ComboBoxName of course.
How are you placing the data in the TextBox? If it is in the AfterUpdate event of the ComboBox then finish the event with Me.ComboBoxName.UnDo. Using your ComboBoxName of course.