Printing Multiple Labels from a Database
I have a report that is connected to a dataset that will print barcodes I need for SKU purposes. How do I force it to print multiple copies based on an integer associated with the SKU.
For example, I have one SKU for a product with an associated barcode, but need 2000 labels to stick on my products. In my database I have the SKU field and the "Labels_Needed" field.
Thanks
For example, I have one SKU for a product with an associated barcode, but need 2000 labels to stick on my products. In my database I have the SKU field and the "Labels_Needed" field.
Thanks
Comments
I decided it made more sense to do this programatically within Delphi with a memory table and a "for loop" to read the "Labels Needed" field and generate a record for each label needed.