Rows As Colums On A Report

Kriis

Registered User.
Local time
Today, 02:33
Joined
Feb 16, 2006
Messages
25
Without using a cross-tab query, is there anyway I can display the rows as columns on a report...ie printing them horizontally, instead of vertically?

Thanks.
 
If I understand the problem your fields are as below

Field1
field2
field3
and you want them as

field1 field2 field3

if i'm right just click on field2 and drag it alongside field1 whe all done select all fields then chose format align top from the menu to align all the fields

Apologies if I have misunderstood
 
Actually if I have a table like this:

WORKER
Name
Age

Instead of my report looking like this:

Age.............Name
1................Bob
2................John
3................Dave

I want it to look like this:

..............................Age
.................1.............2...............3
Name.........Bob.........John...........Dave

Is that possible (without doing a cross-tab query)?
 
Rich said:
Why don't you want to use a crosstab query ?

Because I'll then need to hardcode the column names. I don't want to have to do that because they will be changed.
 

Users who are viewing this thread

Back
Top Bottom