BETWEEN DateAdd("h",-1,Date())+TimeSerial(0,0,0)) AND
DateAdd("h",1,Date()+TimeSerial(0,0,0))
I just found the above code and the person who wrote it said,
"That should return all records where the time stamp is between 11PM on the previous day and 1AM on the current day."
Not what I need...