Column Formating

J

Jabutron

I have a subreport listing all aspects of a certain field, but the fileds may
have different values (Value1, Value2, Value3, e.g.). Can I set it up so
that all results of Value1 are listed in one column, Value2 in a 2nd, and
Value3 in a 3rd, even if the results may have a different number of outcomes
(2,5,17)? In other words, can I have the columns based upon the value of the
field?

Thanks!
 
D

Duane Hookom

The only solution that I can think of is to use a main report with a
multicolumn subreport grouping by the different values. Then add another
subreport in the multicolumn subreport that shows the details of the groups.
 
J

Jabutron

Thanks, Duane. I figured as much, but wanted to see if anyone had a better
idea than masses of subreports.

Mike
 
Top