VivekVishwanat2
6 years agoQrew Cadet
Relationship between A-B-C
Hi All,
I have a relationship A-B-C, where A is Master table and B is detail table.(one to many relationship); In the same way I have B-C relationship.
A table has 'n' associated records in B, and B has 'n' associated records in C.
Can I get list of A's associated B records, in C Table's form?
TableA TableB TableC
A1 B1 C1
B1 C2
B2 C3
B2 C4
A2 B3 C5
Form of C1 should show a table listing B1,B2,B3,B4 as they are associated to same 'A1'.
I have a relationship A-B-C, where A is Master table and B is detail table.(one to many relationship); In the same way I have B-C relationship.
A table has 'n' associated records in B, and B has 'n' associated records in C.
Can I get list of A's associated B records, in C Table's form?
TableA TableB TableC
A1 B1 C1
B1 C2
B2 C3
B2 C4
A2 B3 C5
Form of C1 should show a table listing B1,B2,B3,B4 as they are associated to same 'A1'.