B
BobB
I need to create a simple report that draws data from two related tables.
I've gotten everything to work except:
I need to display the detail of one field horizontally instead of
vertically. For example: on a particular date I need to display the single
field's contents (maybe 10 records, maybe 25 records for the date) in a
horizontal array rather than a stacked vertical list. The the data consists
of a 6 digit number per record. On each date, the number of 6 digit numbers
may vary but should be displayed, for example, as a string of six digit
numbers 398422 398464 398522 ... The purpose is to take up less verical
space an example of the desired appearance follows:
Driver No. 001 Name Hester Jones
Wednesday, March 3, 2003 Orders
398422 398464
398522 398422 398464 398522 398422 398464 398522 398422 398464
398522 398422
398464 398522 398422 398464 398522 398422 398464 398522
398422 398464
398522 398422 398464 398522 398422 398464 398522
Thursday, March 4, 2003 Orders
398422 398464
398522 398422 398464 398522 398422 398464 398522 398422 398464
398522 398422
398464 398522 398422 398464 398522 398422 398464 398522
398422 398464
398522 398422 398464 398522 398422 398464 398522
The string of numbers represent the data in the records of the main table
TagID Field.
Any suggestions will be deeply appreciated.
By the way, I am just a beginner. Thanks for patients.
BobB
(e-mail address removed)
(e-mail address removed)
I've gotten everything to work except:
I need to display the detail of one field horizontally instead of
vertically. For example: on a particular date I need to display the single
field's contents (maybe 10 records, maybe 25 records for the date) in a
horizontal array rather than a stacked vertical list. The the data consists
of a 6 digit number per record. On each date, the number of 6 digit numbers
may vary but should be displayed, for example, as a string of six digit
numbers 398422 398464 398522 ... The purpose is to take up less verical
space an example of the desired appearance follows:
Driver No. 001 Name Hester Jones
Wednesday, March 3, 2003 Orders
398422 398464
398522 398422 398464 398522 398422 398464 398522 398422 398464
398522 398422
398464 398522 398422 398464 398522 398422 398464 398522
398422 398464
398522 398422 398464 398522 398422 398464 398522
Thursday, March 4, 2003 Orders
398422 398464
398522 398422 398464 398522 398422 398464 398522 398422 398464
398522 398422
398464 398522 398422 398464 398522 398422 398464 398522
398422 398464
398522 398422 398464 398522 398422 398464 398522
The string of numbers represent the data in the records of the main table
TagID Field.
Any suggestions will be deeply appreciated.
By the way, I am just a beginner. Thanks for patients.
BobB
(e-mail address removed)
(e-mail address removed)