Hi,
I have a form with a number of combo box's the first combo box contains a barcode that is associated with user information then the next box contains a barcode that is associated with task information and so on...
Basically what i need to do is scan the barcode and once the barcode is scanned automatically jump to the next combo box ready for the next barcode scan.
I am trying to avoid the user having to press any keys to input data into the combo box's and just scan the barcode...
I have tried the following code on the afterupdate and beforeupdate event with no success
which works fine if you "manually" select the record but it does not automatically move to the next combo box if you use the scanner
Please Help
Regards Phill
I have a form with a number of combo box's the first combo box contains a barcode that is associated with user information then the next box contains a barcode that is associated with task information and so on...
Basically what i need to do is scan the barcode and once the barcode is scanned automatically jump to the next combo box ready for the next barcode scan.
I am trying to avoid the user having to press any keys to input data into the combo box's and just scan the barcode...
I have tried the following code on the afterupdate and beforeupdate event with no success
Code:
Me.cbotaskid.setfocus
Please Help
Regards Phill
Comment