I am creating a database in the web compatible format of Access.
I have two tables [Welds] and [Tests] ... Each test report contains around 6 welds which could pass or fail. I have done a look up in my [Tests] with a field name "passed" and a field named "failed" then selected from [Welds] which "Weld ID" has passed or failed in that particular test.
However I want to be able to then search by "weld ID" to see all the tests that have been done on that particular weld.
Does anyone know if this is possible and what route I should go down to do it?
Any suggestions would be greatly appreciated.