F
Fred
Sorry to ask again but its really urgent..
I have some combobox with a few fields (The values listed are not from a
table, i just wrote them) previously added and one of them is
called "Add new park".. i'm trying to create a code that when this option is
chosen opens a inputbox so the user can fill it with the new field he wants
to add..
i imagine it starts with..
private Sub Combo_Exit (Cancel as Integer)
dim i as double
if Combo.text = "Add new park" then
msgbox "Sure you want to add?"
i = inputbox ("Write new park name", "Park", "")
...............
i cant figure the next code on this routine.. to add it to the item list of
the combobox
Can you help me please...
Thanks
I have some combobox with a few fields (The values listed are not from a
table, i just wrote them) previously added and one of them is
called "Add new park".. i'm trying to create a code that when this option is
chosen opens a inputbox so the user can fill it with the new field he wants
to add..
i imagine it starts with..
private Sub Combo_Exit (Cancel as Integer)
dim i as double
if Combo.text = "Add new park" then
msgbox "Sure you want to add?"
i = inputbox ("Write new park name", "Park", "")
...............
i cant figure the next code on this routine.. to add it to the item list of
the combobox
Can you help me please...
Thanks