i need to scan bar codes onto a list how

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

please let me know how to set the function so it knows to read what my bar
code reader is feeding it.
 
On Wed, 1 Dec 2004 09:11:03 -0800, "bj weiss" <bj
please let me know how to set the function so it knows to read what my bar
code reader is feeding it.

Most bar code readers use a "wedge" connector on the keyboard cable.
Access doesn't make any distinction between a scan and typing; it just
thinks you're typing very fast and accurately.

If you set the focus to a form textbox and scan the barcode, the value
in the barcode will be put into the textbox. Depending on the code,
there may be leading and trailing characters that will need to be
handled.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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

Back
Top