MS Access criteria filter problem

C

cs

I am using the criteria <=#9/14/2007# in one of the columns and it's not
pulling up all the entries older that 9/14/07???? Please help!
 
D

Douglas J. Steele

Does your date field also have time in it (likely because the Now() function
was used to populate it)?

If so, use <= #9/15/2007# instead.
 
D

Douglas J. Steele

I didn't say anything about the criteria using time. I asked whether the
data field on which you're filtering includes time.

If it does, then any entries during the day of 14 Sept, 2007 will not show
up, as it will be greater than #9/14/2007#.
 
Top