Hi,
I'm trying to find a count of events in my table that occur in the last 90 days.
This is the formula I'm using, but the value being returned is the count of the entire set of occurrences.
Last90: DCount("[LastOfEXCEPTION_CODE]","TardySelect","[DATE] between Date() and Date()-90")
What...