DotNetGnat
Programmer
hello all,
let me try to explain what i am doing. I have two linked drop downs...the first dropdown has all the table names in my database and the once a table name is selected the second dropdown get populated with the column names related to that table...OK i did that part without any problem...
But i want to collect all these selected items and show them first in a list box and then in a text area...
In list box i want to show something like...
table1.column1
table1.column2
table2.column1
and so on as the user makes selection from the drop downs...it should be kinda interactive...
and in the text area...i want something like a sql query building...
SELECT table1.column1, table1.column2, table2.column1...
and so on...
How do i make all these form fields interact...
thanks for suggestions...
-DNG
let me try to explain what i am doing. I have two linked drop downs...the first dropdown has all the table names in my database and the once a table name is selected the second dropdown get populated with the column names related to that table...OK i did that part without any problem...
But i want to collect all these selected items and show them first in a list box and then in a text area...
In list box i want to show something like...
table1.column1
table1.column2
table2.column1
and so on as the user makes selection from the drop downs...it should be kinda interactive...
and in the text area...i want something like a sql query building...
SELECT table1.column1, table1.column2, table2.column1...
and so on...
How do i make all these form fields interact...
thanks for suggestions...
-DNG