Hi ! I want something like
record A : link-B
record B :
record C : link-B, link-A
record D : link-C, link-B
with a row that shows which records link to it. then the row would be =
record A : recordC
record B : recordA, recordC, recordD
record C : rec...