G
Guest
I am trying set up a form where several pieces of information (part #, location, then qty) are entered in and then the form closes and returns to the main screen.
The information entered into the form is coming in from a Symbol scanner via barcodes for the part # and location, however, the qty is typed in manually in the scanner and then sent.
The way it is currently set up is with an event procedure, on change, it runs a macro taking it back to the main screen. However, this only works for quantities up to 9. Anything greater than 9 is cut off and only the first number is entered. I'm guessing that rather than seeing the entire string of numbers ( ex. 17 or 1 - 7) coming from the scanner it sees "1" entered as the change and runs the macro before the "7" comes across). The enter command on the scanner is also not sent with the information so I can't set it up to be "on enter" Does anyone know of any workarounds or codes to be able to handle this issue and wait for the entire string of numbers before proceeding to the macro.
Any help you could give would be much appreciated!
Thanks,
Jason
The information entered into the form is coming in from a Symbol scanner via barcodes for the part # and location, however, the qty is typed in manually in the scanner and then sent.
The way it is currently set up is with an event procedure, on change, it runs a macro taking it back to the main screen. However, this only works for quantities up to 9. Anything greater than 9 is cut off and only the first number is entered. I'm guessing that rather than seeing the entire string of numbers ( ex. 17 or 1 - 7) coming from the scanner it sees "1" entered as the change and runs the macro before the "7" comes across). The enter command on the scanner is also not sent with the information so I can't set it up to be "on enter" Does anyone know of any workarounds or codes to be able to handle this issue and wait for the entire string of numbers before proceeding to the macro.
Any help you could give would be much appreciated!
Thanks,
Jason