I've been trying to figure this out all morning with little results. Maybe someone here can help me.
Have a table (IPrices) like so:
Item Code, Price List , Price
10001 1 100.00
10001 2 200.00
I need an output to show both prices on one row like:
ItemCode , Price1, Price2
10001 100.00 200.00
Any help is appreciated,
Rick
Have a table (IPrices) like so:
Item Code, Price List , Price
10001 1 100.00
10001 2 200.00
I need an output to show both prices on one row like:
ItemCode , Price1, Price2
10001 100.00 200.00
Any help is appreciated,
Rick