I have an interface in access that is using a barcode scanner to gather information. I would like to have a barcode that has multiple information in it example: a barcode that holds the value of an order and a specific item on that order.
I have items that are divided into "lot", these items are grouped into these lots by the specific item it is, 1 item type per lot. But an order can have multiple item types therefore multiple lots per order. I would like to add the order and lot number in one barcode.
It would look like O961LA1450
The asterisks begin and end the barcode. The O starts the order number 961. The L starts the lot number A1450.
I would like to define a delimiter, "L", to separate the barcode to compare the lot number to the lot number of the form to check that it is correct and then populate the order number on the form with the correct order number.
Can anyone explain how to define delimiters or have code snippets that they can offer. Any help would be appreciated.