Multiple ID links in one object

Hi to everyone ! I'll try to explain my task and problem in the clearest way.

I am creating a project tracker query app, so i have a list of querys to be managed. For each query (my item) i want it to be visible the list of childs and parents of that query. My problem concerns linking one query with multiple parents and childs in the database, and viceversa there are parents that are linked to more than one query. Is there a way to create this web of connections ? I understand all theory of linking multiple tables on IDs, but my problem is that I don't have a one-to-one connection.

Thanks to anyone who can provide informations and/or help

Solved Solved
1 4 96
1 ACCEPTED SOLUTION

4 REPLIES 4

So, you have many-to-many basically?

yes sir 

thanks !

Top Labels in this Space