CR 9
btrieve/ODBC
I'm trying to create an export file to send to a barcode program.
Working off a single table with row such as:
Item Date Qty PO
RSC2214 4/12/05 768 20325
We can only get qty of 200 in a box for this item, so I'll need 4 labels and need to send to the export file the following:
Item Date Qty PO
RSC2214 4/12/05 200 20325
RSC2214 4/12/05 200 20325
RSC2214 4/12/05 200 20325
RSC2214 4/12/05 168 20325
Can this be done somehow usng Crystal 9? Thanks in advance...
btrieve/ODBC
I'm trying to create an export file to send to a barcode program.
Working off a single table with row such as:
Item Date Qty PO
RSC2214 4/12/05 768 20325
We can only get qty of 200 in a box for this item, so I'll need 4 labels and need to send to the export file the following:
Item Date Qty PO
RSC2214 4/12/05 200 20325
RSC2214 4/12/05 200 20325
RSC2214 4/12/05 200 20325
RSC2214 4/12/05 168 20325
Can this be done somehow usng Crystal 9? Thanks in advance...