This is just an example, which could be for any time - or is it just that you want 7:00? You might want to look at the DateAdd function. I hesitate to elaborate given that uncertainty, plus you're not saying if this is for a query criteria field, form control, report control or what. Nor can I tell if "date" is to be the current date or some date you wish to input.Between date-1 at 07:00 am and date at 07:00am
This is just an example, which could be for any time - or is it just that you want 7:00? You might want to look at the DateAdd function. I hesitate to elaborate given that uncertainty, plus you're not saying if this is for a query criteria field, form control, report control or what. Nor can I tell if "date" is to be the current date or some date you wish to input.
try Between (Date-1 + #07:00#) AND (Date + #07:00#) I'm thinking the DateAdd function is not really required in this case. This should work if your Regional Settings is the same as mine for date/time (mm/dd/yyyy hh:mm:ss)