Good Morning All
I am trying to move forward with some new features to an app I am building for our asset management system.
I have a textbox field on a form that gets focus on load and the idea is for a user to scan a barcode (device serial) into the box.
On clicking the search button next to the field, a recordset is open and the device serial is searched for.
As of right now, the problem I have is that the event is only fired when the user clicks the go button (naturally).
Is there a way as anyone would know to get the search event to fire up after the scan is complete (something similar to sendkeys) but the event is to fire as soon as the scan is complete and the last character from the barcode is captured in the textbox.
Please let me know if you need anything clarified..
Thanks in advance for your help.
I am trying to move forward with some new features to an app I am building for our asset management system.
I have a textbox field on a form that gets focus on load and the idea is for a user to scan a barcode (device serial) into the box.
On clicking the search button next to the field, a recordset is open and the device serial is searched for.
As of right now, the problem I have is that the event is only fired when the user clicks the go button (naturally).
Is there a way as anyone would know to get the search event to fire up after the scan is complete (something similar to sendkeys) but the event is to fire as soon as the scan is complete and the last character from the barcode is captured in the textbox.
Please let me know if you need anything clarified..
Thanks in advance for your help.