G
George Chen
Parent table fields:
ProteinTableID ProteinTableName Trait1 Trait2
Child table fields:
Protein MeanAmount Protein TableID
There are approximately 1000 records in each child table.
There are approximately 20 child tables.
ProteinTable is a list of the 20 child tables.
I want to be able to identify child tables by trait and then receive an
output of all 1000 records in each child table that has been identified.
I can do it with a single child table, but when I try to do it over multiple
child tables there is no output.
Could somebody tell me what I am doing wrong and/or if there is a better way
to design the database to make it work better?
I am a novice.
Thanks,
George
ProteinTableID ProteinTableName Trait1 Trait2
Child table fields:
Protein MeanAmount Protein TableID
There are approximately 1000 records in each child table.
There are approximately 20 child tables.
ProteinTable is a list of the 20 child tables.
I want to be able to identify child tables by trait and then receive an
output of all 1000 records in each child table that has been identified.
I can do it with a single child table, but when I try to do it over multiple
child tables there is no output.
Could somebody tell me what I am doing wrong and/or if there is a better way
to design the database to make it work better?
I am a novice.
Thanks,
George