Here's my issue... I need my scanner programmed so that after it scans a barcode for a package tracking number, it then tabs to the next field. (So the scanner does a tab after each scan.)
That is working like it should when entering data for an individual record (often there are multiple fields that need to be completed with multiple scans.)
However, when it is now time to add the record to the database, I need it to add the record and then be ready and waiting at the top of the next form to scan the next package's tracking number.
So the company we bought the software created a barcode for me... hasn't provided the language they used or the commands they used to create it. However, when I use the one they sent, it does add the record (yeah!), but then it tabs down to the second field on the form and isn't ready for the next scan.
So using an old DOS program called Barcode Anything, I tried to create the barcode to add a record, which I used to create barcodes for the building codes in Extended 3 or 9. I couldn't figure out how to program the <enter> command to add the record and make it work in the application... (I just end up with junk like $M in the field and it then tabs to the next field (never enters the record).
I used Extended 3 of 9 (Code 3 of 9 wouldn't allow me to do this) and put in the commands for a carriage return - line feed. However, I did not use and *'s before or after. (I just looked at the program again and Code 3 of 9 won't let me put in an * or a \ to create a control character and Extended 3 of 9 shows the *'s as being human readable.
Any ideas?
TIA