P
PF
Hi all,
i have sales data by product for 12 month
i need to store that in a table
i have to display it in a form like product, sales1, sales2, ....sales12 on
ONE line
i put the data in a table like
tblData
----------
prodNo
sales
monthNo
How can i use a select to display the productNo plus all the sales on a
single line.
Many month have sales = 0
So i choose a table with few rows an a month number
Do i have to go back to the 13 coloms row to do what i want?
regards,
pierre
i have sales data by product for 12 month
i need to store that in a table
i have to display it in a form like product, sales1, sales2, ....sales12 on
ONE line
i put the data in a table like
tblData
----------
prodNo
sales
monthNo
How can i use a select to display the productNo plus all the sales on a
single line.
Many month have sales = 0
So i choose a table with few rows an a month number
Do i have to go back to the 13 coloms row to do what i want?
regards,
pierre