P
Pwyd
How could i programmatically count the number of fields which aren't null,
adjusting that count every time i change which record i'm looking at?
Could i count only whether some specific fields are null?
I was thinking of making a query that counted the records that met the
criteria, except that by including each new field, i'm narrowing rather than
enlarging the field of records it will include. Is there a way to make an
"or" without having to directly edit the sql of the query?
adjusting that count every time i change which record i'm looking at?
Could i count only whether some specific fields are null?
I was thinking of making a query that counted the records that met the
criteria, except that by including each new field, i'm narrowing rather than
enlarging the field of records it will include. Is there a way to make an
"or" without having to directly edit the sql of the query?