Hi,
I have a question about scanning QR code information in access, printed on product from company itself.
In my case QR code contains more piece of information than just barcode numbers.
For example, Some the products containing QR code have information like 1) Reference number, 2) GTIN, 3) Expiry date, 4) Batch Number.
This is information is in one QR code, directly from company. Though this is also written separately on product as well.
Can I scan this all information in one go, in access form?
If not,
Then I tried scanning a QR code with android app and it was all together like this " 010761333616661110 5286410217 22063024008828601190" was big number all together like this with out any space. Then I manually splitted these numbers into
0107613336166611 (GTIN)
10 (Dont know what is this)
52864102 (Batch Number)
17 (Dont know what is this)
220630 (Expiry date)
240 (dont know what is this)
08828601190 (Product Reference / catalogue)
What I want to store in database?
Along with Article name etc.. I also want to store Expiry date, Batch number, Reference number. Is it possible to extract it from QR code and directly it into form control automatically, rather writing every thing manually.
Different possible ideas are welcomed. Thank you.
I have a question about scanning QR code information in access, printed on product from company itself.
In my case QR code contains more piece of information than just barcode numbers.
For example, Some the products containing QR code have information like 1) Reference number, 2) GTIN, 3) Expiry date, 4) Batch Number.
This is information is in one QR code, directly from company. Though this is also written separately on product as well.
Can I scan this all information in one go, in access form?
If not,
Then I tried scanning a QR code with android app and it was all together like this " 010761333616661110 5286410217 22063024008828601190" was big number all together like this with out any space. Then I manually splitted these numbers into
0107613336166611 (GTIN)
10 (Dont know what is this)
52864102 (Batch Number)
17 (Dont know what is this)
220630 (Expiry date)
240 (dont know what is this)
08828601190 (Product Reference / catalogue)
What I want to store in database?
Along with Article name etc.. I also want to store Expiry date, Batch number, Reference number. Is it possible to extract it from QR code and directly it into form control automatically, rather writing every thing manually.
Different possible ideas are welcomed. Thank you.