Hello,

I want to display two dropdown menus. The first will contain all tables in the database. The second will contain the common key that connects all tables.
Now, if i give "mydb.dbsql = * " ,it selects all the tables but it displays all the datas in that table. But i want to display the records in the selected table for the commonKey selected.
select * from the <tableselected> where <condition = commonkey selected>

Any help is highly appreciated.