or dont get me on that took ages to get there, i needed from a badly organised database to calulate a field in a query based on the answer to 20+ questions, if one question returned No then the forumala I used all be it long winded was:
Expr1: (([A1] & [A2] & [A3] & [A4] & [A5] & [B1] & [B2] & [B3] & [B4] & [B5] & [B6] & [C1] & [C2] & [C3] & [C4] & [C5] & [C6] & [C7] & [C8] & [D1] & [D2] & [D3] & [D4]) Like "*No*")
This then returned either -1 or 0, thus I then ran a query on all -1 results thus showing me all the people who failed.
However Ive now been told it has to show this on a report, surely in a report as PASS or FAIL its a case of formatting the field, i may be wrong!