Hi,
My questions is how to generate records to a new table.
My input is an inventory table.
I want to generate a record for each item in stock.
For example, ItemA has 4 items in stock, ItemB has 13.
I want to generate a new table with 4 records for ItemA and 13 for ItemB.
This table will...