I have a barcode reader control on my edit screen.
The new control scans the values to a table.
I have my OnScan property as: Set(varScanArt, First(BarcodeReaderArt.Barcodes).Value)
I need to set the item property of my form and that is where I am struggling.
I tried this:
LookUp(Pieces, First(BarcodeReaderArt.Barcodes).Value = varScanArt) - it works but it pulls the first value in the entire table and not what I just scanned.
Appreciate any assistance.