you can use like this
add a mode parameter @Mode and pass values like Gymnast,Coach
and make filter like
..
WHERE (@Mode!='Gymnast' OR isGymnast=1)
AND (@Mode !='coach' OR isCoach=1)
see
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/