Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

Export to Excel Master and Details Tables

$
0
0
I have an app the utilizes two tables: Family and Individual. These 2 tables are linked using the "FamilyID" field.

  • Master table - Family
    • FamilyID
    • FamilyLastName
    • Address

  • Details Table - Individual
    • IndividualID
    • FamilyID
    • FirstName
    • LastName
    • PhoneNo
    • Email

Is there a way to export the Master and Details tables in the same file? Essentially this is what the end-user would like to do:

  • In the Family table, search for "Smith"
  • The results display all Families that have the last name "Smith" along with how many family members are in each Family
  • Click on "Export" and Export all Families along with each Individual within each Family.


I also have another app where 1 table serves as its own Master and Details table. They each display different information and have different events but are using the same table in SQL. Would this make it easier or harder to export?

Viewing all articles
Browse latest Browse all 2586

Trending Articles