Hello,
I have a sub form which contains test results: Test Date, Test Result, Module, etc ect.
on the main form I have a Radio frame with 3 options: "All tests, Passed, Failed"
I want to filter sub form based on the option selected. all tests will show all, passed will show those with a result >0.74 and failed <0.75
I based the sub form on a query and linked the criteria of the Test Result to a text box on the main form. VBA code passed "*", ">0.74", "<0.75" to the value of the text box based on the option selected...
That didn't work anywayz,
Any idea's?
Many thanks,
I have a sub form which contains test results: Test Date, Test Result, Module, etc ect.
on the main form I have a Radio frame with 3 options: "All tests, Passed, Failed"
I want to filter sub form based on the option selected. all tests will show all, passed will show those with a result >0.74 and failed <0.75
I based the sub form on a query and linked the criteria of the Test Result to a text box on the main form. VBA code passed "*", ">0.74", "<0.75" to the value of the text box based on the option selected...
That didn't work anywayz,
Any idea's?
Many thanks,