In a relational database of two tables: legal concepts & cases, there is a many-to-many relationship. One legal concept (right against self incrimination, for example) may be related to many cases, and one case maybe related to many legal concepts.
In InfoQube I have created two "grids" (tables), one for Legal Concepts (with no fields) and one for Cases with several fields (case name, citation, date, jurisdiction, court, and judge). What makes InfoQube wonderful is how easily records within a database can be easily manipulated in an outline metaphor. But somehow I need to be able to relate multiple cases to one Legal Concept and its progeny (siblings and siblings of siblings, etc)
Any ideas would be appreciated
Mitchell Kastner
732 873-9555
Comments
select Item as CaseConcept1 from [Legal Concepts]
(I'm assuming you grid is named "Legal Concepts", replace 1 by 2, 3, etc for each field