Walshie1987
Technical User
- Oct 5, 2006
- 100
I've got a db containing 12 linked speadsheets (Jan - Dec) and have then used a UNION ALL query to consolidate all od the data, and have then ran a further query (filtering specific dates) based on the UNION ALL Query.
But I am not getting the correct results. Even though the data in my linked tables is in date format, and the combo box im using is in the same, the query only seems the be looking at the first 2 digits of the date (DD)e.g looking for date range 01/01/2007 - 10/01/2007 and query is returning every date that starts with anything between 1 and 10, 02/03/2007, 06/11/2007 etc.
Cheers
But I am not getting the correct results. Even though the data in my linked tables is in date format, and the combo box im using is in the same, the query only seems the be looking at the first 2 digits of the date (DD)e.g looking for date range 01/01/2007 - 10/01/2007 and query is returning every date that starts with anything between 1 and 10, 02/03/2007, 06/11/2007 etc.
Cheers