B
bicyclops
I have a query that selects all employees who have punched-in by selecting
criteria for the column ClockOutTime as (Is Null). This was easy.
Now I'm trying to create criteria that would select all the other employees
in the Employee table. Basically it would mean anyone whose most recent entry
in the table included both a ClockInTime and ClockOutTime.
I'm having trouble figuring out what criteria this would be.
Thanks in advance.
criteria for the column ClockOutTime as (Is Null). This was easy.
Now I'm trying to create criteria that would select all the other employees
in the Employee table. Basically it would mean anyone whose most recent entry
in the table included both a ClockInTime and ClockOutTime.
I'm having trouble figuring out what criteria this would be.
Thanks in advance.