473,386 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Barcode Scanner integration with Access

Hello I am using a symbol 6608 scanner and I am trying to scan a 2D barcode. The fields in the barcode are seperated by a carront (^) as the delimiter btw the fields. I am stuck on how to code the the Access database to reconize this and place the text in the correct fields. For example below is the raw data

Jon^Smith^Jr^ABC Company^Marketing Manager^123 Street^Suite 200^City^State^Zip^Country^Phone^Fax^Email

I want to be able to to take my barcode scanner scan the 2D barcode and the above mentioned data to fall in the correct columns. First Name Last Name and so on. Can some one assist.
Thank you
Nov 20 '07 #1
1 3576
JustJim
407 Expert 256MB
Hello I am using a symbol 6608 scanner and I am trying to scan a 2D barcode. The fields in the barcode are seperated by a carront (^) as the delimiter btw the fields. I am stuck on how to code the the Access database to reconize this and place the text in the correct fields. For example below is the raw data

Jon^Smith^Jr^ABC Company^Marketing Manager^123 Street^Suite 200^City^State^Zip^Country^Phone^Fax^Email

I want to be able to to take my barcode scanner scan the 2D barcode and the above mentioned data to fall in the correct columns. First Name Last Name and so on. Can some one assist.
Thank you
I'm guessing (and please correct me if I'm wrong) that you scan a barcode, and the scanner decodes that to a number and that you have some sort of delimited text file which equates that barcode number to a carrot(^) delimited set of data.

If that is the case, what you want to do is import that delimited file into an Access table indexed on the barcode number and then find your records based on the number the scanner decodes from the barcode.

Sounds like fun, good luck

Jim
Nov 21 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Tom | last post by:
Using VB6, I want to read barcode data into an Access 2000 DB. What do you get when you read a barcode? Text or numbers. How do you define the field were the data would be stored? Thanks in...
2
by: Dean | last post by:
I want to integrate a simple USB POS barcode reader into my VB .NET app. Only need a scan a few products per minute, nothing major. I'm not really sure where to start, is there an SDK I need, does...
8
by: DS | last post by:
Does anyone know anything about barcodes in Access. I don't want to create them in Access. I merely want to scan whats already been created. I need to scan Liquor bottles. I have the scanner...
1
by: Darren Coleman | last post by:
I need help with 2 keyboard/input questions 1. How do i caputre all keypress events for my application/form? 2. How do I determine which keyboard sent the keypress? What i'm doing is using a...
4
by: madunix | last post by:
I am in the process to create an online form using PHP with DB Oracle or MySQL, this form which consist of 2x parts personal data and finance data, and it will be filled by the users, once the...
4
by: djbaker | last post by:
Greetings, I would like to integrate a barcode scanner into the current project I am working on. I have been looking around teh web and with the exception of embeded devices I cannot find many...
2
by: nmrpa91290 | last post by:
Hi, I am in the design phase of building a database that will track the productivity of my warehouse. I am thinking of using a barcode scanner to assist me with this. Employees will hopefully...
2
by: chris_gpf1 | last post by:
Hi, I'm working on a website where the user will have to scan a barcode with a serial barcode scanner. I get the scanner working and reading the barcode, but when I want to write the string in...
7
by: jim | last post by:
I need to have 2 simple barcode reader applications finished by midnight tonight. I have never written any barcode reader software and need any help that you may be able to offer. I do not know...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.