I am running a database that has multiple tables, but that are tied together by a unique number. I am wanting the abililty to export all the information that is tied to this unique number. The main table is where I would want to give the user the ability to export by selecting an entry. So a user could select a entry (main_tbl) then select the export button and the ASP script would look at all the other tables and grab all the other data that has the same unique number. Some tables have multiple entries for the same unique number.
Table Breakdown
All the tables contain related information
main_tbl
first_tbl
second_tbl
third_tbl
Thanks,
Nick