drosenkranz
Programmer
Hello,
I need to set some relationships in a 3 tiered relation between several free tables. All of the records have unique integer identifiers in each of the tables. I'm not clear on exactly how to:
1) Set the relationships up and...
2) Can they be used to perform cascading updates and deletions to their respective "child" records too.
1st level is the table "PSForms" with a unique identifier "PSFormsID".
2nd level is the table HHMems with a field named "PSFormsID" to relate to the parent and another field named "HHMemsIS" which identifies each household member on the form.
The HHMems table is also the parent for the third tier of tables - the "HHIncs" (HouseHold Incomes) table and the "HHRes" (HouseHold Resources) table. Both of these tables contain a "PSFormsID" and "HHMemsID" field which relates them back to the household members table.
1) How do I set up 3 tiered table relationships?
2) Can these relationships between free tables be used to perform cascading Updates and Deletions within these relationships?
Thanks For Your Time,
Dave
The 2nd mouse gets the cheese.
I need to set some relationships in a 3 tiered relation between several free tables. All of the records have unique integer identifiers in each of the tables. I'm not clear on exactly how to:
1) Set the relationships up and...
2) Can they be used to perform cascading updates and deletions to their respective "child" records too.
1st level is the table "PSForms" with a unique identifier "PSFormsID".
2nd level is the table HHMems with a field named "PSFormsID" to relate to the parent and another field named "HHMemsIS" which identifies each household member on the form.
The HHMems table is also the parent for the third tier of tables - the "HHIncs" (HouseHold Incomes) table and the "HHRes" (HouseHold Resources) table. Both of these tables contain a "PSFormsID" and "HHMemsID" field which relates them back to the household members table.
1) How do I set up 3 tiered table relationships?
2) Can these relationships between free tables be used to perform cascading Updates and Deletions within these relationships?
Thanks For Your Time,
Dave
The 2nd mouse gets the cheese.