I have a table that contains month, partnum, qty, price
what I am trying to acomplish is to do this
I tried to do a crosstab in access but I got multiple lines because of the qty.
help please!!
Code:
month item qty Price
Jun 6072 219200 0.541
Jul 6072 65600 0.789
Aug 6072 63900 0.789
Sep 6072 39900 0.789
what I am trying to acomplish is to do this
Code:
Item Jun Qty Price Jul Qty Price Aug Qty Price Sep Qty Pr
I tried to do a crosstab in access but I got multiple lines because of the qty.
help please!!