C
Chris
This actually stemmed from anther post I created.
But, I have two combo boxes. ComboBox1 is populated by a list of Systems
(DataSet from Oracle Query).
Now, I want to take Combobox2, and when the data is changed on Combox1, I
want to populate data depending on the selection in Combox1.
So, ComboBox1 lists "OracleDB123". I want ComboBox2 to list all accounts on
that system. That information is stored in say the Accounts
table(AccountName).
But, I have two combo boxes. ComboBox1 is populated by a list of Systems
(DataSet from Oracle Query).
Now, I want to take Combobox2, and when the data is changed on Combox1, I
want to populate data depending on the selection in Combox1.
So, ComboBox1 lists "OracleDB123". I want ComboBox2 to list all accounts on
that system. That information is stored in say the Accounts
table(AccountName).