making a form to edit the values of a combobox (how to)

S

skulmat

I am trying to create a combobox that value list will be able to be change
easy to use in an diffrent form, but i want in that form (the one used to
edit the combobox's) will have 3 diffrent combobox's to be edited there.
 
J

John Vinson

I am trying to create a combobox that value list will be able to be change
easy to use in an diffrent form, but i want in that form (the one used to
edit the combobox's) will have 3 diffrent combobox's to be edited there.

I'm sorry, I have no idea what you're trying to convey here. "will
have 3 different combo boxes to be edited" - I have no idea what you
mean.

Typically you would have a very simple form to edit the row source
table of a "lookup" combo box, and open this form in the NotInList
event of the combo. Is that what you have in mind?


John W. Vinson[MVP]
 
Top