i need to scan bar codes onto a list how

B

bj weiss

please let me know how to set the function so it knows to read what my bar
code reader is feeding it.
 
J

John Vinson

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
 
Top