Good Afternoon!
I need some help with barcode scanning. I currently have a barcode scanner which is super simple.
BarcodeReader2 has no OnScan value
Label1. Text=Concat(BarcodeReader2.Barcodes, Value)
A QR code is read and client ID is added to Label1.
Is there a way I can put more information into the QR code such as ID and Surname? 1123-Smith or 1123,Smith (unsure what would be correct), and have Label1 populate with ID and Label2 with Surname?
Thanks for your help 😀