Selecting records within a date range

K

Kristibaer

What would be the proper expression to display records only between a
specific date range? <#12/31/2006# Or >#1/1/2008# in the criteria field isn't
filtering the data.
 
J

Jerry Whittle

Between #12/31/2006# and #1/1/2008#

That should return any records including those dates; however if the January
1, 2008 date also has any time stored in it, those records won't show.
Something like below will work:

Between #12/31/2006# and #1/1/2008# + .99999
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top