Hi,
I have a couple of tables with these fields:
Date(Date/Time)
Part 1(Number)
Part 2(Number)
Part 3(Number) etc.
I need to setup the report so that it prints out in this format:
7/10 7/11 7/12 7/13
Part 1 4 5 1 4
Part 2 3 2 5 3
Part 3 5 6 10 4
Part 9 2 3 2 1
The normal report wizard puts it in a topdown format which I don't want. I tried crosstab queries but I had no luck with that. I have about 10 tables that I need to put in the above format. Any suggestions will be appreciated.....
I have a couple of tables with these fields:
Date(Date/Time)
Part 1(Number)
Part 2(Number)
Part 3(Number) etc.
I need to setup the report so that it prints out in this format:
7/10 7/11 7/12 7/13
Part 1 4 5 1 4
Part 2 3 2 5 3
Part 3 5 6 10 4
Part 9 2 3 2 1
The normal report wizard puts it in a topdown format which I don't want. I tried crosstab queries but I had no luck with that. I have about 10 tables that I need to put in the above format. Any suggestions will be appreciated.....