Dear all,
I have been building my first ever database which is basically a case tracking database to be used by court monitors. It's a redesign of the "Issues" database. The "Contact Details" form in this database has the option to see the "Assigned Issues" sub form, which I remodelled so it shows the cases the Judges/Prosecutors/Defendants/Monitors (basically four different versions of the original "Contact Details" for) have been assigned to. This is working fine if only one Judge/Prosecutor/Defendant would be assigned per case.
The problem I am facing is that the original database did not foresee the possibility of having more than one individual working on an issue, whereas the cases in this database of course feature multiple judges and prosecutors and defendants. In the case table I have used a structure where you can pick Judge1, Judge2, Judge3, Defendant1, Defendant2 per case, all linked to their own tables. In the form however, I don't want to use separate tabs for the Judge1, Judge2, Judge3 input; when a Judge's "Contact Details" form, "Assigned Issues" tab is opened, it should show all cases assigned to this judge, regardless of whether the entry is in the cases table's Judge1, Judge2, or Judge3 field. I however cannot link the Master Field "ID" to the multiple Child Fields "Judge1, Judge2, Judge3," etc, and the only work-around I can think of is to create a different tab for each Child Field. See a screenshot of the Issues DB attached for illustration. Anyone knows a work-around for this? Thanks!