count Criteria in query total - Microsoft Community
I create a total query with group by for Full name field and Count for Working datefield and Expression for a new field that count the working hours (Sum (DateDiff ("n", [Check In], [Check Out])60) so it listed how many days have been worked each worker with total working hours, but what I need is to put criteria in the working date field . . .
more
|