let say i have this Records

Table1 = ItemCode + Quantity

Table1
ItemCode1, 2
ItemCode2, 3

when i select it, it make Quantity to Row value in the Result

ItemCode1
ItemCode1
ItemCode2
ItemCode2
ItemCode2


this is for Barcode program because we need to use it as a row not using Quantity

thanks,
erick