I have a database that I am displaying through Frontpage. The database contains several tables that have the exact same format but contain different information. I want to be able to have a dropdown list that I can select a table from and then have that table displayed(on that page or on a new page) when I click on the Select button. I know I can do it by having a seperate .asp page for each table but I would like to be able to modify the SQL query for each table. Any help would be appreciated.