Is there a method to display a hierarchical view of records?
For instance, in a table of items, I may have a field for name and sub_item_of link to another item.
name___________ sub_item_of_______
car
wheel car
rim ...
You are correct, I am attempting to implement a many-to-many relationship. This is exactly what I needed. Thank you!
This brings up additional questions related to having relationships across more than three tables and other functionality available...