I have a query that pulls from 3 tables, tblNames (Name & Supervisor Name) tblPayroll (start & end times) and tblSchedule (scheduled Start & End times).
In the query there is a date range criteria in the date field. The various calculations in the query work fine except it returns 2 records for each date. So for the week of 1/8-1/14 it will have 2-1/8 2-1/9 etc.
There are no multiple records in any of the tables. Any idea what could be causing this? When I link the dates in the query it will only return 1/8's data.
In the query there is a date range criteria in the date field. The various calculations in the query work fine except it returns 2 records for each date. So for the week of 1/8-1/14 it will have 2-1/8 2-1/9 etc.
There are no multiple records in any of the tables. Any idea what could be causing this? When I link the dates in the query it will only return 1/8's data.