• Thanks for the reply Jack,

    I am looking for the actual number of fields that are not Null in every table in a database.

    For example, I will need to find the number of Columns times the number of Rows in a table, that will give me the total number of all fields in a table. Then I need to subtract the number of Null fields.

    I would need to do this for each table.

    Thanks,

    Wes