I am using a wedge barcode scanner to enter data in an access
database, but for certain combinations of characters I want to parse
the input in code and react accordingly. The keypress event on the
form only gives me access to the first character in the string, is
there some way to access the keyboard buffer during the keypress event
and get the rest of the string? The only way I have found to do this
is write the data to a field on the form and then parse it in the
after_update event. Is there another way?
Thanks in advance.
database, but for certain combinations of characters I want to parse
the input in code and react accordingly. The keypress event on the
form only gives me access to the first character in the string, is
there some way to access the keyboard buffer during the keypress event
and get the rest of the string? The only way I have found to do this
is write the data to a field on the form and then parse it in the
after_update event. Is there another way?
Thanks in advance.
Comment