I have an inventory table with ITEMID, DESCRIPTION, ITEMCOUNT and ITEMPRICE.
I want to generate labels for each item, but I need multiple labels based on the value in ITEMCOUNT so I can put one label on each item on the shelf.
Any ideas on how to formulate a query that will produce multiple rows based on ITEMCOUNT's value? Or some other way to get the same result?
thanks much
Brett
I want to generate labels for each item, but I need multiple labels based on the value in ITEMCOUNT so I can put one label on each item on the shelf.
Any ideas on how to formulate a query that will produce multiple rows based on ITEMCOUNT's value? Or some other way to get the same result?
thanks much
Brett