Skip to main content

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 : recordD

record D :


is it possible?

please, somebody could help?


I am not sure what you are asking. Could you describe it in terms of tables? Please list a simplified version of your tables and their columns and then describe how you want them linked.


Table 1

Name

Address

Phone


Table 2

Item

Color

Price


How are you wanting to combine your 2 tables?


Reply