I'm trying to write an automated query to extract records based on a range for a combination date/time field. For example I need all records whose Date/Time field is between 12:00 AM and 11:59 PM on Date() - 30. I've tried writing this with between statements, but I cannot retrieve all the data.