spentmiles
Programmer
I am attempting to design a report that pulls yesterday's data from the db. Part of the selection criteria is select all records where the date field is equal to (CurrentDate - 1). This makes the reports run unacceptably slow. Does anyone know a better way to select yesterday's data? BTW: The date field is indexed.