aligning report groups horizontally

S

Stacy Tyler

When more than one record exists in a field, is there a
way to list them horizontally rather than vertically? I'm
using the field [type] as a group header and using a
count function in the details section. Right now it
appears as:

Type 1
Count: 20
Type 2
Count: 30

I'd like it to appear as:
Type 1 Type 2:
Count: 20 Count: 30
 
F

Fons Ponsioen

Without more detail, a possible suggestion is to use a sub
report for the detail and make it a two-column report. An
other option is a crosstab report.
Hope this gives you some idea.
Fons
 
Top