I have a database containing absence information for employees. The table has a number of fields including employee_num, FromDate, ToDate. there are usually a number of records per employee.
I want to set up a query to pick out an employees records that overlap: i.e. the fromdate of one record is before the todate of another. I want the query to do this for all employees.
Can this be done with a query or do I have to start looping with VBA?
any help would be much appreciated
I want to set up a query to pick out an employees records that overlap: i.e. the fromdate of one record is before the todate of another. I want the query to do this for all employees.
Can this be done with a query or do I have to start looping with VBA?
any help would be much appreciated