Hello!
I have a database where:
- Participants (companies; tblParticipant) can submit a file/application (tblFile)
- One file can have multiple companies and one company can apply for multiple files
- Companies are represented by one or more representatives (tblParticipantRepresentative)
This is a screenshot of the relevant relationship:
What I want now is to show a form with all files. For each file, the corresponding participants (companies) should be visible and for each participant the corresponding representatives should be visible or easily accessible.
Files, participants and representatives should be easily created/updated/deleted.
Now I'm having troubles:
- I don't know what the best way is to represent this on a form
- I don't know how I should deal with the junction tables
I've attached the database as well. I appreciate any help I can get.
dbTenders.zip