In order to use the 'Between' criteria in a query, I had to change the long format of a date field into a short one in order to capture the last day of the query with
Input Date: CDate(Format([EB_Query_Two]![DATE ENTERED],"Short Date")) This comes from a very helpfull post in this forum...
It works well up to the point that I have to omit the zero "0" for the Jan to Sept months in order for the query to work. If I put the zero, I get no results.
The format is MM/DD/YY... example.. we would usually enter 06/30/2004 for June 30th 2004 but I have to enter 6/30/2004 for the query to work..
Any idea ?
Thanks
Input Date: CDate(Format([EB_Query_Two]![DATE ENTERED],"Short Date")) This comes from a very helpfull post in this forum...
It works well up to the point that I have to omit the zero "0" for the Jan to Sept months in order for the query to work. If I put the zero, I get no results.
The format is MM/DD/YY... example.. we would usually enter 06/30/2004 for June 30th 2004 but I have to enter 6/30/2004 for the query to work..
Any idea ?
Thanks