I
Ixtreme
I have an Access 2000 database with a 7 tables, each containing a 20
to 30 fields. I use this database to automatically import ~ delimited
data. The purpose of the database is to check if the data is ready to
be imported by some other software program. Basically it is used to do
some data analysis to determine the quality of the files. Some of
these fields are required (may not be empty).
What I would like is to create some kind of report displaying per
table all fields that have ampty fields / values.
Table 1
Field 1 is empty: 20 records
Field 2 is empty: no empty records
Field 3 is empty: 4 records
Table 2
Field1 is empty: 24 records
FieldName 2 is empty: 4 records
etc
to 30 fields. I use this database to automatically import ~ delimited
data. The purpose of the database is to check if the data is ready to
be imported by some other software program. Basically it is used to do
some data analysis to determine the quality of the files. Some of
these fields are required (may not be empty).
What I would like is to create some kind of report displaying per
table all fields that have ampty fields / values.
Table 1
Field 1 is empty: 20 records
Field 2 is empty: no empty records
Field 3 is empty: 4 records
Table 2
Field1 is empty: 24 records
FieldName 2 is empty: 4 records
etc