I always get an error message"You tried to execute a query that does not include the specified expression as part of an aggregate function."
Expr1:
IIf([Expiry Date]=Date(),"Due today","Not Yet Due")
also I want to count all the Due Date. What is the correct expression for this.
Hope someone can help. Thank you