D
dmbfanmd
Here is a tricky situation that I've run into. I have a table with
about 100 records, and each record has an sku and the quantity on
hand. I want to put one record into a new table for as many pieces of
inventory I have. For example:
SKU Quantity
001 2
002 4
I need the new table to have
SKU
001
001
002
002
002
002
Any ideas?
about 100 records, and each record has an sku and the quantity on
hand. I want to put one record into a new table for as many pieces of
inventory I have. For example:
SKU Quantity
001 2
002 4
I need the new table to have
SKU
001
001
002
002
002
002
Any ideas?