T
Tim Boyden
Hi All,
I have a table "tblTravelStats" with three fields: Passengers(double),
Origination(text), Destination(text)
I built a query that SUMs the number of Passengers and groups the
results by the Origination and Destination fields. However the results
show row pairs due to a separate result for the outbound and return
trips.For example I get results for New York to Chicago and Chicago to
New York. The Passenger total is not always the same for the two
pairs.
Is there a way to combine the 2 rows so I get a total of all trips
between New York and Chicago?
Thanks,
Tim Boyden
I have a table "tblTravelStats" with three fields: Passengers(double),
Origination(text), Destination(text)
I built a query that SUMs the number of Passengers and groups the
results by the Origination and Destination fields. However the results
show row pairs due to a separate result for the outbound and return
trips.For example I get results for New York to Chicago and Chicago to
New York. The Passenger total is not always the same for the two
pairs.
Is there a way to combine the 2 rows so I get a total of all trips
between New York and Chicago?
Thanks,
Tim Boyden