simonjarvis
IS-IT--Management
I have a table with 2 columns: item_code and quantity. eg:
shelf 2
fridge 3
I'm trying to create a query that combines the 2 columns so i get a result:
shelf
shelf
fridge
fridge
fridge
ie. the item is repeated by the number that appears in the quantity column.
I want to do this so I can base a report on the new query to print 2 shelf labels and 3 fridge labels.
Hope someone can help me out.
Thanks
Simon
shelf 2
fridge 3
I'm trying to create a query that combines the 2 columns so i get a result:
shelf
shelf
fridge
fridge
fridge
ie. the item is repeated by the number that appears in the quantity column.
I want to do this so I can base a report on the new query to print 2 shelf labels and 3 fridge labels.
Hope someone can help me out.
Thanks
Simon