One Record To Print Multiple Copies With Serialization
I'm new to bartender. I'm printing shipping information for our pallets.
My source data is excel file which has 5 columns - Sales Order Number, Customer Name, Design Code, Pallet Size and Pallet Qty.
No problem printing should palletqty is 1.
If PalletQty > 1 i.e 3 then I need to print 3 copies for the same record with palletqty increment by 1 on each print.
Here is 2 scenarios.
Pallet qty = 1 (print once)
Barcode value = SalesOrderNo + 01 + pallet size
Pallet qty = 3 (print 3 times)
Barcode value = SalesOrderNo + 01 + pallet size
SalesOrderNo + 02 + pallet size
SalesOrderNo + 03 + pallet size
-
Why don't you create a bar code which is composed of 3 data sources (which will read from the 3 database fields), then set the second data source to be serialized, and finally via the "File > Print" dialog, press the "Options" button which is on the same line as the "Serial Numbers" field, set it to be data sourced by data base field, and now choose the quantity of labels "field" from your database.
Will this help?
0
Please sign in to leave a comment.
Comments
1 comment