I'm on a Windows 8.1 machine running Access 2007 full version.
I have limited knowledge of VB but I understand a fair amount of Access. My POS program has two different forms that have fields which I scan barcodes into. As far as I can tell the settings are the same for these fields. I use code 39 barcodes and Honeywell/Metrologic scanners. On one of my forms the barcodes scan in just fine, the "enter" command is automatically sent after the string is read and everything works great, the items are found in my database and their info loads correctly. On the problematic form I scan the same barcodes but the barcodes are displayed in reverse, hence the items are not found. The entire string of numbers and/or letters is backwards. I've tried several different barcode scanners. I could be wrong but I believe that the "enter" command is even sent first before the barcode actually entered into the field because I get a pop-up stating that the item is not found before the barcode string appears in the field. After I click OK on the pop up the barcode string appears in the field with the digits in reverse order.
Does anyone have any idea what might be causing this?
On a somewhat related note:
On a different computer, also running Access 2007 full version and Windows 8.1, when I scan barcodes into the same problematic form the barcode string get jumbled around slightly. It appears that some numbers in the barcode string are not being read, their order is being switched and/or the "enter" command is sent mid-read (e.g. the first 3 numbers are read and appear in the field, then the "enter" command is sent, then I get the pop up and click OK, then the remaining 9 numbers are read and appear in the field).
I would occasionally get a jumbled barcode string when using Windows XP or 7 but very rarely. With Windows 8.1 it's happening every time on the problematic screen.
Thanks in advance for any ideas or assistance!!!