I need to run a query that finds all login dates (dd/mm/yyyy) and times (hh.mm) that occurred between 2am yesterday and 2am today. The login time in the database is formatted as mm-dd-yyyy hh.mm.ss.
I have tried multiple select and between queries that either return data on the wrong day or outside the time spans.
Based on the information that you provided, I can only give a generic example:
**EDIT**
Per a good suggestion from the comments, here is a reusable version: