Hello,
I have a set of data based on flight segments. I want to display it grouped by passenger and firstdepart date - but -the data is organized by segments.
Like :
Pass dep date origin destination Seq#
Bob Mould 1/1/2005 Seattle Chicago 1
Bob Mould 1/1/2005 Chicago Boston 2
Bob Mould 1/7/2005 Boston Chicago 3
Bob Mould 1/7/2005 Chicago Seattle 4
What I need to come up with is a way to accumulate segments - compare and print the 1st and last segment on one grouped line..
??
Many many thanks,
KSaab
I have a set of data based on flight segments. I want to display it grouped by passenger and firstdepart date - but -the data is organized by segments.
Like :
Pass dep date origin destination Seq#
Bob Mould 1/1/2005 Seattle Chicago 1
Bob Mould 1/1/2005 Chicago Boston 2
Bob Mould 1/7/2005 Boston Chicago 3
Bob Mould 1/7/2005 Chicago Seattle 4
What I need to come up with is a way to accumulate segments - compare and print the 1st and last segment on one grouped line..
??
Many many thanks,
KSaab