I have a report that returns a list of vendors and the product codes that they supply. Since the detail section is 1 field, I would like for it to print 3-5 products on the same line, rather than row after row. It's making the report many pages more than it has to be.
Here's how the report shows up now:
ABC Trucking Co. (Address) (City) etc..................
45678
23456
12345
I would like for it to come out like this:
ABC Trucking Co. (Address) (City) etc..................
45678 23456 12345
How do you tell Access to repeat fields on the same row when there are multiple records returned from the query?
As always, thank you in advance.
Here's how the report shows up now:
ABC Trucking Co. (Address) (City) etc..................
45678
23456
12345
I would like for it to come out like this:
ABC Trucking Co. (Address) (City) etc..................
45678 23456 12345
How do you tell Access to repeat fields on the same row when there are multiple records returned from the query?
As always, thank you in advance.