Filling Comboboxes
Hello,
I'm trying to fill my comboboxes depending on the results in a previos combobox.
Let me explane :
I have a combobox(first combobox) that fills itself with a table of a sql database. Lets say the database name is 'money'. I can choose between 'Dutch money' and 'Foreign Money'. Depending of the choice I make in combobox1, combobox2 is filled with either a table from my sql database called 'DutchMoney' or a table called 'ForeignMoney'.
Can anyone help me out with this problem?
Great thnx !
|