J
jdgretz
I need to create a report that looks something like this in the detail
section for each customer. Report will be grouped by customer or CustID.
Customer Name Additional Data Some More Data <----- will always be 1
line
Book1 Book2 Book3 Book4 Book5
Book6 Book7 Book8 Book9 Book10
:
:
:
Booklast <----- can be any number of lines
The variable list comes from a linked table and is the many in a one-to-many
relationship. Having the list print down in a single column is not
desirable. The number of items for each customer is not known.
Can this be done with a SQL statement within the report or will it need to
be written in VB?
I'm sure there is something simple that I'm simply overlooking.
Thanks,
John
section for each customer. Report will be grouped by customer or CustID.
Customer Name Additional Data Some More Data <----- will always be 1
line
Book1 Book2 Book3 Book4 Book5
Book6 Book7 Book8 Book9 Book10
:
:
:
Booklast <----- can be any number of lines
The variable list comes from a linked table and is the many in a one-to-many
relationship. Having the list print down in a single column is not
desirable. The number of items for each customer is not known.
Can this be done with a SQL statement within the report or will it need to
be written in VB?
I'm sure there is something simple that I'm simply overlooking.
Thanks,
John