Barcode

  • Thread starter Charles L. Phillips
  • Start date
C

Charles L. Phillips

Hello,
How are you doing???
I need to design database that reads barcodes, through a barcode scanner.
Will someone point me to a process and some examples/samples.
I look forward to hearing from you...



Thank you,


Charles L. Phillips
IS/IT Support Consultant


DISCLAIMER: This e-mail and any attachments are intended only for the individual or company to which it is addressed and may contain information which is privileged, confidential and prohibited from disclosure or unauthorized use under applicable law. If you are not the intended recipient of this e-mail, you are hereby notified that any use, dissemination, or copying of this e-mail or the information contained in this e-mail is strictly prohibited by the sender. If you have received this transmission in error, please return the material received to the sender and delete all copies from your system. The information provided in this and ALL messages sent is provided as-is. No warranty is provided or implied. Use at your own risk. All content on these pages has been gathered and compiled by Charles L. Phillips.
 
J

John W. Vinson

I need to design database that reads barcodes, through a barcode scanner.
Will someone point me to a process and some examples/samples.
I look forward to hearing from you...

Most "wedge" barcode readers are seen by the computer as being the keyboard:
scanning a barcode simply sends characters to the keyboard port. You can set
focus to a textbox on an Access form, scan the barcode, and it will be just as
if the user were typing rapdily and accurately. No special code is required.

It can be useful to use fixed-length fields and set the Auto Tab property of
the textbox to true, so that when you scan the (say) 12-digit product code the
focus automatically goes to the next control on the form.
 
A

Arvin Meyer [MVP]

Hello,
How are you doing???
I need to design database that reads barcodes, through a barcode scanner.
Will someone point me to a process and some examples/samples.

My barcode scanner was manufactured by PSC which is now owned by DataLogic.
Here's 1 source, although I can't remember where I got it from:

http://www.nationalbarcode.com/catalog/datalogic/qs2500.htm

I've given it light usage for about 5 years now, and it functions fine. Mine
has a USB interface, but there are other interfaces as well.

You can get tons of information and some free sample Access databases at:

http://www.adams1.com/share.html

This site is not proprietary and I don't think sells anything so you can
probably rely on the info.
 
C

Charles L. Phillips

"Thank You"...


Thank you,


Charles L. Phillips
IS/IT Support Consultant




DISCLAIMER: This e-mail and any attachments are intended only for the
individual or company to which it is addressed and may contain information
which is privileged, confidential and prohibited from disclosure or
unauthorized use under applicable law. If you are not the intended
recipient of this e-mail, you are hereby notified that any use,
dissemination, or copying of this e-mail or the information contained in
this e-mail is strictly prohibited by the sender. If you have received this
transmission in error, please return the material received to the sender and
delete all copies from your system. The information provided in this and ALL
messages sent is provided as-is. No warranty is provided or implied. Use at
your own risk. All content on these pages has been gathered and compiled by
Charles L. Phillips.
 
C

Charles L. Phillips

"Thank You"...



Charles L. Phillips
IS/IT Support Consultant


DISCLAIMER: This e-mail and any attachments are intended only for the
individual or company to which it is addressed and may contain information
which is privileged, confidential and prohibited from disclosure or
unauthorized use under applicable law. If you are not the intended
recipient of this e-mail, you are hereby notified that any use,
dissemination, or copying of this e-mail or the information contained in
this e-mail is strictly prohibited by the sender. If you have received this
transmission in error, please return the material received to the sender and
delete all copies from your system. The information provided in this and ALL
messages sent is provided as-is. No warranty is provided or implied. Use at
your own risk. All content on these pages has been gathered and compiled by
Charles L. Phillips.
 
C

Charles L. Phillips

"Thank You"...




Thank you,


Charles L. Phillips
IS/IT Support Consultant



DISCLAIMER: This e-mail and any attachments are intended only for the
individual or company to which it is addressed and may contain information
which is privileged, confidential and prohibited from disclosure or
unauthorized use under applicable law. If you are not the intended
recipient of this e-mail, you are hereby notified that any use,
dissemination, or copying of this e-mail or the information contained in
this e-mail is strictly prohibited by the sender. If you have received this
transmission in error, please return the material received to the sender and
delete all copies from your system. The information provided in this and ALL
messages sent is provided as-is. No warranty is provided or implied. Use at
your own risk. All content on these pages has been gathered and compiled by
Charles L. Phillips.
 
C

Charles L. Phillips

"Thank You"...

--
Thank you,


Charles L. Phillips
IS/IT Support Consultant



DISCLAIMER: This e-mail and any attachments are intended only for the
individual or company to which it is addressed and may contain information
which is privileged, confidential and prohibited from disclosure or
unauthorized use under applicable law. If you are not the intended
recipient of this e-mail, you are hereby notified that any use,
dissemination, or copying of this e-mail or the information contained in
this e-mail is strictly prohibited by the sender. If you have received this
transmission in error, please return the material received to the sender and
delete all copies from your system. The information provided in this and ALL
messages sent is provided as-is. No warranty is provided or implied. Use at
your own risk. All content on these pages has been gathered and compiled by
Charles L. Phillips.
 
T

Troy Woods

Charles L. Phillips said:
"Thank You"...




Thank you,


Charles L. Phillips
IS/IT Support Consultant



DISCLAIMER: This e-mail and any attachments are intended only for the
individual or company to which it is addressed and may contain information
which is privileged, confidential and prohibited from disclosure or
unauthorized use under applicable law. If you are not the intended
recipient of this e-mail, you are hereby notified that any use,
dissemination, or copying of this e-mail or the information contained in
this e-mail is strictly prohibited by the sender. If you have received
this transmission in error, please return the material received to the
sender and delete all copies from your system. The information provided in
this and ALL messages sent is provided as-is. No warranty is provided or
implied. Use at your own risk. All content on these pages has been
gathered and compiled by Charles L. Phillips.
 

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

Similar Threads


Top