johanoverbeeke
Programmer
Hi there!
1.
I have a table Persons and a table Relations (relation e.g. "parent of", "partner of", "client of",...).
From Persons goes a relation One-To-Many to Relations and from Relation goes a Many-To-One back to Persons.
As soon as you create these relations, Acces creates on the diagram a copy of Persons with the name Persons-1, so there is no circle in the diagram.
If I want a form where on the left you see Person X and on the right the Person(s) related to Person X, I cannot "see" the table Persons-1, so I cannot add the records/fields of Persons-1???
How to make this form?
2.
If you have the record "Parent of" in Relations, should I add also another record "Child of", or should I capture this in the programming, bc with the "Parent of"-relation, all the information is already in the tables...
What is "good" DB-design in this?
Thx!
Johan.
1.
I have a table Persons and a table Relations (relation e.g. "parent of", "partner of", "client of",...).
From Persons goes a relation One-To-Many to Relations and from Relation goes a Many-To-One back to Persons.
As soon as you create these relations, Acces creates on the diagram a copy of Persons with the name Persons-1, so there is no circle in the diagram.
If I want a form where on the left you see Person X and on the right the Person(s) related to Person X, I cannot "see" the table Persons-1, so I cannot add the records/fields of Persons-1???
How to make this form?
2.
If you have the record "Parent of" in Relations, should I add also another record "Child of", or should I capture this in the programming, bc with the "Parent of"-relation, all the information is already in the tables...
What is "good" DB-design in this?
Thx!
Johan.