Of course this does not work. You are telling it to find all records less
than a date AND greater than the same date. That would never happen. A
record can't be less than January 1st and greater than January 1st.
Why not use...
Between [Enter start date] and [Enter stop date].
Hi Rick
Hi
Thanks for get back to me. What I mean is that I have one criteria >[Enter
date] and another criteria for another query <[Enter Date], they are for a
different query, and I did tried the criteria that you suggested, but it just
didn't work. I think the problem is that it has the time at the end of the
date, eg 29/8/2005 12:20:30 PM. I did try all criteria, even cut short the
time to have it show date only ie 29/8/2005 and apply the criteria >[enter
date].
Thanks
> Of course this does not work. You are telling it to find all records less
> than a date AND greater than the same date. That would never happen. A
[quoted text clipped - 20 lines]
> > Thanks
> > Hong