Hello, I hope you guys can help me. I have a program that will take keyboard input and add/subtract a "quantity" field of a datasheet. The barcode scanner will input keyboard input.
However, here's the problem. Once someone scans the item, I don't want them to press OK on the computer after they scan an item. Is there anyway I can make the program recognize there is an ID after scanning and automatically update without pressing OK? Basically, it recognizes there is text and will automatically press OK.
I also had another question as well. Once the field is updated after scanning, they will have to press the run button AGAIN to run the program to scan another item. This is extremely inefficient and I was wondering if there was anyway to infinitely loop the program until one presses cancel. Maybe somehow do it recursively or use a form/macro? Thanks.
However, here's the problem. Once someone scans the item, I don't want them to press OK on the computer after they scan an item. Is there anyway I can make the program recognize there is an ID after scanning and automatically update without pressing OK? Basically, it recognizes there is text and will automatically press OK.
I also had another question as well. Once the field is updated after scanning, they will have to press the run button AGAIN to run the program to scan another item. This is extremely inefficient and I was wondering if there was anyway to infinitely loop the program until one presses cancel. Maybe somehow do it recursively or use a form/macro? Thanks.