I am attempting to first calculate the number of days between a date and todays which I have accomplished: TimeElapsed: DateDiff("d",[DtDiscovered],Date()).
I then need to count the number of records that have a calculated number of days (TimeElapsed) above as follows in one query:
between 1-10, between 11-20, 21-30, 30-60, and over 60.
How can I accomplish this?
I then need to count the number of records that have a calculated number of days (TimeElapsed) above as follows in one query:
between 1-10, between 11-20, 21-30, 30-60, and over 60.
How can I accomplish this?
Comment