G
Guest
I'm having problems putting criteria using a date/time field in a Query. The
field is just date time fomat so values are output like
06/09/2005 14:24:50
I want to add a simple criteria to say >= a date e.g
I tried >= #01/09/2005#
but the Query just doesn't run. So I tried adding the time
Access just got rid of the time data and still no success.
The Query simply doesn't run, I get no error message.
A colleague has suggested
but why is it happening and why this workaround is necessary. is there a
better
way?
I'm using Access 2000 (9.0.6929 SP-3) on a Windows XP SP-1 Dell PC.
Matt
field is just date time fomat so values are output like
06/09/2005 14:24:50
I want to add a simple criteria to say >= a date e.g
I tried >= #01/09/2005#
but the Query just doesn't run. So I tried adding the time
=#01/09/2005 00:00:00#
Access just got rid of the time data and still no success.
The Query simply doesn't run, I get no error message.
A colleague has suggested
=DateSerial(2005,9,5) And <DateSerial(2005,10,2)
but why is it happening and why this workaround is necessary. is there a
better
way?
I'm using Access 2000 (9.0.6929 SP-3) on a Windows XP SP-1 Dell PC.
Matt