I have a bar-code reader, and what I'd like to do is create a simple form with one text box, and then after scanning the barcode, open up another form that will find the scanned item's record and display it ready for editing.
The bar-code reader is a keyboard wedge product, so it basically acts like a text stream; in other words, if I scan a bar-code, the input from the reader comes in as if I'd typed whatever it scanned, with an <ENTER> at the end.
Basically I want to scan it, and have it automatically open the item viewing form with the proper record already retrieved.
I don't have much of an idea how to do this- it seems simple, but I'm not sure where I'm dropping the ball!
The bar-code reader is a keyboard wedge product, so it basically acts like a text stream; in other words, if I scan a bar-code, the input from the reader comes in as if I'd typed whatever it scanned, with an <ENTER> at the end.
Basically I want to scan it, and have it automatically open the item viewing form with the proper record already retrieved.
I don't have much of an idea how to do this- it seems simple, but I'm not sure where I'm dropping the ball!