barcode scanner

S

Simon

I have a barcode scanner

If i scan in a order number barcode into a form, once it been enter
how do i get the curser move to another field straight away
What would the code be?


Thanks
 
L

ldiaz

the best way you can move to the next field is programming your barcode to
make the enter after beep.

most of barcode readers has option inlcuded on user manual.

if you use a Symbol Ls2208 you can set up by scanning below options.
====================
Carriage Return/Line Feed
SCAN OPTION
<DATA><SUFFIX>
ENTER

================


thanks
 
J

John W. Vinson

I have a barcode scanner

If i scan in a order number barcode into a form, once it been enter
how do i get the curser move to another field straight away
What would the code be?


Thanks
A couple of options. As Lorenzo suggests, you may be able to have the scanner
software emit a <Tab> or <Cr><Lf> after the scanned characters; or you may be
able to have Access tab automatically. If the field is of fixed length (likely
for a barcode!) set the table field's length and set the form's Auto Tab
property to Yes.
 
A

Arvin Meyer [MVP]

Simon said:
I have a barcode scanner

If i scan in a order number barcode into a form, once it been enter
how do i get the curser move to another field straight away
What would the code be?

Depending upon what other code may be running, you may be able to use the
Change event.
 

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