I have a query where I need to know the number of particular “Open” and “Overdue” records based on Date fields. The field “CloseDate” is being measured against the “DueDate”. I don’t need to know the number of records where the “CloseDate” is completed. I do however need to know the number of records that do not have an assigned “Close Date” that is [DueDate]for the OVERDUE category.
I can return all the records when I set the Query Total field to “GroupBy”, however, I need to number of records, not the actual records themselves. When I set the Total field to “Count” I get a long drawn out expression error.
Here is the acutal criteria I am setting:
Is Null AND <=[DueDate]
I am using the Is Null to only look for not completed fields.
Thanks for the assistance.