G Guest Sep 17, 2007 #1 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!
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 Sep 17, 2007 #2 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.
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 Sep 18, 2007 #5 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#.
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#.