J
Jeff via AccessMonster.com
I have a query which generates a list of records.
Each record has about 50 fields and it is important that all these fields
are populated.
I am looking for a quick way to calculate the percentage of completion for
all records.
This will tell me at a glance how complete my recordset is.
I was thinking of adding a test field for each field of the query that is
equal to 0 or 1 depending on whether it is complete or not, then add all
these values per record.Then sum all these values and compare against the
product of number of fields per record x count of records.
This would work but is very time consuming to create and not easy to maintain
if I change the number of fields...etc
Any better idea?
Jeff
Each record has about 50 fields and it is important that all these fields
are populated.
I am looking for a quick way to calculate the percentage of completion for
all records.
This will tell me at a glance how complete my recordset is.
I was thinking of adding a test field for each field of the query that is
equal to 0 or 1 depending on whether it is complete or not, then add all
these values per record.Then sum all these values and compare against the
product of number of fields per record x count of records.
This would work but is very time consuming to create and not easy to maintain
if I change the number of fields...etc
Any better idea?
Jeff