UPC Bar Code

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hello,

How can I program access to work in conjunction with a bar code
system/scanner?!

Thanks,

Daniel P.
 
ACCESS will accept input just as if it were coming from a keyboard entry,
assuming that your bar code reader is set up as an input device.

Just have the focus in the form be on the control that is to receive the bar
code data, and then scan the bar code.
 
Hello, Daniel!
You wrote on Mon, 27 Dec 2004 19:54:42 -0500:

D> How can I program access to work in conjunction with a bar code
D> system/scanner?!

D> Thanks,

My barcode scanner sits between the keyboard and the computer. If you force
the form to be in the correct field (the one that is to contain the barcode
number) then everything is academic. It just works. All you need do is
have the form react to the just read in code.



With best regards, Gargamil. E-mail: (e-mail address removed)
 
Back
Top