E
enders
Hi,
We have a database with sales in it. All items are kept like
(this should look okay if you use a fixed lettertype)
date product price number_of_items total
1-jan Prod A 10 5 50
1-feb Prod A 20 5 100
1-feb Prod B 5 15 75
1-mar Prod A 20 5 100
My manager wish to see the following report
Product Jan Feb Mar
Prod A 50 150 250
Prod B 75 75
Eventually if a new product is added is should come up.
I also have a product table.
Any suggestions ?
CE
We have a database with sales in it. All items are kept like
(this should look okay if you use a fixed lettertype)
date product price number_of_items total
1-jan Prod A 10 5 50
1-feb Prod A 20 5 100
1-feb Prod B 5 15 75
1-mar Prod A 20 5 100
My manager wish to see the following report
Product Jan Feb Mar
Prod A 50 150 250
Prod B 75 75
Eventually if a new product is added is should come up.
I also have a product table.
Any suggestions ?
CE