Parent table has a type indicator field(There are 5
possible values "1", "2"..."5" (note: indicator field is part of primary key)
Value "1" is for Child_table_personal (has comment Field)
Value "2" is for Child_table_commercial (has comment Field)
Value "3" - "5" ignore these
Parent table has 50 records
Child_table_personal has 20 records
Child_table_commercial has 30 records
=======================================
is the a way to create for me to create a query that will bring back all 50 record to display comment field?
Comment field are located in child tables.
possible values "1", "2"..."5" (note: indicator field is part of primary key)
Value "1" is for Child_table_personal (has comment Field)
Value "2" is for Child_table_commercial (has comment Field)
Value "3" - "5" ignore these
Parent table has 50 records
Child_table_personal has 20 records
Child_table_commercial has 30 records
=======================================
is the a way to create for me to create a query that will bring back all 50 record to display comment field?
Comment field are located in child tables.