S
steven
We tender projects and use a database to record all
project details including subcontractor details.
Currently, the subcontractor table is linked to the
project table. We use a cbo to search the contractor table
and display all details about the contractor and the
project they are working on. The problem is when a
subcontractor may have won several projects. In the Cbo,
the subcontractor appears multiple times depending on the
number of projects which they have won; as each time the
name appears, it is linked to a specific project.
Grateful advice how to remove this duplication, so that a
subcontractor appears only once in the cbo and when a
subcontractor is selected, all projects connected to that
subcontractor are filtered and displayed - hope this makes
sense and thanks.
project details including subcontractor details.
Currently, the subcontractor table is linked to the
project table. We use a cbo to search the contractor table
and display all details about the contractor and the
project they are working on. The problem is when a
subcontractor may have won several projects. In the Cbo,
the subcontractor appears multiple times depending on the
number of projects which they have won; as each time the
name appears, it is linked to a specific project.
Grateful advice how to remove this duplication, so that a
subcontractor appears only once in the cbo and when a
subcontractor is selected, all projects connected to that
subcontractor are filtered and displayed - hope this makes
sense and thanks.