T
Tracy
Dates are stored in my SQL table as a TEXT field in the
YYYYMMDD format. I needed to add months, so I converted
the dates to MM/DD/YYYY in a query and added the months
using the DateSerial command. This query's results are
the input to another query that uses the BETWEEN date
comparison on the calculated MM/DD/YYYY fields but the
results are all wrong. The second query should only
produce a recordset with dates between 06/01/2004 and
06/30/2004. I have records in the result set with
06/15/1999 as the date from my BETWEEN comparison. Any
suggestions would be greatly appreciated!!!
YYYYMMDD format. I needed to add months, so I converted
the dates to MM/DD/YYYY in a query and added the months
using the DateSerial command. This query's results are
the input to another query that uses the BETWEEN date
comparison on the calculated MM/DD/YYYY fields but the
results are all wrong. The second query should only
produce a recordset with dates between 06/01/2004 and
06/30/2004. I have records in the result set with
06/15/1999 as the date from my BETWEEN comparison. Any
suggestions would be greatly appreciated!!!