Hi,
I need help on a report-generated from a cross tab query please.
The table I am using is similar to:
ID ITEM DATE LATEST QTY
1 Pump 01/08/04 7
2 Pump 01/09/04 6
3 Pump 01/10/04 5
4 Column 01/08/04 4
5 Column 01/09/04 3
6 Column 01/10/04 3
I am using a cross tab query to transpose the data like so
Item 01/08/04 01/09/04 01/10/04
Pump 7 6 5
Column 4 3 3
To show changes to quantites over months.
However if I run a report I will have to manually add every new month because the report see’s the record as a field in my query.
REPORT
Item 01/08/04 01/09/04 01/10/04 xx/xx/xx
Pump 7 6 5
Column 4 3 3
Is there an easy way around this? I would be in debt to anyone would could help.
Regards,
Mark.
I need help on a report-generated from a cross tab query please.
The table I am using is similar to:
ID ITEM DATE LATEST QTY
1 Pump 01/08/04 7
2 Pump 01/09/04 6
3 Pump 01/10/04 5
4 Column 01/08/04 4
5 Column 01/09/04 3
6 Column 01/10/04 3
I am using a cross tab query to transpose the data like so
Item 01/08/04 01/09/04 01/10/04
Pump 7 6 5
Column 4 3 3
To show changes to quantites over months.
However if I run a report I will have to manually add every new month because the report see’s the record as a field in my query.
REPORT
Item 01/08/04 01/09/04 01/10/04 xx/xx/xx
Pump 7 6 5
Column 4 3 3
Is there an easy way around this? I would be in debt to anyone would could help.
Regards,
Mark.