georgesOne
Technical User
Dear Experts,
I have a table with following structure
Incident TrackStart Date
A 1/15/07 1/15/07
B 1/15/07 1/18/07
C 1/15/07 1/22/07
Now I want to create a query, which tells me how many days passed since the last incident:
Incident TrackStart Date DaysSinceLastIncident
A 1/15/07 1/15/07 0
B 1/15/07 1/18/07 3
C 1/15/07 1/22/07 4
Thanks for any suggestion.
Georges
I have a table with following structure
Incident TrackStart Date
A 1/15/07 1/15/07
B 1/15/07 1/18/07
C 1/15/07 1/22/07
Now I want to create a query, which tells me how many days passed since the last incident:
Incident TrackStart Date DaysSinceLastIncident
A 1/15/07 1/15/07 0
B 1/15/07 1/18/07 3
C 1/15/07 1/22/07 4
Thanks for any suggestion.
Georges