A
April
Seems like this should be simple but I just plain can't find a way to do it.
Does anybody know how I can count the number of times that the word "BLANK"
appears in a table? The table has over 100 fields with long field names and
I sure don't want to write some If statement for every single one of them.
I tried using the cross-tab query wizard but it seems that only counts ONE
field, not all the fields in the row.
If the wizards in access can't do this, is there some way I can write a bit
of Visual basic that will cycle through each field in each record and add to
a counter? I can't find a way to indicate row and field in visual basic.
Arrays are not my thing.
thanks in advance for any assistance you can provide.
Does anybody know how I can count the number of times that the word "BLANK"
appears in a table? The table has over 100 fields with long field names and
I sure don't want to write some If statement for every single one of them.
I tried using the cross-tab query wizard but it seems that only counts ONE
field, not all the fields in the row.
If the wizards in access can't do this, is there some way I can write a bit
of Visual basic that will cycle through each field in each record and add to
a counter? I can't find a way to indicate row and field in visual basic.
Arrays are not my thing.
thanks in advance for any assistance you can provide.