G
Guest
I am trying to figure out how to determine the beginning and end of sequences
of events. I have a field (Report_Date) in my table, and I want to identify
all of the sequences of dates; something like the following. I've tried a
variety of techniques, but just cannot seem to wrap my hands around this one.
Report_Date
5/1/04
5/2/04
5/3/04
5/5/04
5/7/04
5/8/04
5/9/04
Output would look like
Start_Date End_Date
5/1/04 5/3/04
5/5/04 5/5/04
5/7/04 5/9/04
of events. I have a field (Report_Date) in my table, and I want to identify
all of the sequences of dates; something like the following. I've tried a
variety of techniques, but just cannot seem to wrap my hands around this one.
Report_Date
5/1/04
5/2/04
5/3/04
5/5/04
5/7/04
5/8/04
5/9/04
Output would look like
Start_Date End_Date
5/1/04 5/3/04
5/5/04 5/5/04
5/7/04 5/9/04