hi
I want to add new tables when clicking on each value of the current table in running program and run a new query for that, i should mention that my program should have this capbility that by clicking on each value run different query.for example:
column1 column2 column3
--------------------------------------------------------------------
value1 value2 value3
by clicking value1, my program should show a new table under current table which runs with query1, also by clicking value2 another table runs with data gets from query2 and so on
thanks for your helps