chainedtodesk
Programmer
i have to create a pick list for an order system, and what i have to do as part of this is generate labels. some items have multiple quantities. so example is (ItemNbr, ItemDesc, Qty) 123456 SamplePart 3. i would like the query to dup that particular line into the label table 3 times, then move on to the next item and do the same based on whatever quantity was in there be it 1 or 100. so that at the end of the query when they select to run the labels off they would get the correct amount of labels. thanks