An open API service indexing awesome lists of open source software.

https://github.com/team-moeller/better-access-barcode

Create barcodes in Access with JsBarcode
https://github.com/team-moeller/better-access-barcode

access barcode ms-access vba

Last synced: 2 months ago
JSON representation

Create barcodes in Access with JsBarcode

Awesome Lists containing this project

README

          

# Better-Access-Barcode
Create barcodes in Access with JsBarcode

## Why Better-Access-Barcode?
In Access we don't have a built-in option for generating barcodes. To do so we need a third-party active-x control.

But why use a third-party ocx when we can have it in Access. There are many solutions for barcodes based on Java Script available on the web. This project makes use of this. We create different types of barcodes using the JsBarcode library and display them in the web browser control. The whole logic is hidden in a class module.

Take a look at the demo and let yourself be inspired by the possibilities.

## You want to give it a try?
1. Download the [latest release](https://github.com/team-moeller/better-access-barcode/releases/latest)
2. Unpack the files to a trusted folder
3. Run the database
4. Push the button: "Create Barcode"