Can each record be a column?

smaumau

Registered User.
Local time
Today, 04:39
Joined
Feb 23, 2006
Messages
32
I would like to create a report like the following:

Record1: Record2: Record3: Total:
Field 1:
Field 2:
Field 3:
Field 4:
Field 5:

This is the opposite of standard reports and I can't seem to find a way to do this.
 
Look up on crosstab query. This will do what you want.
 
you might need to first create a union query and then a crosstab query.
 

Users who are viewing this thread

Back
Top Bottom