Hey guys,
We have a program that gives a list of every item on our floors. We use this list to print labels and too inventory work. Here is a snip of what the query looks like:
This data is pretty much pulled directly from our ODBC.
If there is a an item with a quantity greater than 1, I need that record to be duplicated as many times as the quantity is over 1. I need an individual label for each peice. Make sense? The final table/query that gets exported needs to have all items have a quantity of one.
I guess what I need is to do an append query that duplicated each record by an amount of quantity minus one. How can I do that?