I have a query that returns the following with each row representing a different date in 2008:
Is it possible in the query to condense the rows like so:
Thanks for any help.
Code:
Facility Year Jan Feb Mar Apr
Dare County 2008 Pass * * *
Dare County 2008 * * * Pass
Dare County 2008 * Pass * *
Dare County 2008 * * Fail *
Is it possible in the query to condense the rows like so:
Code:
Facility Year Jan Feb Mar Apr
Dare County 2008 Pass Pass Fail Pass
Thanks for any help.