P
Pro
Hi,
I have a problem on extracting data from the access db.
The data is entered in the table as
Item size/qty
A X, 20; XS, 100; M, 1000;
B 40, 10; 42, 120; 46; 500; 48;100
How can I extract from the query like the following
Item Size Qty
A X 20
A XS 100
A M 1000
B 40 10
B 42 120
B 46 500
B 48 100
Thank you.
I have a problem on extracting data from the access db.
The data is entered in the table as
Item size/qty
A X, 20; XS, 100; M, 1000;
B 40, 10; 42, 120; 46; 500; 48;100
How can I extract from the query like the following
Item Size Qty
A X 20
A XS 100
A M 1000
B 40 10
B 42 120
B 46 500
B 48 100
Thank you.