I have a form that the user is required to check for each identified defect they identify.
If the box is checked = there is a defect
If not no defect found.
What I want is to filter out all identified defects from the table (there are 23 possible checkboxes to tick and multiple defects can be found) and identify them in a query so that I can produce a report of all the faults.
I also need a method to identify that each defect has been repaired and therefore doesnt get pulled out in the report again.
If the box is checked = there is a defect
If not no defect found.
What I want is to filter out all identified defects from the table (there are 23 possible checkboxes to tick and multiple defects can be found) and identify them in a query so that I can produce a report of all the faults.
I also need a method to identify that each defect has been repaired and therefore doesnt get pulled out in the report again.

