A
Ally H.
I have a table designed as follows
record1 record2 record3
Name smith jones smith
Month 1 1
2
Field1 10 5
8
Field2 12 10
7
etc
I want to report like this (grouped)
month1 month2 month3 - so on
Field1 15 8
Field2 22 7
at the moment all i can get is this
month field1 field2
1 15 22
2 8 7
Any help would be appreciated.
Ally.
record1 record2 record3
Name smith jones smith
Month 1 1
2
Field1 10 5
8
Field2 12 10
7
etc
I want to report like this (grouped)
month1 month2 month3 - so on
Field1 15 8
Field2 22 7
at the moment all i can get is this
month field1 field2
1 15 22
2 8 7
Any help would be appreciated.
Ally.