I'm developing a very simple access database form, and want to be able to enter data by using a handheld barcode scanner. I also do not want the user to have to press any keys on the keyboard, but just cycle through the 3 fields by using the barcode scanner. I'm trying to figure out how to move to the next control on the form. The data being entered into the fields are of no set lengths.
I've tried using the "OnChange" event with a "GoToControl" macro to get to the next control on the form, but the focus goes to the next control on the form after only 1 character is sent (typically, the field should be around 8 characters long).
Also, the barcodes have been pre-printed, so there is no way to sneak a tab control into the barcode.
Any ideas/help appreciated.
Thanks.
I've tried using the "OnChange" event with a "GoToControl" macro to get to the next control on the form, but the focus goes to the next control on the form after only 1 character is sent (typically, the field should be around 8 characters long).
Also, the barcodes have been pre-printed, so there is no way to sneak a tab control into the barcode.
Any ideas/help appreciated.
Thanks.