H
Hal
I have a report (data based on a query) that is grouped on the following:
Date, Vehicle# and Trip#. No headers or footers
When I print the report it may look like this:
Date: Vehicle #: Trip#:
1/3/05 2 566
467
378
1/5/05 467
1/6/05 1 345
2 455
1/7/05 1 788
234
Data is:
Date: 1-to-M Vehicle#,
Vehicle#: 1-to-M Trip#
Trip#: Detail
I would like it to print the vehicle # for each new date all on one line.
Currently it skips the vehicle# if it is the same # as the previous date.
( see 1/5/05)
I would like to have it on the same line. I don't like the "stepped" report
look.
Is there any way to do this?
TIA Hal
Date, Vehicle# and Trip#. No headers or footers
When I print the report it may look like this:
Date: Vehicle #: Trip#:
1/3/05 2 566
467
378
1/5/05 467
1/6/05 1 345
2 455
1/7/05 1 788
234
Data is:
Date: 1-to-M Vehicle#,
Vehicle#: 1-to-M Trip#
Trip#: Detail
I would like it to print the vehicle # for each new date all on one line.
Currently it skips the vehicle# if it is the same # as the previous date.
( see 1/5/05)
I would like to have it on the same line. I don't like the "stepped" report
look.
Is there any way to do this?
TIA Hal