question

Elise-6836 avatar image
0 Votes"
Elise-6836 asked TvanStiphout answered

How to add QR code function in Access Database?

Hi there, is there any possible way that I can add a QR code Function to help me generate basic information from the database? also Please teach me how may I be able to add a "Generate QR code" button in MS. Access Database.

azure-sql-databaseoffice-vba-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

TvanStiphout avatar image
0 Votes"
TvanStiphout answered

A QR code is text, just like a bar code. For example it may be the text of a URL to a web page with information about a product. You scan the QR code with your smartphone and software on the phone recognizes it as a URL and opens that page in the browser.

To create one, you will need to find a suitable ActiveX control (use your favorite search engine), and put it on a form. Then follow the documentation. Perhaps you need to set the Value property of the control and it will paint the corresponding code.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.