I'm having a problem with combox's, I created a form with 2 combo box a Table combo box and a Column combo box.
I loaded the Table combo box with my database table names.
When I select a Tablename from the combo box I want to load the second combo box,
The Column combo box with the column names of the table that was selected.
It works great only problem is that I have to submit the form to itself to load the Column combo box and the Table combo box reloads showing the first tablename instead of the original tablename selected.


