I have a program that reads data from an associate's employee card, looks his/her employee number in a database, and marks a field in the database to indicate the employee was present (used for mandatory meetings, etc). My problem is that I haven't been able to figure out how to keep the operators from having to hit enter after they swipe the card. Anyone know how to do this? (new to VB)
The swipe sends an <enter> key to the text box after reading, so I need to know how to check for the enter key and begin processing the employee number...
The swipe sends an <enter> key to the text box after reading, so I need to know how to check for the enter key and begin processing the employee number...