At the end of an assembly line, I am currently tracking parts using 2 pieces of bar-coded information, the part number and the serial number of each part. We currently have a Symbol LS 1902F scanner reading the information into an Excel spread sheet. After one barcode is read, we have to press "tab", then read the other barcode, then press enter which returns the curser to the next line. This is very labor intensive, and does not really allow us to check for unique serial numbers.
I have a fairly simple database in Access with the fields "part number", "serial number", "date" and "time". The first 2 will be input using the barcode reader, and the date and time are automatically entered using the default settings "date()" and "time()".
My question is how do you have software read a barcode, automatically advance to the next field?
The part number and serial number both vary in length and format so i do not think I can use a format mask which I think allowes me to use the autotab function.
Here are actual numbers:
part #
KFCEH0401N03
EHK05AKN1
MKFCEH1201D08
Serial # (always the same length)
S1704V04369
SV042006161
Any ideas?
I have a fairly simple database in Access with the fields "part number", "serial number", "date" and "time". The first 2 will be input using the barcode reader, and the date and time are automatically entered using the default settings "date()" and "time()".
My question is how do you have software read a barcode, automatically advance to the next field?
The part number and serial number both vary in length and format so i do not think I can use a format mask which I think allowes me to use the autotab function.
Here are actual numbers:
part #
KFCEH0401N03
EHK05AKN1
MKFCEH1201D08
Serial # (always the same length)
S1704V04369
SV042006161
Any ideas?