D
DEVOURU
I have a control source =[pono]&[item] to display/print a single bar code
for a purchase order and line item.
I have a form linked to a query to lookup the purchase order and litem.
What would ya'll suggest so that I can scan the above barcode and have it
split the number for query entry?
Example:
The barcode is scanned - 0546590011
Query - Enter PO Number
Left([barcode],6)
Query - Enter Line Item
Right([barcode],4)
I am trying to reduce scanning errors and time by scanning the bar code once
with both field entries.
I hope I was able to explain this well.
TIA, -JS
for a purchase order and line item.
I have a form linked to a query to lookup the purchase order and litem.
What would ya'll suggest so that I can scan the above barcode and have it
split the number for query entry?
Example:
The barcode is scanned - 0546590011
Query - Enter PO Number
Left([barcode],6)
Query - Enter Line Item
Right([barcode],4)
I am trying to reduce scanning errors and time by scanning the bar code once
with both field entries.
I hope I was able to explain this well.
TIA, -JS