jcarroll01
Registered User.
- Local time
- Today, 12:17
- Joined
- Feb 10, 2010
- Messages
- 13
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 might I be doing wrong?
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 might I be doing wrong?