D
Design by Sue
This is for a cab company that needs to generate tickets for each leg of a
trip, ie. Point A to B, Point B to C, Point C to D and then Point D to A. I
would like to keep track of this in one table. The entire trip is assigned a
trip number. The address for each point is a separate record. There is an
autonumber field which keeps all records in the correct order. Putting it
another way: There may be many trips each day, but each trip can be
recognized by its trip number and the auto number indicates the order of the
stops, except the last which would be the return to the original location.
Now, I can do a simple query to get a trip with each of its stops, A, B, C,
D. Is there any way to use this query to create a report that shows:
Location one to Location two, Location two to Location three, Location three
to Location one. I need to use the same field twice on the report.
Hope I've expressed that so some one of you experts can understand and
answer. (and I do mean experts - you have all been a great help to me in the
endeavor to learn Access!)
trip, ie. Point A to B, Point B to C, Point C to D and then Point D to A. I
would like to keep track of this in one table. The entire trip is assigned a
trip number. The address for each point is a separate record. There is an
autonumber field which keeps all records in the correct order. Putting it
another way: There may be many trips each day, but each trip can be
recognized by its trip number and the auto number indicates the order of the
stops, except the last which would be the return to the original location.
Now, I can do a simple query to get a trip with each of its stops, A, B, C,
D. Is there any way to use this query to create a report that shows:
Location one to Location two, Location two to Location three, Location three
to Location one. I need to use the same field twice on the report.
Hope I've expressed that so some one of you experts can understand and
answer. (and I do mean experts - you have all been a great help to me in the
endeavor to learn Access!)