Not Between #23:00# And #07:00#
Code:between '22:00' and '07:00'
You have to Format the field too using the Format() function. Remember that the Format property is only for display purposes, it maintains the actual data.
Format([ArriveDate],"Short Time")
Then use one of the criteria provided by JBB or myself.
How can Between A and B work, when B<A ?
I've got your sample db open and it works for me.
Welcome to the forum.
You can use the following criteria;
Counter intuitively you need to use the Not condition, otherwise you will get values between 07:00 and 23:00 hrs.Code:Not Between #23:00# And #07:00#
Positive. See attached image.are you sure? all arrivetime entries fall between 18:01 and 07:59 hours?
could you send my a copy of your version?
That's actually a way to do it. You can use JBB's or switch the criteria round in the current one.Just noticed this!!!
lol