I have 2 tables, Batches and Items. Each item has a barcode on it that I plan on scanning to make entry faster. All the item records are already in that table. I need to create batches and would like to do something like clicking on a button for Add to Batch and have a find performed based on the barcode scanned. Then I would like the item record to show up in the container field that I have setup[ on the batches layout.
I'm having trouble using the find command inside the container.
What container would that be?
Scaning a barcode should be used to put the value of the barcode as text into a text field. You'd then use that text produced by the scan to search for a matching text field with the same value.
No container used in that. (So you might store an image of the barcode into a container, but you wouldn't use it for searching.)