Hallo, i'm building a database with different tables. The main table is tbl_Organisation linked to tbl_Person. An Organisation can have 0 person or more persons, but a person has to be in one organisation. After inserting data in the database I realized that there are persons without organisation. This should be impossible because they are created through the organisation form. I don't know exactly what kind of relation would be the most appropriated in this case, to prevent this kind of things to happen. Does someone have a suggestion?