I have two textboxes on a form one called ScannedText and the other one called SamplesScanned
We have a barcode scanner that scans in samples into ScannedText and this needs to transfer the scanned in name to SamplesScanned creating an array of the samples.
Example:
*Scan First Sample*
[ScannedText:] PL-0001-NT
[SamplesScanned:] PL-0001-NT
*Scan Second Sample*
[ScannedText:] PL-0002-NT
[SamplesScanned:] PL-0001-NT, PL-0002-NT