Forum Discussion
Barcode Scan with 11 Digit UPC
- Anonymous10 years ago
mossmic1 Have you looked into just adding the check digit?
There is this site to test out a few UPC's to see if it works as expected.
And depending on what your database back end looks like, here is an example of how to create a SQL function to return the check digit. You could append this to the existing 11 digit UPC in a new column for reporting purposes.
mossmic1 Have you looked into just adding the check digit?
There is this site to test out a few UPC's to see if it works as expected.
And depending on what your database back end looks like, here is an example of how to create a SQL function to return the check digit. You could append this to the existing 11 digit UPC in a new column for reporting purposes.
- mossmic110 years agoRegular Visitor
Thanks for the info. Pulling in the check digit from another table is the route I will have to go it looks like.