K
karl.berger
I have a table of items that are bilaterally connected to one or more
of each other. For example, Item A may connect with Item B and Item F.
Item B may connect with Item H in addition to the connection it
already has with Item A. So I have a table with fields: Item_Name and
Item_Description. How do I create a table that relates the records
within the Item table?
Later I will want to create a report that shows all the connections
among the Items. For the above example it should produce a report with
these lines:
1. Item A - Item B
2. Item A - Item F
3. Item B - Item A
4. Item B - Item H
5. Item F - Item A
I am using MS Access 2003.
Thanks
of each other. For example, Item A may connect with Item B and Item F.
Item B may connect with Item H in addition to the connection it
already has with Item A. So I have a table with fields: Item_Name and
Item_Description. How do I create a table that relates the records
within the Item table?
Later I will want to create a report that shows all the connections
among the Items. For the above example it should produce a report with
these lines:
1. Item A - Item B
2. Item A - Item F
3. Item B - Item A
4. Item B - Item H
5. Item F - Item A
I am using MS Access 2003.
Thanks