C
Chrisso
Hi there,
I have just been given a poorly designed database with over 100,000
records in one table. This table has a lot of fields and it seems that
apart from the first seven the rest do not hold too much data.
I would like to create a query that tells me how many records actually
have data in each field. I am having troouble doing this.
My pseudo-code is:
for each field in the table
count the number of Null fields
report
Any ideas wil be gratefully accepted.
Chrisso
I have just been given a poorly designed database with over 100,000
records in one table. This table has a lot of fields and it seems that
apart from the first seven the rest do not hold too much data.
I would like to create a query that tells me how many records actually
have data in each field. I am having troouble doing this.
My pseudo-code is:
for each field in the table
count the number of Null fields
report
Any ideas wil be gratefully accepted.
Chrisso