Hi everybody
I have a crosstab in Access that needs to display a "running total" per day broken out by product.
The current crosstab-query that I have produced is the following:
(Product1,2+3 from the table field [product] )
___________________________________________
[Period] PRODUCT1 PRODUCT2 PRODUCT3
01.01.2003 100 400 300
02.01.2003 600 700 1100
03.01.2003 200 2400 200
etc.
The crosstab-Query that I would like to produce is this one:
PRODUCT1 PRODUCT2 PRODUCT3
01.01.2003 100 400 300
02.01.2003 700 1100 1400
03.01.2003 900 3500 1600
etc.
Do you have any ideas to do that?
Any help is appreciated. Thanks a lot for your support.
Stefan
I have a crosstab in Access that needs to display a "running total" per day broken out by product.
The current crosstab-query that I have produced is the following:
(Product1,2+3 from the table field [product] )
___________________________________________
[Period] PRODUCT1 PRODUCT2 PRODUCT3
01.01.2003 100 400 300
02.01.2003 600 700 1100
03.01.2003 200 2400 200
etc.
The crosstab-Query that I would like to produce is this one:
PRODUCT1 PRODUCT2 PRODUCT3
01.01.2003 100 400 300
02.01.2003 700 1100 1400
03.01.2003 900 3500 1600
etc.
Do you have any ideas to do that?
Any help is appreciated. Thanks a lot for your support.
Stefan