How could I make the options of my combobox a variable.
I want its values to depend on a certain field in my database.
for ex. If I have a table test and it has a field number.
Everytime I insert a value on my field it will be included in the options in my combobox.
so if i insert 1 into may table test. my combobox will have an option 1.
I wonder how to do it :|