Is there a function or formula for selecting records where the date (Entered_Date) is previous day? I have daily reports that can only be run at 4am and need to show previous days totals (like Orders Entered, Invoiced, Shipped). I know about the MonthToDate, WeekToDate, those will work if used in the weekly, monthly reports being run at 4am the day following the end of the period. Would it be current day - 1?