Reports Column listing in Detail Section

S

Source

I have a list of customers and a list of filters for each
customer. Each customer may have 20-25 filters. If they
repeat on each line that is 20-25 lines per customer.
It's a waste of space. I want to list the filters in
columns within the detail area (say 4 columns) and have
those columns repeat for as many lines as necessary.

I do not want the customers within the columns, only the
columns within the detail section. Would would be ideal
is to have something like the merge property where you
can set up 4 fields horizotally and, in the 2,3,4th
fields have a "nextrecord" type of command" and then let
that set of 4 feilds repeat for each line necessary.

I've tried a few things with subreports but nothing has
gelled yet. Hopefully it is something simple that I'm
overlooking.

Any help would be appreciated.

Source
 
D

Duane Hookom

You can base your main report on only the customers. Create a 4 column
subreport (across then down) of the customer filters and add it to the main
report.
 
Top