Jumping fields

G

Guest

I have to make a database with a form.
The purpose of the database is to scan barcodes of products with a handheld
barcode scanner.

The scanner works fine and reads the code.
But my question now is. Is het possible to make the form so that after I've
scanned the barcode that access automaticly selects the next field in line?

Hope you can help me.

Dwayne Postulart
 
J

John Vinson

On Thu, 10 Aug 2006 02:28:02 -0700, Dwayne Postulart <Dwayne
The scanner works fine and reads the code.
But my question now is. Is het possible to make the form so that after I've
scanned the barcode that access automaticly selects the next field in line?

Yes; set the barcode textbox's Auto Tab property to Yes. (This does
require that the field be of constant length and that the barcode
reader always fills the field).

John W. Vinson[MVP]
 

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