G
Guest
I have a table with 150 fields in it. I need to quickly produce a count, by
field name, of the number of records where each field is null or blank. Then
I need to list the fields with their counts.
So, if there are a thousand records, the list might look like:
Field 1: 500
Field 2: 3
Field 3: 0
Field 4: 226 and so on.
I am struggling with finding a query structure. Any suggestions? Is this
problem better solved by using code rather than a query?
field name, of the number of records where each field is null or blank. Then
I need to list the fields with their counts.
So, if there are a thousand records, the list might look like:
Field 1: 500
Field 2: 3
Field 3: 0
Field 4: 226 and so on.
I am struggling with finding a query structure. Any suggestions? Is this
problem better solved by using code rather than a query?