Dear all,
please see screenshot for table structure and a form view.
tblcases is a table with information about a case.
tblissues is a table with issues that can occur for each case.
tblissuelog is a table that links cases with issues.
A case can only have the same issue once, but one issue can be applicable to many cases.
One listbox will show issues that are applicable to the case, the other will show the issues that can still be selected. In other words, these two listboxes should be the exact opposite of eachother.
I figured that I can pull the issues that are applicable from tblissuelog.
The only problem that I have is that I have no idea how to show the issues that are still available. The caseid is of course a variable and changes as I go through the records.
Kind regards,
Hans B.
please see screenshot for table structure and a form view.
tblcases is a table with information about a case.
tblissues is a table with issues that can occur for each case.
tblissuelog is a table that links cases with issues.
A case can only have the same issue once, but one issue can be applicable to many cases.
One listbox will show issues that are applicable to the case, the other will show the issues that can still be selected. In other words, these two listboxes should be the exact opposite of eachother.
I figured that I can pull the issues that are applicable from tblissuelog.
The only problem that I have is that I have no idea how to show the issues that are still available. The caseid is of course a variable and changes as I go through the records.
Kind regards,
Hans B.