Quick edit, last part of last query, visible=0 not visible=N,
here:
Select ex.excid, ex.abbr, ex.numexclusion, exc.exccomboid
From Combinations exc
Join Exceptions Ex on Ex.excid=Exc.excid
Where exc.exccomboid in (select exccomboid from MasterC where visible=N)) N on...