I have 49 fields in my table numbered 1 to 49.
They each have a value in of 1 or 2.
A 1 is a pass and a 2 is a fail.
I want to be able to count up all the 1's in that row?
So here is a row:
1,2,1,2,2,2,2,1,1,1,2,1,2,1,2
I would want the value to return 7 as there are 7 1's and 8 2's
How do I do this please?