How Do I Start?

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
 
D

Duane Hookom

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?
 
M

Me

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.
 
D

Duane Hookom

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top