G
GLam
Hi, I have a data table like this:
ItemID Location ItemQty
abc A12B 500
abc B13C 20
abc P11D 50
ead B20C 100
ead B21E 3
fcd A12B 80
dec B22E 100
dec P22E 5
How could I make a query and have the result set like this
ItemID Location1 Loc1Qty Location2 Loc2Qty Location3
Loc3QTY
abc A12B 500 B13C 20
P11D 50
ead B20C 100 B21E 3
fcd A12B 80
dec B22E 100 P22E 5
The table has 5000+ records.
Appreciate your help or pointer.
Thank you.
GL
ItemID Location ItemQty
abc A12B 500
abc B13C 20
abc P11D 50
ead B20C 100
ead B21E 3
fcd A12B 80
dec B22E 100
dec P22E 5
How could I make a query and have the result set like this
ItemID Location1 Loc1Qty Location2 Loc2Qty Location3
Loc3QTY
abc A12B 500 B13C 20
P11D 50
ead B20C 100 B21E 3
fcd A12B 80
dec B22E 100 P22E 5
The table has 5000+ records.
Appreciate your help or pointer.
Thank you.
GL