dbTalk Databases Forums  

WASP barcode software connection to Access 2007

comp.databases.ms-access comp.databases.ms-access


Discuss WASP barcode software connection to Access 2007 in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joe Smith
 
Posts: n/a

Default WASP barcode software connection to Access 2007 - 09-02-2010 , 09:36 AM






I'm working on a project at work right now that requires me to enter
data into Access through a barcode scanner. I have the WASP barcode
software installed with its printer and scanner working fine on WASPs
sample db. But I need to use it to input records into acess. Can
anyone help me with this? Thanks in advance.

Reply With Quote
  #2  
Old   
paii, Ron
 
Posts: n/a

Default Re: WASP barcode software connection to Access 2007 - 09-02-2010 , 10:06 AM






The WASP and other barcode scanners I use all act as keyboard wedges. Input
from the scanner appear to an application like it came from the keyboard.
All you need to do is place the cursor in the field and scan the barcode.
The scanner can be programmed to append an <Enter> to the end of the input,
if needed.

"Joe Smith" <bucbarrydb (AT) gmail (DOT) com> wrote

Quote:
I'm working on a project at work right now that requires me to enter
data into Access through a barcode scanner. I have the WASP barcode
software installed with its printer and scanner working fine on WASPs
sample db. But I need to use it to input records into acess. Can
anyone help me with this? Thanks in advance.

Reply With Quote
  #3  
Old   
Joe Smith
 
Posts: n/a

Default Re: WASP barcode software connection to Access 2007 - 09-02-2010 , 10:44 AM



Thank you very much. I figured extra steps would be needed. How would
I go about appending the <Enter>?

On Sep 2, 11:06*am, "paii, Ron" <n... (AT) no (DOT) com> wrote:
Quote:
The WASP and other barcode scanners I use all act as keyboard wedges. Input
from the scanner appear to an application like it came from the keyboard.
All you need to do is place the cursor in the field and scan the barcode.
The scanner can be programmed to append an <Enter> to the end of the input,
if needed.

"Joe Smith" <bucbarr... (AT) gmail (DOT) com> wrote in message

news:f2d49e52-6c54-4fde-8e52-3df5bf4b37c9 (AT) m1g2000yqo (DOT) googlegroups.com...



I'm working on a project at work right now that requires me to enter
data into Access through a barcode scanner. I have the WASP barcode
software installed with its printer and scanner working fine on WASPs
sample db. But I need to use it to input records into acess. Can
anyone help me with this? Thanks in advance.- Hide quoted text -

- Show quoted text -

Reply With Quote
  #4  
Old   
paii, Ron
 
Posts: n/a

Default Re: WASP barcode software connection to Access 2007 - 09-02-2010 , 11:09 AM



It depends on the reader. Normally it comes with a setup sheet of barcodes.
Read the manual to see how to append the <Enter>. You can test it using the
command prompt or notepad to see what it outputs.

"Joe Smith" <bucbarrydb (AT) gmail (DOT) com> wrote

Thank you very much. I figured extra steps would be needed. How would
I go about appending the <Enter>?

On Sep 2, 11:06 am, "paii, Ron" <n... (AT) no (DOT) com> wrote:
Quote:
The WASP and other barcode scanners I use all act as keyboard wedges.
Input
from the scanner appear to an application like it came from the keyboard.
All you need to do is place the cursor in the field and scan the barcode.
The scanner can be programmed to append an <Enter> to the end of the
input,
if needed.

"Joe Smith" <bucbarr... (AT) gmail (DOT) com> wrote in message

news:f2d49e52-6c54-4fde-8e52-3df5bf4b37c9 (AT) m1g2000yqo (DOT) googlegroups.com...



I'm working on a project at work right now that requires me to enter
data into Access through a barcode scanner. I have the WASP barcode
software installed with its printer and scanner working fine on WASPs
sample db. But I need to use it to input records into acess. Can
anyone help me with this? Thanks in advance.- Hide quoted text -

- Show quoted text -

Reply With Quote
  #5  
Old   
Chuck Grimsby
 
Posts: n/a

Default Re: WASP barcode software connection to Access 2007 - 09-05-2010 , 09:44 AM



On Sep 2, 10:44*am, Joe Smith <bucbarr... (AT) gmail (DOT) com> wrote:
Quote:
Thank you very much. I figured extra steps would be needed. How would
I go about appending the <Enter>?

On Sep 2, 11:06*am, "paii, Ron" <n... (AT) no (DOT) com> wrote:



The WASP and other barcode scanners I use all act as keyboard wedges. Input
from the scanner appear to an application like it came from the keyboard.
All you need to do is place the cursor in the field and scan the barcode.
The scanner can be programmed to append an <Enter> to the end of the input,
if needed.

"Joe Smith" <bucbarr... (AT) gmail (DOT) com> wrote in message

news:f2d49e52-6c54-4fde-8e52-3df5bf4b37c9 (AT) m1g2000yqo (DOT) googlegroups.com...

I'm working on a project at work right now that requires me to enter
data into Access through a barcode scanner. I have the WASP barcode
software installed with its printer and scanner working fine on WASPs
sample db. But I need to use it to input records into acess. Can
anyone help me with this? Thanks in advance.- Hide quoted text -

- Show quoted text -
FYI: most barcode scanners call what you are "appending" to the
barcode a "Suffix". May help in searching through the manual for
that. You may also want to do a Google search. Many manufactures
post the codes for a "Enter" (CR & LF pair) as well as a Tab on the
web. (It's *really* common to append one or the other to a scanner to
make it work properly inside a program.)

Reply With Quote
  #6  
Old   
The Frog
 
Posts: n/a

Default Re: WASP barcode software connection to Access 2007 - 09-07-2010 , 02:10 AM



In the manual that comes with the scanner is all the language and set-
up codes that you can scan to alter the scanners behaviour. A useful
one with the WASP series is to turn off the incessant beep! Likewise
you can set them up to read different barcode types. If you dont have
the manual you can download it from the WASP website for your
particular model. Once you have input the settings you want the
scanner will remember them. Test the scanner in notepad to see that it
gives you what you want, and then you are set to go.

Cheers

The Frog

Reply With Quote
  #7  
Old   
Joe Smith
 
Posts: n/a

Default Re: WASP barcode software connection to Access 2007 - 09-08-2010 , 01:05 PM



On Sep 7, 3:10*am, The Frog <mr.frog.to.... (AT) googlemail (DOT) com> wrote:
Quote:
In the manual that comes with thescanneris all the language and set-
up codes that you can scan to alter the scanners behaviour. A useful
one with the WASP series is to turn off the incessant beep! Likewise
you can set them up to read differentbarcodetypes. If you dont have
the manual you can download it from the WASP website for your
particular model. Once you have input the settings you want thescannerwill remember them. Test thescannerin notepad to see that it
gives you what you want, and then you are set to go.

Cheers

The Frog
Thank you very much guys. I really appreciate all the input.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.