Here is the scenario:
Database (that I inherited), is for QA purposes.. Fields-> Employee Name, Score1, Score2, Score3, Score4, etc..
What I am needing to do is write a query, that gives a separate record for the employee where any of the scores are a "2". I could write a union query but there...