B
bussb
Question: How can I program Access 2000 to sequentially create the
scheme for each new record:
A001, A002, A003, ...A999, B001, B002, ....B999, C001, C002 and so on,
ending at Z999.
I am linking a database of tools in our factory to a database, and
each tool will have its unique barcode. Each tool has a unique
identifier "ToolNum" which normally I would just make the AutoNumber,
but we have thousands of tools. If I have a barcode with 4 numeric
digits, that allows me 9999 unique labels. However, if I use the
scheme of one letter and three numbers, A001, A002,...A999, B001,
B002, etc. I can get a total of 26,000 entries before I have to add a
fifth digit to the barcode. The less digits in the barcode, the
smaller the size of the barcode, the smaller the label.
Thank you!
scheme for each new record:
A001, A002, A003, ...A999, B001, B002, ....B999, C001, C002 and so on,
ending at Z999.
I am linking a database of tools in our factory to a database, and
each tool will have its unique barcode. Each tool has a unique
identifier "ToolNum" which normally I would just make the AutoNumber,
but we have thousands of tools. If I have a barcode with 4 numeric
digits, that allows me 9999 unique labels. However, if I use the
scheme of one letter and three numbers, A001, A002,...A999, B001,
B002, etc. I can get a total of 26,000 entries before I have to add a
fifth digit to the barcode. The less digits in the barcode, the
smaller the size of the barcode, the smaller the label.
Thank you!