C
Craig
In a query,m I have selected four fields plus the id field from a table of
50.
Each of the records are marked with an X or not.
ID 2000 2002 2004 2006 Count ?
1 x x x 3
2 x x 2
3 x x 2
4 x x x x 4
How can I count the number of fields that are notnull accross the four
columns?
I am looking at 600,000 records
THanks
Craig
50.
Each of the records are marked with an X or not.
ID 2000 2002 2004 2006 Count ?
1 x x x 3
2 x x 2
3 x x 2
4 x x x x 4
How can I count the number of fields that are notnull accross the four
columns?
I am looking at 600,000 records
THanks
Craig