Here's the code:
SELECT qryAFED.System, qryAFED.Status FROM qryAFED
WHERE (((qryAFED.[Status])=Choose([optgrpStatus],"On Time",Over Due", "All")))
ORDER BY qryAFED.System;
The optgrpStatus is an Option Group with three buttons - On Time, Over De, and All.
When I press On Time, the query...