Need
Completed # left to complete Document Creation # completed # left to complete Forms Creation # completed # left to complete Reviews Completed # completed # left to complete Packages Completed # completed # left to complete Mailing # completed # left to complete Invoices # completed # left to complete Signatures # completed
Basically, Each cell in the middle column is a field in my table(without the spaces). And all of these fields are Date fields. I need to count the number of records for each field that are null(this would be the # left to complete), and I need to count the number of records that are not null(this would be the # completed).
How would I go about setting this up?
Any help would be greatly appreciated!