How Do I Start?

  • Thread starter Thread starter Me
  • Start date Start date
M

Me

I have a table that contains 1400 students ID numbers, Last name,
First Name, Grade and Lunch. I want to pull up the students Last name,
First name and Lunch by scanning in the students ID number from the ID
card with a Barcode scanner which I have working and recognizing the
ID numbers from the ID Cards
 
What do you mean by "pull up"? Are you attempting to store the ID in a
table? Do you have the scan automatically enter the enter key following the
scan?
 
I have all of the ID's stored in the table. I would like the Last -
First name and lunch show on the monitor when the barcode-ID number is
scanned.
 
You can create a form that displays the student information in single form
view. Then use the combo box wizard to add a combo box that finds a record
in the form. set the combo box as the only control that has a tab stop of
true. If you wand a number into the combo box, you should find the student
record.
 
Back
Top