I'm trying to use relationships to link more than two tables.
Using referencial intrgerity I can connect two tables so that by clicking a small + I can open one inside the other for the various entries.
But I would like to add more so that when I click the + it opens tow or more lines below with the corrosping values entries in the other tables.
All tables have a unique number and Name field as options for Primary Key. In my successful linking of two I've used name as primary and entered number in the linked tables first time I open it for each entry.
Is what I'm trying even possible. The two table I've linked sofar have the same number of entries of number and name fields, but the ones I'm hoping to link will only have content of certain fields in their tables are filled in.
I'm basically hoping to make it so that I can see the values lsited in other tables for the same entry inside the first table...
help...if possible
Using referencial intrgerity I can connect two tables so that by clicking a small + I can open one inside the other for the various entries.
But I would like to add more so that when I click the + it opens tow or more lines below with the corrosping values entries in the other tables.
All tables have a unique number and Name field as options for Primary Key. In my successful linking of two I've used name as primary and entered number in the linked tables first time I open it for each entry.
Is what I'm trying even possible. The two table I've linked sofar have the same number of entries of number and name fields, but the ones I'm hoping to link will only have content of certain fields in their tables are filled in.
I'm basically hoping to make it so that I can see the values lsited in other tables for the same entry inside the first table...
help...if possible
Comment