Hi,
I want to scan a barcode into a combobox and then set the focus to next combobox as soon as the first barcode has been scanned I am using the following code on the on change event in CboBox1
this works but the barcode information that is scanned in cbobox1 is copied to cbobox2 .
I tried inserting a break point in the code and for some reason the barcode number is scanned into the code window????
Any help is much appreciated
Regards Phill
I want to scan a barcode into a combobox and then set the focus to next combobox as soon as the first barcode has been scanned I am using the following code on the on change event in CboBox1
Code:
Me.CboBox2.SetFocus
I tried inserting a break point in the code and for some reason the barcode number is scanned into the code window????
Any help is much appreciated
Regards Phill
Comment