Thanks for the advice...One thing though. I was doing what you said, I had time1, time2, time3, and time4. They all look at my time field in my table. For each i have their specific criteria...
time1- time>4:00:00 PM and time<7:00:00 PM
time2- time>7:00:00 PM or time<6:00:00 AM (and doesnt seem to work for this one, but thats a diff. prob. Or works fine in my other query)
time3- time>6:00:00 AM and time<9:00:00 AM
time4- time>9:00:00 AM and time<4:00:00 PM
ok...this works when I have just time1 and its criteria in. However, put time2, time3, and time4 in with their criteria, and no records are found by the query. I think, "well, no time satisfies all 4 of those"...obviously, but is the query really checking all 4 criterium...just to test I change time2 to from time>7:00 PMto time>6:00 PM, and remove time3 and time4. So anytime from 6:00 PM to 7:00 PM should work, like i thought, all records in that span show.
How can I make the query work so it doesnt check the criteria for every field?
I hope everyone understands what I mean. Thanks for everything.