I have two many to many relationships between three tables. These tables are named Clients, Operators, and Platforms. I have two junction tables; JctClientOperator and JctOperatorPlatform. I am able to establish the relationships but I am not sure how to create a form with the functionality that I need. Please reference the attached image for my relationship diagram.
The first form I need to create will be named ClientDetails. This form needs to allow the end user to not only input the client details but also select one or more operators that are associated with this client.
The next form will be named OperatorDetails. As before this form needs to allow data input, but also the ability to select multiple clients as well as multiple platforms. If a client is inputed that is not present in the database, dialog will lead the EU to create a new client before returning to complete the new operator.
Lastly (for now) I need to create a form named PlatformDetails. This form also needs the functionality to input platform details. It also needs to allow the EU to select multiple Operators.
I appreciate any help that is able to be provided. I have also attached a zipped copy of what I have developed so far and would love additional advice/comment on what I have created so far.
Database Download: Inspection System.zip