I created a form with text boxes. Made a database in excel 2010. The program works good. I would like to use my Symbol barcode scanner to log in our dance club members when they attend our dance by scanning there RCSC members card. What Do I need to do so that new members are added to the database and older members show that they attended the dance? My form has fields that give the members : RCSC number, last name, first name, emails, phone numbers, and date attended. Help! Thanks Frank
What's been said is only true if the scanner is a "wedge "device. Most scanners are so for the moment we will assume it is.
Anything scanned will show up in a text box waiting for input. But you may want to program the gun to either add a suffix or prefix so you can distinguish gun input from keyboard input. You might also want to add a carriage return or tab so that it automatically jumps out of the control when something is scanned .
Jim