Hi dear all!
I would like to have a centralized management model via access of clearances that are listed on Excel, in order to better control their updates. The data are in a double-entry Excel table as below:

The database that I want to edit, will allow you to select in a form via the name and surname of a person, the type(s) of clearances (s) that he has and to enter his (their) expiry date(s).
Before digging into the queries I would like to set the cardinality and the relationship based on these rules below:
1-A person has one or more clearances
2-A clearance can be owned by one or more persons
3-a person can have several clearances which belong to a category.
4-Each category can include one or several clearances
5-There are several categories
6- Also: a person can have one or more categories
7-Similarly, a category can be owned by one or more people.
8-We must be able to update the database because:
o The list of authorization types and/or authorization categories can be updated to add new ones.
o New people can be added or old people deleted with the corresponding information (company, entity, personnel number, etc)
For the functionality of the database once the relation are setteled, one should take into account this:
• I would like to add three other modifications to the initial tabel ie the database:o Change one: There is an “clearance category” , which has a Family/Sub-Family relationship with the “clearance type”. I would therefore like to have a field (or a table) which will record the different Categories (or Families of queries. After the choice of the person, this category will be selected, before selecting the type of associated clearance (Sub-family) to enter its expiry date
o Modification two: rather than having an end of validity date for the type of authorization, I would like to add the date of issue of this type of authorization and its end of validity date which will be a calculated field (date of issue + Year), X = 5 years typically or configurable depending on clearance.
o Modification Three: I want to add the authorization card number of each person in a field or a table. This number is specific to each person who has clerance, and hase to be entered in numerical format [XXXX/XXXX] i.e. - Order No./Year, for example No. 0800/2023.
• I would then like to make requests:o To highlight expired clearance:
§ Either by Enterprise
§ Or by entity
§ Either per person
o Be able to highlight the clearances that will expire in a certain period of time (either in number of days, or months or years)
o If possible, be able to make statistics on, for example, the percentage of clearance expired and/or not expired
I thought about these two relations ships below; which one is correct with respect to what I stated above ?


many thanks in advance for your replies