G
-----Original Message-----
MardiL,
There is no "built-in" facility for creating barcode check
digits. Have a look at the following site to understand
how to generate your own checkdigit.
http://www.spatula.net/proc/barcode/code39.src
A table with each character and it's associated value
would be one method of easily getting the required values.
You could create your own function and and in the control
source something like:
="*"& 39checkdigitfunction([myData])&"*"
with the font set to your 3of9 font.
In most cases (that I've seen) people don't create a 3 of
9 with the check digit - the check digit is optional.
HTH
Terry
.-----Original Message-----
.
MardiL,
There is no "built-in" facility for creating barcode check
digits. Have a look at the following site to understand
how to generate your own checkdigit.
http://www.spatula.net/proc/barcode/code39.src
A table with each character and it's associated value
would be one method of easily getting the required values.
You could create your own function and and in the control
source something like:
="*"& 39checkdigitfunction([myData])&"*"
with the font set to your 3of9 font.
In most cases (that I've seen) people don't create a 3 of
9 with the check digit - the check digit is optional.
HTH
Terry
-----Original Message-----
.